Mineuniverse
Log in Register
Mods

One Enough Enchantment

Dynamically control the weight of enchantments or even completely remove enchantments.
by MerrySnow
Download Claim this project
35,292 downloads
0 likes
Updated Jul 6, 2026
0 hypes
KubeJS Utility & QoL

One Enough Enchantment

This mod allows you to dynamically control the weight of enchantments or even completely remove enchantments from the game.

Weight Control

For the vanilla enchantment weight mechanics, refer to:
https://minecraft.wiki/w/Enchanting_mechanics

In short, weight determines the frequency of enchantment appearance. In vanilla Minecraft, weight is controlled by four fixed rarities: COMMON (weight 10), UNCOMMON (5), RARE (2), and VERY_RARE (1).

After version 1.21, enchantments became data-driven, and weights can be modified, but this is still not convenient enough.

This mod provides an in-game method to dynamically control enchantment weights and allows setting the weight to 0 to completely remove an enchantment.

In the configuration file, you can input formatted rules in the "rules" field to control the refresh weight. For example, entering ["minecraft:knockback=100", "minecraft:sharpness=0"] will:

  • Greatly increase the probability of the Knockback enchantment appearing.
  • Completely remove the Sharpness enchantment from the game.
  • Other enchantments remain unaffected and use their default weights.

The mod also integrates with KubeJS events for dynamic weight modification, which can be combined with game stages or other settings.

OEEEvent.modifyWeight(event => {
    event.getWeight("minecraft:sharpness");
    event.setWeight("minecraft:knockback", 0);
});

Removing Enchantments

By default, enchantments with weight set to 0 by this mod will not appear in the game in any form.

The following configuration options are enabled by default. You can disable them selectively if you want to retain some functionality.

Configuration option dropRecipe:

  • For enchantments with weight 0, associated recipes (such as anvil recipes) are removed. This means the corresponding enchanted books cannot be used, but enchantments can still be applied via commands.
  • In JEI, the corresponding recipes (e.g., anvil recipes) will not be queryable.

Configuration option deepDelete:

  • For enchantments with weight 0, even if you force-enchant an item via commands, the enchantment data cannot be parsed (though the NBT is preserved). It can be restored by adjusting the weight back.
  • In JEI or the creative inventory, the corresponding enchanted books are removed and cannot be queried at all.

Other

  • Theoretically, this mod can be installed only on the server side.
  • Use the /oee all command to view information about all enchantments, including enchantment ID, localized name, and weight.
  • If you remove many COMMON-rarity enchantments, the enchantment table at low levels might not show any enchantments. This is due to the vanilla mechanism and is not a bug in this mod.
oneenoughenchantment-1.0.1.jar
MC Client, 1.21.1, NeoForge, Server
Release 2026-02-05 Get
OEE-lite-1.0.0.jar
MC Forge, 1.18.2, 1.19.2
Release 2025-12-25 Get

More from MerrySnow

General Feedback
88,708
Moves Like Mafuyu
77,135
Smart Key Prompts
669,333
ApricityUI
668
Petite Inventory
66,435
TaCZ addon
6,234,644

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998