Dynamic Enchants

Quick rating

Dynamic Enchants

No reviews yet

This Mod adds different types of enchants that could be helpful, examples: Flight, Light Aura, Tool Repair, Armor Repair, Weapon ...

Tech
QoL & Tweaks
Mod Loaders
NeoForge
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
dynamicenchants-0.2.0-neoforge-26.1.x.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

✨ 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.

✨ 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 (I am currently considering backporting to 1.21.1, but the primary release is for 1.21.10.)


⚔️ 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 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
  • Effect: Accelerates the processing speed of blocks (Furnaces, Crops, Spawners) around you. Toggleable with a keybind.

🛠️ 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.
  • Experience Jars: Right-click with an empty jar to store XP for later use or trading.

📜 Advanced Enchanting

  • Enchantment Selector: Use a Stability Rune 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.
  • Extraction: Extract enchantments back into books (requires a Grindstone Core).
  • Curse Removal: Purify your gear by removing even the most stubborn curses.

⚒️ 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).

👻 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.
  • Trades: Exchange collected souls for valuable items like Spawn Eggs.

🏗️ Spawner Interaction

  • Soul-Cage Breaker: A specialized tool to mine and move spawners.
  • 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!

JSON Location: data/dynamicenchants/soul_trades/<your_file>.json

{
  "trades": [
    {
      "item": "minecraft:pig_spawn_egg",
      "cost": 50
    }
  ]
}

🤝 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.

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
Modrinth
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