mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Bit tune.
This commit is contained in:
parent
a59eb82757
commit
a4fcb25897
@ -47,6 +47,7 @@ rocksl.gensed = function (minp, maxp, seed)
|
|||||||
local n_sp= minetest.get_perlin_map(np_sp, pmapsize) : get2dMap_flat(pmapminpxz)
|
local n_sp= minetest.get_perlin_map(np_sp, pmapsize) : get2dMap_flat(pmapminpxz)
|
||||||
|
|
||||||
local layers = {
|
local layers = {
|
||||||
|
lava={ mod="default" },
|
||||||
stone={ mod="default" },
|
stone={ mod="default" },
|
||||||
dirt={ mod="default" },
|
dirt={ mod="default" },
|
||||||
gravel={ mod="default" },
|
gravel={ mod="default" },
|
||||||
@ -98,10 +99,10 @@ rocksl.gensed = function (minp, maxp, seed)
|
|||||||
end
|
end
|
||||||
elseif tp==2 then
|
elseif tp==2 then
|
||||||
-- biosediments
|
-- biosediments
|
||||||
if vcv>0.81 then
|
if vcv>0.72 then
|
||||||
--ropa
|
--ropa
|
||||||
li="stone"
|
li="lava"
|
||||||
elseif vcv>-0.12 then
|
elseif vcv>-0.24 then
|
||||||
li="limestone"
|
li="limestone"
|
||||||
elseif vcv>-0.44 then
|
elseif vcv>-0.44 then
|
||||||
--ine
|
--ine
|
||||||
|
Loading…
Reference in New Issue
Block a user