How to make an item change texture when right clicked?

Started by creepplay(cree… on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make an item change texture when right clicked?
Wed, 05/28/2025 - 14:02 (edited)

How to make an item change texture when right clicked?

Edited by creepplay(creepplay15) on Wed, 05/28/2025 - 14:02
Use item properties and…
Wed, 05/28/2025 - 18:52

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