Unlimited enchantments levels ( configurable )

Quick rating

Unlimited enchantments levels ( configurable )

No reviews yet

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.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
unlimitedench-1.21.1-1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

  • Sword Sharpness V + Sword Sharpness V → Sword Sharpness VI
  • Sword Sharpness V + Book Sharpness V → Sword Sharpness VI
  • Pickaxe Efficiency V + Book Efficiency V → Pickaxe Efficiency VI

Preserved vanilla behavior

  • Different enchantments or different levels: combine normally (keeps the higher one), with no level bonus.
  • Durability: combining two identical items repairs the item (+12% bonus), just like vanilla.
  • Renaming: the anvil name field still works.
  • Compatibility: by default an enchantment can only go on a compatible item with no conflicts (e.g. Silk Touch vs Fortune). This can be disabled in the config.

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
 

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 Put the item to upgrade in the left slot of the anvil. Put an identical item (or an enchanted book) carrying the same enchantment at the same level in the right slot. The output shows the next level up. Take it for the XP cost displayed. Repeat as much as you want: VI + VI → VII, VII + VII → VIII, and so on. Examples Sword Sharpness V + Sword Sharpness V → Sword Sharpness VI Sword Sharpness V + Book Sharpness V → Sword Sharpness VI Pickaxe Efficiency V + Book Efficiency V → Pickaxe Efficiency VI Preserved vanilla behavior Different enchantments or different levels: combine normally (keeps the higher one), with no level bonus. Durability: combining two identical items repairs the item (+12% bonus), just like vanilla. Renaming: the anvil name field still works. Compatibility: by default an enchantment can only go on a compatible item with no conflicts (e.g. Silk Touch vs Fortune). This can be disabled in the config. Gameplay effects Effects scale automatically with the stored level: a Sharpness VI deals more damage than a V, Protection 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 Cap for one enchantment — e.g. /unlimitedench setmax minecraft:sharpness 10 /unlimitedench setdefault Default cap for every other enchantment /unlimitedench get Show the effective cap for that enchantment /unlimitedench reset Remove the override → back to the default /unlimitedench resetall Remove all overrides /unlimitedench list List the default + all overrides The 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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works