mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Automatic Enchantment Squared configuration.
This commit is contained in:
parent
6553122819
commit
fd1fb97174
6 changed files with 185 additions and 5 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue