Move mapgen code out of init.lua

This commit is contained in:
Desour
2024-03-14 16:12:36 +01:00
committed by HybridDog
parent 1c033a048f
commit 0351e12bac
6 changed files with 659 additions and 611 deletions

View File

@ -5,7 +5,7 @@ local default_settings = {
overworld_help = true,
}
nether.settings = {}
nether.settings = {} -- FIXME: unused field. store settings in here?
for name,dv in pairs(default_settings) do
local setting