Description
✨ DynamicEnchants
Power up your gameplay with essential utility enchantments and advanced magical machinery.
📖 About the Mod
DynamicEnchants is designed to improve your quality of life by adding powerful new enchantments and tools to the game.
Instead of filling your inventory with various utility items or trinkets, this mod integrates helpful features—like flight, auto-repair, and dynamic lighting—directly into your gear. It keeps your inventory clean and makes your equipment feel truly legendary.
Current Version: 1.21.10 NeoForge
⚔️ The Enchantments
Upgrade your gear with these unique abilities:
🪽 Flight
- Target: Chestplate
- Max Level: I
- Effect: Grants the wearer Creative Flight. Soar through the skies without needing an Elytra.
🕯️ Light Aura
- Target: Helmet
- Max Level: IV
- Effect: Illuminates your path by automatically placing temporary light sources around you that vanish as you move away.
- Tier Scaling: Higher levels increase the radius where lights spawn.
⚡ XP Boost
- Target: Armor & Hands (All 6 Slots)
- Effect: Increases the amount of Experience Orbs you collect.
- Stacking: Each enchanted item adds a 15% bonus to XP gained.
🧲 Magnet
- Target: Tools & Armor
- Effect: Automatically pulls nearby items directly to you.
- Scaling: Higher levels increase the pull radius (Level * 5 blocks).
⏳ Tickarino
- Target: Tools & Weapons
- Max Level: IV (Supports Over-enchanting up to IX)
- Effect: Accelerates the processing speed of blocks (Furnaces, Crops, Spawners) around you.
- Scaling: Levels 1-4 increase range (up to 9 blocks); levels 5-9 maintain range but increase processing speed. Toggleable with a keybind.
💎 Unbreackable
- Target: Specialized Tools (Pickaxes, Axes, Shovels, and Hoes)
- Max Level: I
- Effect: A specialized high-tier enchantment that grants absolute indestructibility to the tool.
- Note: Mutually exclusive with standard survival enchantments (Efficiency, Fortune, etc.).
🛠️ The Repair Suite
- Armor Repair: (Leggings) Repairs all worn armor pieces.
- Tool Repair: Repairs the specific tool holding the enchantment.
- Weapon Repair: Repairs the specific weapon holding the enchantment.
📚 The Lectern of Wisdom
The ultimate station for experience and enchantment management.
🏺 XP Bank & Vacuum
- Storage: Store up to 10,000,000 XP safely.
- Vacuum: Automatically collect nearby XP orbs into the tank. Features an expandable 12-slot filter grid for precision collection.
- Experience Jars: Right-click with an empty jar to store XP for later use or trading.
📜 Advanced Enchanting
- Enchantment Selector: Use a Selection Core to unlock a scrollable list of all valid enchantments.
- Over-Enchanting: Reach +5 levels above the vanilla maximum (e.g., Sharpness X) using an OP Core and 25 bookshelves.
- Guaranteed Max: Use Amethyst or Quartz as catalysts to guarantee the highest possible rolls.
💎 Advanced Disenchanting
- Selective Stripping: Remove specific enchantments without losing the others (Uniform 40% XP refund).
- Extraction: Extract enchantments back into books (requires a Grindstone Core and 15% XP fee).
- Curse Removal: Purify your gear by removing even the most stubborn curses using a Purification Catalyst.
- Safety logic: Resources (Lapis/Books) are validated before any XP or catalysts are consumed.
⚒️ Advanced Anvil
- Repair Bay: Set your gear to automatically repair in the background.
- Limit Breaking: Merge items to reach over-enchanted levels (+5 above max).
- Safety Guards: Prevents wasted resources by blocking merges that provide no benefit (e.g., merging two max-level items).
👻 Soul Management & Spawners
Harness the power of souls to control the creatures of the world.
🗡️ Soul Collection
- Soul Snatcher: An enchantment (obtained via Loot or Trading) that allows you to collect souls from defeated mobs.
- Lantern o' Souls: Hold this in your off-hand to capture souls.
💰 The Soul Trader
- Access: Right-click a placed Soul Lantern or Shift + Right-Click the air while holding a Lantern o' Souls to open the shop.
- Advanced UI: Features a dedicated side wing showing result details, pricing, and requirement lists.
- Trades: Exchange collected souls for Spawn Eggs and other high-tier items.
- Customization: Fully data-driven trades support complex requirements (Souls + specific Items).
🏗️ Spawner Interaction
- Soul-Cage Breaker: A specialized "Master" Pickaxe transformed via the Smithing Table.
- Spawner Only: Designed strictly for mining and moving spawners; cannot break other blocks.
- Egg Extraction: Right-click a player-placed spawner with the Soul-Cage Breaker to retrieve the Spawn Egg.
⚙️ Customization (Data Packs)
You can add your own custom items to the Soul Trader using data packs! Trades support simple item swaps, enchanted results, and complex hybrid requirements.
JSON Location: data/dynamicenchants/soul_trades/<your_file>.json
Option 1: Simple Trade
A basic swap of souls for an item.
{
"trades": [
{
"result": "minecraft:pig_spawn_egg",
"cost": 50
}
]
}
Option 2: Enchanted Result (Multiple Enchantments)
Offer items that come pre-enchanted with one or more powers.
{
"trades": [
{
"result": {
"id": "minecraft:diamond_pickaxe",
"enchants": {
"minecraft:unbreaking": 4,
"minecraft:efficiency": 4
}
},
"cost": 100
}
]
}
Option 3: Hybrid Trade (Complex Requirements)
Require both Souls and specific items (with optional enchantment level matching).
{
"trades": [
{
"result": "minecraft:netherite_ingot",
"cost": 50,
"info": "Forge Netherite using ancient scrap and pure souls.",
"requirements": [
{ "id": "minecraft:netherite_scrap", "count": 4 },
{
"id": "minecraft:enchanted_book",
"enchants": { "minecraft:unbreaking": 3 }
}
]
}
]
}
Note on Enchantments: When listed in requirements, a level of 0 will accept any level of that enchantment, while 1+ requires an exact level match.
🤝 Community & Support
- Modpacks: ✅ YES! You are free to use DynamicEnchants in your modpack.
- Feedback: Suggestions are always welcome!
- 🐛 Issues: Use the Issues Link.
- 💬 Discord: Join our Discord.


