Started by
deemosor
on
Topic category: Help with Minecraft modding (Java Edition)
I've got a custom torch that i want to loop an animation for when the holding player holds right-click, exactly like the vanilla brush (it has no custom 3d model). However, i don't know if it's possible to animate the default model of the 2d texture that's displayed when the item is held.
Hope this makes it clear enough as i'm not the best at explaining.
Any help is appreciated!
At this time, only animations with 3d model are possible.
A workaround: use item states and when brushing, switch texture to animated brushing texture using the item states and item state properties
Got it, thanks!