The issue has been closed
When the world changes only chunks that had a block update will re-render it appears

Why would you need to re-render all the visible chunks?
posted by extremeheat over 4 years ago
@extremeheat
If the world changes, all existing chunks would normally be discarded so the new world's chunks can be loaded, correct? Such as moving from the overworld to the nether.
posted by TheDudeFromCI over 4 years ago
Ah yes, for dimension changes it would make sense to unload everything like the client does. This can probably be done listening to the respawn packet and unloading like the client does.
posted by extremeheat over 4 years ago
Latest changes should fix at least part of the problem.
posted by Karang over 4 years ago