Started by
luv_heart_mcreator
on
Wed, 03/22/2023 - 05:57
Topic category: Help with modding (Java Edition)
any clue on how to make an item only holdable by specific players or by people with specific usernames?
Topic category: Help with modding (Java Edition)
any clue on how to make an item only holdable by specific players or by people with specific usernames?
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
thank you so much