mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Finished custom item for the conflcit config gui.
Fixed multiple issue.
This commit is contained in:
parent
081266accf
commit
1b83c8db81
5 changed files with 60 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue