You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enchantments show allow items to override enchantability check, allowing other mod items to use your enchantments. But your custom enchantment does not allow that, causing compatibility issues.
The proper enchantability logic flow is:
Enchantment check if they can accept the item (as exception to EnchantmentCategory check)
Item check if they can accept the enchantment (as exception to EnchantmentCategory check)
fallback to EnchantmentCategory check
The text was updated successfully, but these errors were encountered:
MajruszLibrary/common/src/main/java/com/majruszlibrary/item/CustomEnchantment.java
Line 41 in 91912ba
Enchantments show allow items to override enchantability check, allowing other mod items to use your enchantments. But your custom enchantment does not allow that, causing compatibility issues.
The proper enchantability logic flow is:
The text was updated successfully, but these errors were encountered: