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

Fixed ghost block #32

Closed JTK222 closed 1 year ago

JTK222 commented 1 year ago

Fixed the Ghost Blocks appearing when a packing up a block. The main issue here, was the desynced return between server and client. I moved the client check to a spot where no desync will happen, and additionally I adjusted the return value. ActionResult.SUCCESS and ActionResult.CONSUME are currently equal in Minecraft. But to avoid potential future issues, I switched it over to CONSUME, as semantically SUCCESS doesn't necessarily have to actually consume the action and might still forward it.