You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue cannot be replicated on clientside (using integrated servers}
whoever, on dedicated side this becomes in a very annoying thing
this has a specific way to trigger it, you need to make a dedicated server (with redirector on the both sides), move some chunks away (to unloaded/ungenerated parts, wait to get generated and then place sand (the most noticeable bugged block), holding right click on a placed block causes sand get placed on adjacent sides of the block
water is also affected, placing water sometimes breaks the fluid physics, and makes them a mess (placing water above, removing it and then placing it back, no spilling it). Depending of the water's mood, sometimes 1 block of water becomes in a huge mess of fluctuing water
restarting server fixes the issue ON GENERATED CHUNKS.
2024-06-14.17-23-26.mp4
after removing the mod, repeating the steps above many times doesn't longer replicates the issue.
I was testing this on my modpack, but i can perfectly replicate the issue standalone
2024-06-14.17-43-28.mp4
The text was updated successfully, but these errors were encountered:
also having this issue on a dedicated server only. LAN server works fine but this happens randomly when a dedicated server is up, and will need to be rebooted for it to work again.
I think the root of this issue stems from the fact that Redirector allows the synthetic values of the each Enum to be returned by values() instead of a clone of them. What happens if there just so happens to be some sort of modification on the server that the client isn't aware of, or vice versa? This doesn't happen on LAN or in Singleplayer because the integrated server is hosted on the same JVM process as the client, both the client and integrated server would be using the same synthetic values from every Enum. But if an enum value modification happens on the server, how would the connected clients ever be made aware of this?
This issue cannot be replicated on clientside (using integrated servers}
whoever, on dedicated side this becomes in a very annoying thing
this has a specific way to trigger it, you need to make a dedicated server (with redirector on the both sides), move some chunks away (to unloaded/ungenerated parts, wait to get generated and then place sand (the most noticeable bugged block), holding right click on a placed block causes sand get placed on adjacent sides of the block
water is also affected, placing water sometimes breaks the fluid physics, and makes them a mess (placing water above, removing it and then placing it back, no spilling it). Depending of the water's mood, sometimes 1 block of water becomes in a huge mess of fluctuing water
restarting server fixes the issue ON GENERATED CHUNKS.
2024-06-14.17-23-26.mp4
after removing the mod, repeating the steps above many times doesn't longer replicates the issue.
I was testing this on my modpack, but i can perfectly replicate the issue standalone
2024-06-14.17-43-28.mp4
The text was updated successfully, but these errors were encountered: