odd question

Started by luv_heart_mcreator on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
odd question

any clue on how to make an item only holdable by specific players or by people with specific usernames?

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can set a nbt tag for…
Wed, 03/22/2023 - 10:55

you can set a nbt tag for the owner of that item and create a procedure that will be called when entity picks up item, just remember to set this tag when the item is created or smth