Making Bow Pulling Animations (2025.1)

Started by TheAxolotlLord on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making Bow Pulling Animations (2025.1)

How would I add a custom pulling animation for a ranged weapon, like another bow? With the custom textures and everything?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make multiple…
Sat, 04/19/2025 - 19:19

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.