tweak v7 cavern threshhold for larger nether caves

This commit is contained in:
cora 2022-10-23 14:32:33 +02:00
parent 9ea286428c
commit a03973a80b
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ if superflat then
minetest.set_mapgen_setting("mgflat_spflags", "nolakes,nohills", true)
end
if mg_name == "v7" then
minetest.set_mapgen_setting("mgv7_cavern_threshold", "0.15", true)
end
local mg_flags_str = ""
for k,v in pairs(mg_flags) do
if v == false then