Started by
TrueMath2809
on
Topic category: Help with Minecraft modding (Java Edition)
I'm new and I search for a custom enchanting table that can transfert the enchantments of an item into an other. All my code work correctly eccept the part where I give the enchants to the second item, I used NBT tag "enchantments" to grab the value. I just want to know if there is an other way to "copy paste" the enchantments. Thanks ! ^^ (and I am in the version 2021.3 of MCreator and the version 1.17.1 on Forge of Minecraft if this can help) PS : I'm French sorry if my english is bad.
Use a code procedure.
There pages that generate custom enchanted items like this:
https://www.digminecraft.com/generators/give_weapon.php
Ho... I think you don't understood, I want to copy the enchantment of an item into a specific slot and paste it to an other item into an other specific slot. But thanks for the try ! ^^