Started by
creepplay(cree…
on
Topic category: Help with Minecraft modding (Java Edition)
How to make an item change texture when right clicked?
Edited by creepplay(creepplay15) on Wed, 05/28/2025 - 14:02
Topic category: Help with Minecraft modding (Java Edition)
How to make an item change texture when right clicked?
If you need toggle:
Use item properties and define custom item property that e.g. based on item NBT data changes return value and use this as the property for item state that changes the texture
If you just need right click:
I think there should be some sort of procedure block to check if player is right-clicking, use this as item property procedure