Started by
Paleonerd
on
Topic category: Help with modding (Java Edition)
So i wanted to use 2 seperate animations for an entity. One for "Agression" and one for "Sprint." The idea was that there would be a seperate running animation for when the entity flees. But when i test out the animations, the chasing animation works just fine while the running animation doesn't play, simply just playing the walk animation instead. I tried double checking to see if i got the names of the animations right, and i did. I tried checking here in case anyone else had this problem, but nothing. Please help.
Edit: i'm using Geckolib for this. forgot to say.
Edited by Paleonerd on Wed, 09/11/2024 - 23:50
the sprint animation only plays when sprinting is set to true for the entity in a procedure
what procedure
wait nvm i found it