mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
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.
This commit is contained in:
parent
93ecc589bc
commit
f92a393f6f
4 changed files with 77 additions and 28 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue