Multiblock Offset is being reset after restarting the game (Server)
jano1221 opened this issue · 3 comments
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:
- Restart the game
- Join the server again
- 🤔:
(Server is not being restarted)
Minecraft version 1.12.2
Chisel version 0.2.1.35 (Latest)
Server Forge version 14.23.5.2772
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.
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.