9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-19 15:09:26 +00:00

Fixed several bugs

This commit is contained in:
Auxilor
2023-03-28 16:05:31 +01:00
parent 1760869936
commit 5f0fe94b42
2 changed files with 6 additions and 3 deletions

View File

@@ -23,13 +23,16 @@ class EcoArmorPlugin : LibreforgePlugin() {
init {
instance = this
Items.registerArgParser(TierArgParser())
}
override fun handleEnable() {
registerHolderProvider { ArmorUtils.getActiveHolders(it) }
}
override fun loadConfigCategories(): List<ConfigCategory> {
return listOf(
ArmorSets,
Tiers
Tiers,
ArmorSets
)
}

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Mon Mar 13 13:39:16 GMT 2023
#Tue Mar 28 15:58:14 BST 2023
kotlin.code.style=official
libreforge-version=4.0.0
version=8.0.0