9
0
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:
Auxilor
2021-11-25 15:26:51 +00:00
parent 69d7b596a5
commit 7be940d36a
2 changed files with 2 additions and 1 deletions

View File

@@ -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'

View File

@@ -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