Finished custom item for the conflcit config gui.

Fixed multiple issue.
This commit is contained in:
alexcrea 2024-03-31 00:51:58 +01:00
parent 081266accf
commit 1b83c8db81
5 changed files with 60 additions and 20 deletions

View file

@ -84,9 +84,8 @@ class EnchantConflictManager {
}
if(conflict.getEnchants().size == 0){
if(!futureUse){
CustomAnvil.instance.logger.warning("Conflict $conflictName do not have valid enchantment, it will not work")
CustomAnvil.instance.logger.warning("Conflict $conflictName do not have valid enchantment, it will not do anything")
}
return null
}
return conflict