mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-29 20:09:16 +00:00
Moved libreforge integration to load on load
This commit is contained in:
@@ -27,9 +27,11 @@ class EcoArmorPlugin : LibreforgePlugin() {
|
||||
Items.registerArgParser(TierArgParser())
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
override fun handleLoad() {
|
||||
Conditions.register(ConditionIsWearingSet)
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
registerHolderProvider { ArmorUtils.getActiveHolders(it) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user