In the toml config file
(Forge 1.20.1 uses version 1.5. NeoForge 1.21+uses version 1.6. Fabric is currently unavailable)
When useRomanNumerals is true, Roman numerals will be used to display the enchantment level.
When allowAnyEnchantment is true, players are allowed to enchant any item using an anvil in survival mode.
When allowVanillaLevelStacking is set to true, using the enchantment level stacking function No.1, which means 5+5=6, can break through the enchantment level limit.
When allowLevelStacking is set to true, using the enchantment level stacking function No.2, which means 5+5=10, can break through the enchantment level limit.
Note: When allowVanillaLevelStacking is true and allowLevelStacking is false, use No.1. When allowVanillaLevelStacking is flag and allowLevelStacking is true, use No.2. When both allowVanillaLevelStacking and allowLevelStacking are true, use No.2. When both are false, use the original Minecraft enchantment mechanism.
This mod can make the vanilla enchantment level cap exceed 255, reaching 2147483647.
However, the level of item synthesis on the enchantment table has not been modified.
In the game, you can use the /cenchant command to enchant all items
Or use the vanilla /enchant command to enchant specific items
Modify the anvil to allow enchantment level stacking. 4+4 = 5 ❎ 4+4 = 8 ✅
Now, you can use config to switch on and off functions, for example:
WARN:
This mod may break the gameplay, please use with caution.