Gamepiaynmo / CustomPlayerModel

Customize your player model in Minecraft.
MIT License
17 stars 2 forks source link

entity.getLimbSwing() and entity.getAnimPosition() are switch with entity.getAnimSpeed() #5

Closed zerustu closed 3 years ago

zerustu commented 3 years ago

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.

Gamepiaynmo commented 3 years ago

Fixed in 2.1.1.