Chisel

Chisel

150M Downloads

Multiblock Offset is being reset after restarting the game (Server)

jano1221 opened this issue · 3 comments

commented

Issue: Offset of multiblock setted on server is being reset after restarting the game.

Steps to reproduce:

  • Join a server
  • Set an offest of the big fan(3x3) with Ender Offset Wand:
    2018-12-09_23 46 46
  • Restart the game
  • Join the server again
  • 🤔:
    2018-12-09_23 48 56

(Server is not being restarted)

Minecraft version 1.12.2
Chisel version 0.2.1.35 (Latest)
Server Forge version 14.23.5.2772

commented

This is a tricky one. I think it only occurs when the blocks are in chunks that remain loaded when the player is offline. Since I only send the data on (server-side) chunk load, it won't be resent ever to that client. Restarting is only significant because it clears the client's caches. I probably need to implement an initial join packet sent to the player that contains all offset data.

commented

What release was this fix included in? This seems to be occurring in 1.0.1.44 (mc1.12.2), which was released after this fix was committed.

commented

If you are having an issue with this feature, please report it in a new issue.