Draylar / get-off-my-lawn

Keep people off your lawn with claims! Built for Fabric.
https://www.curseforge.com/minecraft/mc-mods/get-off-my-lawn
MIT License
4 stars 18 forks source link

buckets work in claims that are owned by other users #1

Closed LostQuasar closed 4 years ago

Draylar commented 4 years ago

Should be fixed via BucketItemMixin. It seems like UseBlockCallback doesn't work well with buckets on the client, which was leading to desync (the water doesn't actually "disappear," but just goes away until a relog).

I'd like to patch up the rayTrace method I copied from Item, but for now, this should be good enough.

Also tested and confirmed this fixes placing ghost fluids. Thanks for the report!