DataParameter desync
Darkere opened this issue ยท 2 comments
Describe the bug
When Addons register Parameters using this method:
There is a chance for desychronization. We added synchronized
to fix it, however that only fixes the desync in Singleplayer. The desync still happens on servers as the order on the server may not be the same as on the client.
A potential option would be to change the Registry key from Integer to BlockEntityType. But this would be a breaking change for any addons using it.
How can we reproduce this bug or crash?
- Play RS on server and get "lucky".
What Minecraft version is this happening on?
Minecraft 1.19.2
What Forge version is this happening on?
43+
What Refined Storage version is this happening on?
1.11
Relevant log output
No response