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.