mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
tweak v7 cavern threshhold for larger nether caves
This commit is contained in:
parent
9ea286428c
commit
a03973a80b
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ if superflat then
|
||||||
minetest.set_mapgen_setting("mgflat_spflags", "nolakes,nohills", true)
|
minetest.set_mapgen_setting("mgflat_spflags", "nolakes,nohills", true)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if mg_name == "v7" then
|
||||||
|
minetest.set_mapgen_setting("mgv7_cavern_threshold", "0.15", true)
|
||||||
|
end
|
||||||
|
|
||||||
local mg_flags_str = ""
|
local mg_flags_str = ""
|
||||||
for k,v in pairs(mg_flags) do
|
for k,v in pairs(mg_flags) do
|
||||||
if v == false then
|
if v == false then
|
||||||
|
|
Loading…
Reference in a new issue