No description
| .kotlin/errors | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| EnchantmentTransfer.ipr | ||
| EnchantmentTransfer.iws | ||
| generate_textures.py | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.en.md | ||
| README.md | ||
| settings.gradle | ||
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
- Place the Enchantment Transferrer block in the world
- Put an enchanted item, target item and, optionally, a book
- Put fuel items in the fuel slot
- Provide a redstone signal to activate
- Wait for the process to complete
Installation
- Install NeoForge 21.1.219 for Minecraft 1.21.1
- Place the
.jarmod file in themodsfolder - 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.