refinedmods / refinedstorage

An elegant solution to your hoarding problem.
https://refinedmods.com/refined-storage
MIT License
355 stars 176 forks source link

[1.11] Crafting grid auto rotates north when not in chunkloaded area then coming back. #897

Closed shortybsd closed 7 years ago

shortybsd commented 7 years ago

Minecraft 1.11 Forge 2199 Refined Storage 1.3.5 Runs on a dedicated server

When leaving my main spot then coming back after a while, the Crafting Grid and Disk Manipulator all will be rotated facing north. Really odd error as it recently started doing it.

raoulvdberge commented 7 years ago

Any logs?

Darkosto commented 7 years ago

This actually happens to External Storage in 1.10.2: http://imgur.com/oGzxsVv https://sx.artdude.uk/hotlink-ok/darkosto/Aclu-4951c-1484788700.png

They function properly, from what I can tell. But the blocks just completely turned around. It happens when I leave and join my server. There seem to be no logs from my initial scan of the output.

RS: 1.2.17 Forge: 2215 and 2221

raoulvdberge commented 7 years ago

This happens when a chunk read failed, most likely caused by an other mod.

raoulvdberge commented 7 years ago

More specifically: another tile entity failed NBT read, causing all the other tile entities in the same chunk not reading their data, making the External Storage face the default facing.

For an example of this, see #890

shortybsd commented 7 years ago

I've updated a few mods and removed items touching or placed next to the Refined Storage blocks. All seems good so far. There was no errors in my logs from client or server. It must have been another mod causing it.

raoulvdberge commented 7 years ago

This is not an RS issue.