PieKing1215 / InvMove

Minecraft Forge/Fabric/Quilt mod that adds the ability to walk around while in inventories
GNU Lesser General Public License v3.0
23 stars 7 forks source link

Moving away from chest breaks animations #14

Open blackmyin opened 2 years ago

blackmyin commented 2 years ago

When opening a chest with InvMove and moving away from it the animations of the chest breaks. On singleplayer the animations of that specific chest simply stops working and on multiplayer the animations of the chest are reversed (always open, closes on interact). Temporarily fixed by restarting world.

Tested with 1.19 Fabric Loader 0.14.8 Fabric API 0.55.3+1.19 Cloth Config 7.0.67-fabric InvMove 1.19-0.8.0-Fabric

PieKing1215 commented 2 years ago

Yeah this is a bug with vanilla that I've been meaning to make a fix for but I haven't gotten around to it. It's because the server (or internal server) will forcibly close the screen if you go too far from the chest and the way they do it breaks the animation. I might look into fixing this for the next non-alpha release

Khodyn commented 2 years ago

I might look into fixing this for the next non-alpha release

Might better belong as a Debugify PR.