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.

You can change item texture…
Sun, 04/20/2025 - 14:32

You can change item texture using "item properties" tab. This is the correct solution that is also used by vanilla bows

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am greatly confused. I am…
Sun, 05/25/2025 - 16:10

I am greatly confused. I am trying to follow @Klemen 's advice, but you can change the texture via the properties tab.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I wish Klemen elaborated…
Mon, 05/26/2025 - 10:13

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