mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-09 00:29:33 +01:00
Don't generate dungeons in v6
This commit is contained in:
parent
d69644fd47
commit
60fa765cca
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ end
|
||||||
-- Apply mapgen-specific mapgen code
|
-- Apply mapgen-specific mapgen code
|
||||||
if mg_name == "v6" then
|
if mg_name == "v6" then
|
||||||
register_mgv6_decorations()
|
register_mgv6_decorations()
|
||||||
|
minetest.set_mapgen_setting("mg_flags", "caves,nodungeons,decorations,light", true)
|
||||||
elseif mg_name == "flat" then
|
elseif mg_name == "flat" then
|
||||||
local classic = minetest.get_mapgen_setting("mcl_superflat_classic")
|
local classic = minetest.get_mapgen_setting("mcl_superflat_classic")
|
||||||
if classic == nil then
|
if classic == nil then
|
||||||
|
|
Loading…
Reference in a new issue