mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-27 02:49:22 +00:00
Updated libreforge to 1.1.0
This commit is contained in:
@@ -62,7 +62,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.13.10'
|
||||
implementation 'com.willfp:libreforge:1.0.4'
|
||||
implementation 'com.willfp:libreforge:1.1.0'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
|
||||
@@ -74,6 +74,7 @@ public class EcoArmorPlugin extends EcoPlugin {
|
||||
protected void handleReload() {
|
||||
this.getLogger().info(Tiers.values().size() + " Tiers Loaded");
|
||||
this.getLogger().info(ArmorSets.values().size() + " Sets Loaded");
|
||||
LibReforge.reload(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user