HomeJavaModsUnlimited enchantments levels ( configurable )
Unlimited enchantments levels ( configurable )
ModsJava

Unlimited enchantments levels ( configurable )

by Aaryaaa · on CurseForge

The mod changes how the anvil works so you can stack enchantments beyond the vanilla maximum level. It adds no items, blocks, or recipes — everything runs…

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Forge only.

⬇ Download for 1.21.1⬇ Download for 1.20.1
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Documentation — Unlimited Enchantments

Overview

Name Unlimited Enchantments
Mod ID unlimitedench
Version 1.0.0
Minecraft 1.20.1
Loader Forge 47.x
Java 17
Side Server + Client (BOTH)

The mod changes how the anvil works so you can stack enchantments beyond the vanilla maximum level. It adds no items, blocks, or recipes — everything runs through the normal anvil, which keeps it lightweight and highly compatible with other mods.


In-game usage

Basic principle

  1. Put the item to upgrade in the left slot of the anvil.
  2. Put an identical item (or an enchanted book) carrying the same enchantment at the same level in the right slot.
  3. The output shows the next level up. Take it for the XP cost displayed.
  4. Repeat as much as you want: VI + VI → VII, VII + VII → VIII, and so on.

Examples

Preserved vanilla behavior

Gameplay effects

Effects scale automatically with the stored level: a Sharpness VI deals more damage than a VProtection VI shields more, and so on. Above level 10 the level shows as an arabic number (e.g. "Sharpness 12") because vanilla roman numerals only go up to X.


XP cost & the survival limit

Each merge has an XP level cost based on the enchantment's rarity and target level, capped at maxAnvilCost (default 39).

Important: vanilla blocks taking any anvil result that costs 40 levels or more in survival mode ("Too Expensive!"). That's why the cost is capped at 39 by default — so high-level merges stay obtainable in survival. Creative mode ignores this limit entirely.


Admin commands (OP level 2)

Set the maximum level, globally or per enchantment. 0 means unlimited.

Command Effect
/unlimitedench setmax <enchantment> <level> Cap for one enchantment — e.g. /unlimitedench setmax minecraft:sharpness 10
/unlimitedench setdefault <level> Default cap for every other enchantment
/unlimitedench get <enchantment> Show the effective cap for that enchantment
/unlimitedench reset <enchantment> Remove the override → back to the default
/unlimitedench resetall Remove all overrides
/unlimitedench list List the default + all overrides

The <enchantment> argument has tab autocompletion (minecraft:… plus modded enchantments). Settings are saved to config/unlimitedench_limits.json and persist across sessions and restarts. They are global to the server/instance (not per-world).

Example setup: keep most enchantments unlimited but cap Sharpness and Power:

 
 
 
 
 
/unlimitedench setdefault 0
/unlimitedench setmax minecraft:sharpness 10
/unlimitedench setmax minecraft:power 8
 
 
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more