No description
Find a file
2026-04-06 02:49:29 +07:00
.kotlin/errors feat: working block implementation 2026-04-06 02:49:29 +07:00
gradle/wrapper feat: initial repo 2026-04-05 19:06:24 +07:00
src feat: working block implementation 2026-04-06 02:49:29 +07:00
.gitignore feat: working block implementation 2026-04-06 02:49:29 +07:00
build.gradle feat: working block implementation 2026-04-06 02:49:29 +07:00
EnchantmentTransfer.ipr feat: working block implementation 2026-04-06 02:49:29 +07:00
EnchantmentTransfer.iws feat: working block implementation 2026-04-06 02:49:29 +07:00
generate_textures.py feat: working block implementation 2026-04-06 02:49:29 +07:00
gradle.properties feat: working block implementation 2026-04-06 02:49:29 +07:00
gradlew feat: initial repo 2026-04-05 19:06:24 +07:00
gradlew.bat feat: initial repo 2026-04-05 19:06:24 +07:00
README.en.md feat: working block implementation 2026-04-06 02:49:29 +07:00
README.md feat: working block implementation 2026-04-06 02:49:29 +07:00
settings.gradle feat: initial repo 2026-04-05 19:06:24 +07:00

Русская версия

Enchantment Transfer Mod

A mod for Minecraft 1.21.1 that adds a machine for transferring enchantments between items.

Features

  • Enchantment Transfer: Transfers enchantments from one item to another (as well as to books)
  • Charge System: Machine requires energy in the form of items
  • Redstone Control: Only works with redstone signal
  • Processing Progress: Processing time depends on amount and level of enchantments

Accepted Fuel Sources

Item Charge
Redstone 16
Copper Ingot 1
Iron Ingot 4
Gold Ingot 2
Diamond 32
Netherite Ingot 64

Maximum charge capacity: 1 000 000 units

How to Use

  1. Place the Enchantment Transferrer block in the world
  2. Put an enchanted item, target item and, optionally, a book
  3. Put fuel items in the fuel slot
  4. Provide a redstone signal to activate
  5. Wait for the process to complete

Installation

  1. Install NeoForge 21.1.219 for Minecraft 1.21.1
  2. Place the .jar mod file in the mods folder
  3. Launch the game

Building

gradlew.bat build

The built file will be located in build/libs/

3rd-party Assets

UI and block textures were taken from Ycarx/artoftecharium and altered to suite my needs.