Delete chunks which contain no player entities, configurable chunk radius & paving detection
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Could you please add a mod setting to disable the chat messages while deleting chunks? I mean something like:
function printAll(text) if settings.startup["DeleteEmptyChunks-show-chat-messages"].value == true then log(text) game.print(text) end end