Gamepiaynmo / CustomPlayerModel

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

entity.getAnimPosition and entity.getAnimSpeed return 0 every other call in the update function #21

Open zerustu opened 2 years ago

zerustu commented 2 years ago

when the player is in first person, entity.getAnimSpeed(), entity.getAnimPosition() and their ald equivalent entity.getLimbSwing and entity.getLimbSwingAmount() when use in the update function return 0 instead of their corect value. they are not reset however, just return a wrong value. image

zerustu commented 2 years ago

oh and i'm using the 2.2.5 forge version of the mod