Uncapped Enchants
Exclusively for Minecraft Forge 1.7.10
Based on Grimmix, using the Forge Workspace Setup. Thanks Amy for giving me a starting point with your mod no-enchant-cap, and thanks Llama for the help with Mixins !
This mod allows to combine and apply enchantment books upto the desired value (by default, all enchant caps are set to 20).
Additionally, it removes the cap on repair/merging costs with the Anvil.
Config
EnableUncappedEnchants
: Set tofalse
to prevent any modification to enchantment levels.EnableUncappedAnvil
: Set tofalse
to keep the cap on Anvil costs.DefaultCapEverywhere
: Set totrue
to use the optionDefaultLevelCap
for all enchantments.LevelCap_[enchant_type]
: Set to any value ranging from 1 - 255 to allow enchants upto this cap for the given enchantment.
Dependencies
GrimoireAPI
Incompatibilities
Not yet known, but most likely mods that change anvil and enchant behaviors.