Started by
Lord Makishi
on
Topic category: Help with Minecraft modding (Java Edition)
Hey, i made a procedure that should activate when the player right clicks with an specific item. It uses guistate dependencies, but as it turns out you can't use that. Any help with that?
Use the item-in-main-hand block instead of GUI-state or item-state. For some reason, item-in-main-hand doesn't have the item-state properties, so it is perfect for doing these types of procedures