juancarloscp52 / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
GNU General Public License v3.0
180 stars 38 forks source link

[Refine feature] useAnimations impl on multiplayer #206

Closed lonefelidae16 closed 1 year ago

lonefelidae16 commented 1 year ago

Hi theređź‘‹

Sadly I played the Minecraft Bedrock Edition (is MC for Windows 1.19.51), its behavior is Java like.

However, I really like this animation, so I have made it available on multiplayer. I’m going to test it on my vanilla server. I think it also works on Realms if it’s okay. I’ll create a new PR when ready, about a few days.

Thank you for awesome mod!


Behavior

The bobbing animation now execute on Render thread only.

The hotbar item will animate when:

Known issue


For Developers

The final stage Git branch is available on my repo. If you interested in, you can build and test it. (And I’d be happy you find and report a bug in this thread.)

~lonefelidae16:feat/client-use-anim~ edit: Successfully merged into upstream