custom conflict now work.

This commit is contained in:
alexcrea 2024-02-01 19:38:49 +01:00
parent baa0c064da
commit 9f35c1a98d
6 changed files with 201 additions and 26 deletions

View file

@ -62,7 +62,7 @@ object EnchantmentUtil {
enchantment2.conflictsWith(enchantment1)
}
if (hasConflict) {
return hasConflict
return true
}
}
return false