Stop giving Item

Started by Bizdrop on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stop giving Item

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.

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use itemstack NBT data. This…
Sat, 01/14/2023 - 03:55

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 wantScreenshot-2023-01-13-215302

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, Thank you
Sat, 01/14/2023 - 16:43

Ok, Thank you