Luligabi1 / CoxinhaUtilities

A standalone utility mod adding random and ̶m̶o̶s̶t̶l̶y̶ always unoriginal things
https://www.curseforge.com/minecraft/mc-mods/coxinha-utilities
Other
4 stars 4 forks source link

Bugfix interaction #31

Closed JTK222 closed 1 year ago

JTK222 commented 1 year ago

FIxed Interactions from Firing when a block is being unpacked. To explain it, right clicks are handled for both hands. The first hand did unpack the hand, and the second interacted with the block. Additionally, there was a potential desync issue by the client potentially not returning the same value as the server. Therefore, I moved the client check further down, to make sure that both client and server always behave in the same way.