If the enchantment limit is greater than 0, it sets it to 1, making you unable to switch it above 1 if you wanted multiple enchantments
Living-Lemming opened this issue ยท 1 comments
Confirmations
- I can verify that I am running the mod on the latest Minecraft version the mod is released for.
- I can verify that the issue I am reporting exists on the latest Mod version.
- I checked this box anyway without reading and acknowledge that this issue will be closed if this box is checked.
- I acknowledge that this issue will only be fixed for the latest Minecraft version the mod is released for.
Mod version (NOT Minecraft version)
main branch of the github
A description of the issue
if (ModConfig.enchantmentLimit > 0) {
return 1;
}
return original;
Line 16 in EnchantmentLevelEntryMixin.java
If I try to add more enchants they will be deleted when you try to use the item
Log or crash report
There was no crash report