mobends / MoBends

A Minecraft mod that adds more realistic looking animations to the inhabitants of your blocky world.
MIT License
138 stars 30 forks source link

quick n dirty way to disable swimming animations #273

Closed CitrusHappy closed 1 year ago

CitrusHappy commented 2 years ago

This change prevents MoBends from animating the player renderer when a player is in water and the swimModule config bool is set to false.

This was built for compatibility with the Better Diving Mod, since using both without this fix caused some visual bugs in the player animation.

If there are any better or more efficient ways to do this, let me know and I will make the changes.