Mod

Enchantment Infusion

Quick rating

Enchantment Infusion

No reviews yet

This mod adds a directional enchanting method.

Magic
QoL & Tweaks
Mod Loaders
Fabric
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
GNU Lesser General Public License v2.1 only
Latest Version
enchantment_infusion-1.3.3.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

Enchantment Infusion

🪄Introduction

This mod adds a directional enchanting method, inspired by the Enchanting Apparatus recipes from Ars Nouveau.

How to enchant ?

Two new blocks have been added to: the Enchantment Infusion Table and the Enchantment Infusion Pedestal. Use item to right-click them to put it in, and empty-handed right-click to remove item from them.

You need to place an enchantment infusion table (centre position) and enchantment infusion pedestals (surrounding position) like the picture below, then place the corresponding items on the pedestals according to the recipe (the order doesn't matter), and finally place the item you want to enchant on the infusion table in the centre, and wait for seconds for it to finish enchanting.

Machine

Crafting Recipes

Recipes

🪚Recipe

Enchantment Infusion

This mod adds a recipe type (enchantment_infusion:enchantment_infusion). The JSON file for a single recipe is as follows:

{
  "type": "enchantment_infusion:enchantment_infusion",
  "enchantment": "minecraft:efficiency",
  "force": false,
  "ingredients": [
    {
      "item": "minecraft:redstone_block"
    },
    {
      "item": "minecraft:redstone_block"
    },
    {
      "item": "minecraft:diamond_pickaxe"
    },
    {
      "item": "minecraft:diamond_shovel"
    },
    {
      "item": "minecraft:amethyst_shard"
    },
    {
      "item": "minecraft:amethyst_shard"
    },
    {
      "item": "minecraft:lapis_block"
    },
    {
      "item": "minecraft:lapis_block"
    }
  ],
  "input": {
    "enchantment": "minecraft:efficiency",
    "min_level": 4
  },
  "level": 5
}
Field Required Description
type Required specify the recipe type as enchantment infusion
enchantment Required the identifier of the target enchantment
level Required the level of the target enchantment
ingredients Required the ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
input Optional the existing enchantment needed, will be consumed when infused
force Optional whether to ignore enchantment compatibility and force a match for the item to be enchanted, defaults to false

Default Recipes

This mod adds some default recipes that are derived from Ars Nouveau, but use vanilla items instead of those in Ars Nouveau:

Original Item Replacement
Source Gem Amethyst Shard
Water Essence Water Bucket
Air Essence Phantom Membrane
Fire Essence Fire Charge
Abjuration Essence Golden Apple
Earth Essence Leaves
Manipulation Essence Clock
Wilden Spike Sweet Berries

Simple Infusion

Since mod version 1.2.0, a new recipe type (enchantment_infusion:simple_infusion) has been added. The JSON file for a single recipe is as follows:

{
  "type": "enchantment_infusion:simple_infusion",
  "ingredients": [
    {
      "item": "minecraft:redstone"
    },
    {
      "tag": "spell-dimension:essence/0"
    }
  ],
  "input": {
    "item": "minecraft:leather_boots",
    "min_level": 4
  },
  "output": {
    "Count": 1,
    "id": "artifacts:running_shoes"
  },
  "copy_nbt": false
}
Field Required Description
type Required specify the recipe type as simple infusion
ingredients Required the ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
input Required input ingredient for the central infusion table
output Required output item
copy_nbt Optional whether or not to copy the NBT of the input item in the central infusion table to the output item, defaults to true.

🧩Compatibility

This mod has built-in REI and EMI compatible plug-ins, which means you can use either to view all recipes in this mod.

✉️Feedback

This mod has not been fully tested yet, so it is still in Beta.

If there are any bugs or suggestions, please provide feedback to the issue page.

Enchantment Infusion

🪄Introduction

This mod adds a directional enchanting method, inspired by the Enchanting Apparatus recipes from Ars Nouveau.

How to enchant ?

Two new blocks have been added to: the Enchantment Infusion Table and the Enchantment Infusion Pedestal. Use item to right-click them to put it in, and empty-handed right-click to remove item from them.

You need to place an enchantment infusion table (centre position) and enchantment infusion pedestals (surrounding position) like the picture below, then place the corresponding items on the pedestals according to the recipe (the order doesn't matter), and finally place the item you want to enchant on the infusion table in the centre, and wait for seconds for it to finish enchanting.

Machine

Crafting Recipes

Recipes

🪚Recipe

Enchantment Infusion

This mod adds a recipe type (enchantment_infusion:enchantment_infusion). The JSON file for a single recipe is as follows:

{
  "type": "enchantment_infusion:enchantment_infusion",
  "enchantment": "minecraft:efficiency",
  "force": false,
  "ingredients": [
    {
      "item": "minecraft:redstone_block"
    },
    {
      "item": "minecraft:redstone_block"
    },
    {
      "item": "minecraft:diamond_pickaxe"
    },
    {
      "item": "minecraft:diamond_shovel"
    },
    {
      "item": "minecraft:amethyst_shard"
    },
    {
      "item": "minecraft:amethyst_shard"
    },
    {
      "item": "minecraft:lapis_block"
    },
    {
      "item": "minecraft:lapis_block"
    }
  ],
  "input": {
    "enchantment": "minecraft:efficiency",
    "min_level": 4
  },
  "level": 5
}
Field Required Description
type Required specify the recipe type as enchantment infusion
enchantment Required the identifier of the target enchantment
level Required the level of the target enchantment
ingredients Required the ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
input Optional the existing enchantment needed, will be consumed when infused
force Optional whether to ignore enchantment compatibility and force a match for the item to be enchanted, defaults to false

Default Recipes

This mod adds some default recipes that are derived from Ars Nouveau, but use vanilla items instead of those in Ars Nouveau:

Original Item Replacement
Source Gem Amethyst Shard
Water Essence Water Bucket
Air Essence Phantom Membrane
Fire Essence Fire Charge
Abjuration Essence Golden Apple
Earth Essence Leaves
Manipulation Essence Clock
Wilden Spike Sweet Berries

Simple Infusion

Since mod version 1.2.0, a new recipe type (enchantment_infusion:simple_infusion) has been added. The JSON file for a single recipe is as follows:

{
  "type": "enchantment_infusion:simple_infusion",
  "ingredients": [
    {
      "item": "minecraft:redstone"
    },
    {
      "tag": "spell-dimension:essence/0"
    }
  ],
  "input": {
    "item": "minecraft:leather_boots",
    "min_level": 4
  },
  "output": {
    "Count": 1,
    "id": "artifacts:running_shoes"
  },
  "copy_nbt": false
}
Field Required Description
type Required specify the recipe type as simple infusion
ingredients Required the ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
input Required input ingredient for the central infusion table
output Required output item
copy_nbt Optional whether or not to copy the NBT of the input item in the central infusion table to the output item, defaults to true.

🧩Compatibility

This mod has built-in REI and EMI compatible plug-ins, which means you can use either to view all recipes in this mod.

✉️Feedback

This mod has not been fully tested yet, so it is still in Beta.

If there are any bugs or suggestions, please provide feedback to the issue page.

Screenshots

Gallery

  • Infusion Table & Pedestals
    Infusion Table & Pedestals
  • Recipes
    Recipes

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

~230,000
Total Downloads
CurseForge
~220,000
Modrinth
~8,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync