The Bug
In the log files there was an error relating to the recursive call for sendBlockUpdated
Reproduce
Create a world with seed: -7756558117227647942
Look at the logs
May need to create to world a few times
Linked issues
testing discovered 1
Attachments
Comments 2
I added the reproduction steps from MC-265289 to this report because those steps are how I reproduced this issue.
While I was attempting to reproduce MC-265289 (in 1.20.2 pre-release 2), the first 5 times I created the world, neither the error from this report nor the error from that report were in the log. On the 6th attempt, the error from this report (
java.lang.IllegalStateException: recursive call to sendBlockUpdated
) was logged, but the error from MC-265289 was not logged.