The Bug
At the entrance of the Trial Chamber (atrium_1
), the fountain in the center of the room can generate invalid water when located on a chunk border.
Steps to Reproduce
Generate a world with the seed: 3057310577815726585.
Run the command:
/execute in minecraft:overworld run tp @s -1888 -10 2268 0 0
Observe the water in the fountain:
Check if it has been generated incorrectly.
Enable chunk borders (press
F3 + G
) to confirm whether the invalid water intersects with a chunk border.
Observed Results
The water is generated invalidly because it is on a chunk border.
Expected Results
The water would not generate in an invalid state.
Can confirm.