GeckoLib

GeckoLib

146M Downloads

Entity animations are not working for forge 1.19.3

superfastscyphozoa opened this issue ยท 5 comments

commented

Despite properly coding my custom entity class (I think lol), my custom entity simply does not play any animations?
I am at a complete loss, if anyone could help, I'd appreciate it.

Here is my entity class:
https://pastebin.com/XBwadaXS

commented

Because you are overriding the tick and setting it to 0.

commented

What should the tick be set to for it to work?
I tried 5 and 20 neither fix the animations not working. I have very similar code to the OP.

commented

Don't override it at all?

commented

I also tried not overriding it, Still dosen't work.
Here is my code:
https://pastebin.com/uRBNkSy4

commented

Out of curiosity
What happens if you override aiStep and put in updateSwingTime