
Wrong animation when flying on server
Closed this issue ยท 15 comments
Wait no Vines don't even have the animation. It only happens when the client thinks it's climbing and on a ladder/trapdoor. Could only be that something is messing with the data, either another mod or the server, which I doubt it can do that (Don't think the server can put players into a climbing state like that).
https://github.com/tr7zw/NotEnoughAnimations/blob/main/src/main/java/dev/tr7zw/notenoughanimations/animations/fullbody/LadderAnimation.java#L35 The code checks if the entity is in the climbing state, not on the ground and the last known climbing block was a ladder. These are all vanilla values. And apparently onClimbable is stuck to true, that would also explain that the animation happens during jumping.
I mean, try turning off the animation in the settings/removing NEA and see if the issue still happens.
yup... it's now playing animation from another mod when I'm using ladder
and this animation is being played when I'm in air