Started by
brown97
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make items with NBT tags in the procedure?
Edited by brown97 on Fri, 06/26/2020 - 00:10
Topic category: Help with Minecraft modding (Java Edition)
How can I make items with NBT tags in the procedure?
If i need to code, plz teach me(i'm not good at coding)
there is literally a item nbt tag procedure block XD
Do you mean itemstack NBT? For example, maps.
Or do you mean item NBT? Like giving an entity a value == an item. Then being able to pull that value in use it?
like diamond sword Sharpness VI
i want to make trading system(GUI).(if i put 64 diamond, it gives diamond sword sharp VI)
how to make it?
.
you don't use item nbt for enchantments... use the enchant itemstack procedure block :D
where is it?
i'm using 2020.3.21???
Where is it?
Literally took 2 seconds to find
Just change "provided itemstack" by the item you want, the enchantment by sharpness and the level by the level u want.
OMG
Thanks!