Started by
QuackAndCheese
on
Topic category: Help with Minecraft modding (Java Edition)
So, I was wondering if there was any way to make a held item toggle visibility on right click? I'm using a blockbench model for the item if that matters.
You could add another texture mapping to the item model using a blank texture and then duplicate your item in MCreator and have it use that new mapping. Then add a right-click procedure where the "visible" version of the item gets replaced with the "invisible" one, and vise-versa.
It's basically the same concept as how the flower pot is changed in this video: https://youtu.be/uz-Hxmts4dY