Removes ALL Enchantments from Minecraft!
No Enchantment is a Minecraft NeoForge mod designed to completely remove enchantment mechanics from the game.
For modpack authors looking to increase difficulty by disabling enchantments, or creating "low-magic/no-magic" modpacks, this is an ideal solution. The mod not only prohibits the generation of enchantments but also (optionally) actively converts existing enchanted items into normal items.
The author used Gemini to help with coding while building this mod. The core mechanics are written manually.
This mod employs multiple methods to ensure enchantments do not appear in the game. All features can be toggled freely:
Disable Loot Enchantments
LootPool and EnchantmentHelper logic via Mixin.Disable Random Enchantment Calculation
EnchantmentHelper logic via Mixin.Active Item Stripping (Fallback Option, Default: OFF)
Disable Enchanting Table
Remove Anvil Experience Cost
AnvilMenu logic via Mixin.JEI Support
Please Note: This mod only guarantees enchantment removal for the aspects mentioned above, which covers the vast majority of vanilla situations. Content added by other mods (e.g., directly crafting or obtaining Enchanted Books via specific methods) may still result in acquiring enchantments. Modpack authors may need to handle these edge cases manually.
The mod provides extensive configuration options, which can be adjusted in config/noenchantment-common.toml. By default, all features (except for the Item Stripping section) are enabled.
If you encounter any incompatibilities, please try disabling the Mixins first and report the Issue to us!
This project is open-source under the MIT License.