Started by
Bizdrop
on
Topic category: Help with Minecraft modding (Java Edition)
I have a Item that when right clicked it gives another Item how do I make it stop after giving one item, So that if you right click again it dosent give you it again.
Use itemstack NBT data. This makes the item have a local variable; it also allows different datatypes like strings, logic, and numbers. Replace the dirt with the item you want
Ok, Thank you