Register new enchantment on custom anvil reload.

This commit is contained in:
alexcrea 2024-07-24 15:55:18 +02:00
parent e48eb95aa8
commit 851489068d
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
3 changed files with 37 additions and 3 deletions

View file

@ -44,4 +44,13 @@ object DependencyManager {
}
fun handleConfigReload(){
// Register enchantment of compatible plugin and load configuration change.
handleCompatibilityConfig()
// Then handle plugin reload
ecoEnchantCompatibility?.handleConfigReload()
}
}