Readd chunk saving queue
Barteks2x opened this issue ยท 2 comments
Writing chunks to NBT can take quite a while, add a queue for that so that chunk unloading doesn't stall the main thread when something decides to unload too many chunks at once. Also related to #7
Just a quick mention: This must be done in the main thread, otherwise concurrency issues will arise.