entity.getLimbSwing() and entity.getAnimPosition() are switch with entity.getAnimSpeed()
zerustu opened this issue ยท 1 comments
In the 2.2.0 version of the mod, if in the tick function of the anim file you call entity.getLimbSwing() or entity.getAnimPosition(), you get the speed of the animation and if you call entity.getAnimSpeed(), you get the position in the animation.