diff options
author | Paramat <paramat@users.noreply.github.com> | 2020-08-05 05:00:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 05:00:00 +0100 |
commit | f92a393f6f949377b1d78630a8f7d24e78e6ff9d (patch) | |
tree | a55152e5cd012f64e173fbe668425bfa3cb157cd /builtin/mainmenu | |
parent | 93ecc589bc49a80187705f6e06df23a71263d3d7 (diff) | |
download | minetest-f92a393f6f949377b1d78630a8f7d24e78e6ff9d.tar.gz minetest-f92a393f6f949377b1d78630a8f7d24e78e6ff9d.tar.bz2 minetest-f92a393f6f949377b1d78630a8f7d24e78e6ff9d.zip |
Mapgen Flat: Add caverns, disabled by default (#9913)
Add the caverns used in V5, V7, Valleys, Carpathian.
Disabled by default to not be force-enabled in existing worlds.
Diffstat (limited to 'builtin/mainmenu')
-rw-r--r-- | builtin/mainmenu/dlg_create_world.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 36df23cce..b2e706b6b 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -61,6 +61,7 @@ local flag_checkboxes = { fgettext("Low humidity and high heat causes shallow or dry rivers") }, }, flat = { + cb_caverns, { "hills", fgettext("Hills"), "hills" }, { "lakes", fgettext("Lakes"), "lakes" }, }, |