mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 16:09:33 +01:00
Force nolakes,nohills for flat mapgen
This commit is contained in:
parent
7a29d8580d
commit
b225ecf51f
1 changed files with 1 additions and 0 deletions
|
@ -884,6 +884,7 @@ if mg_name == "v6" then
|
||||||
end
|
end
|
||||||
if mg_name == "flat" then
|
if mg_name == "flat" then
|
||||||
minetest.set_mapgen_setting("mg_flags", "nocaves,nodungeons,nodecorations,light", true)
|
minetest.set_mapgen_setting("mg_flags", "nocaves,nodungeons,nodecorations,light", true)
|
||||||
|
minetest.set_mapgen_setting("mgflat_spflags", "nolakes,nohills", true)
|
||||||
else
|
else
|
||||||
minetest.set_mapgen_setting("mg_flags", "caves,nodungeons,decorations,light", true)
|
minetest.set_mapgen_setting("mg_flags", "caves,nodungeons,decorations,light", true)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue