FarLands

FarLands

35.1k Downloads

Causes severe issues when run on a fabricloader server [19w13b]

steampunko opened this issue ยท 4 comments

commented

When I run a fabricloader server with this mod installed, breaking or right clicking on any block results in it disappearing on the clients end. The block is still there, and you can't move into the location where the block would be.
2019-03-30_13 58 29

I know this mod is the issue because I don't have any other fabric mods installed, other than fabric api.

Edit: even without fabric api the same result happens when I break or right click blocks

commented

So I think I might know what's going on, I was messing around with the issue and I realized that the client might see the blocks initially, but think the world generation is completely different, therefor when I interact with blocks they get "replaced" with what the client thinks it should be,

2019-03-30_14 20 31
2019-03-30_14 20 26
2019-03-30_14 20 19

commented

Alright, thank you for responding

commented

i actually haven't tested this mod much on a server, i'll try to reproduce this issue tomorrow

commented

this seems to be due to inconsistencies between the server and client BlockPos (caused by the Fix Lighting option being enabled server-side, but not client-side). unfortunately i'll just have to disable the Fix Lighting option by default, as i can't really think of any ways to somehow fix this. sorry