Automatic Enchantment Squared configuration.

This commit is contained in:
alexcrea 2024-06-18 16:37:16 +02:00
parent 6553122819
commit fd1fb97174
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
6 changed files with 185 additions and 5 deletions

View file

@ -93,7 +93,7 @@ class EnchantConflictManager {
conflict.addEnchantment(enchant)
}
if (conflict.getEnchants().size == 0) {
if (!futureUse) {
if (!futureUse) { //TODO future use will be deprecated once the new update system is finished
CustomAnvil.instance.logger.warning("Conflict $conflictName do not have valid enchantment, it will not do anything")
}
}