polishing up the Primordial layer

This commit is contained in:
FaceDeer
2020-01-26 19:56:19 -07:00
parent 9ddb8c5b6f
commit 6b41029b84
12 changed files with 630 additions and 158 deletions

View File

@ -442,7 +442,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
-- puzzle seal
local puzzle_seal = nil
if pit_uninitialized and math.random() < 0.15 then
if pit_uninitialized and math.random() < 0.05 then
local index2d = mapgen_helper.index2d(emin, emax, minp.x + 3, minp.z + 3)
local abs_cave = math.abs(nvals_cave[index2d]) -- range is from 0 to approximately 2, with 0 being connected and 2s being islands
local wave = nvals_wave[index2d] * wave_mult