▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Enchantment Infusion
Enchantment Infusion

Enchantment Infusion

This mod adds a directional enchanting method.

7.3K
8

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
}
FieldRequiredDescription
typeRequiredspecify the recipe type as enchantment infusion
enchantmentRequiredthe identifier of the target enchantment
levelRequiredthe level of the target enchantment
ingredientsRequiredthe ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
inputOptionalthe existing enchantment needed, will be consumed when infused
forceOptionalwhether 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 ItemReplacement
Source GemAmethyst Shard
Water EssenceWater Bucket
Air EssencePhantom Membrane
Fire EssenceFire Charge
Abjuration EssenceGolden Apple
Earth EssenceLeaves
Manipulation EssenceClock
Wilden SpikeSweet 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
}
FieldRequiredDescription
typeRequiredspecify the recipe type as simple infusion
ingredientsRequiredthe ingredients of the recipe, is up to 8, the order does not matter (this is a shapeless recipe)
inputRequiredinput ingredient for the central infusion table
outputRequiredoutput item
copy_nbtOptionalwhether 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.

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:LGPL-2.1-only
Опубликован:1 год назад
Обновлён:9 месяцев назад
Главная