Started by
TheAxolotlLord
on
Topic category: Help with Minecraft modding (Java Edition)
How would I add a custom pulling animation for a ranged weapon, like another bow? With the custom textures and everything?
Topic category: Help with Minecraft modding (Java Edition)
How would I add a custom pulling animation for a ranged weapon, like another bow? With the custom textures and everything?
You could make multiple items for each frame (although it would be very difficult) Then using code every 15 ticks or whatever change a global variable which would change what item is in the inventory. There is probably a better solution that I cant think of however.
You can change item texture using "item properties" tab. This is the correct solution that is also used by vanilla bows
I am greatly confused. I am trying to follow @Klemen 's advice, but you can change the texture via the properties tab.
I wish Klemen elaborated cause i also want to make my bow have animations in the 2025.1 build and no matter who i ask or what i search for its always just "you can do it in 2025.1 through ___" with no elaboration or examples