mirror of
git://repo.or.cz/rocks.git
synced 2025-07-06 18:30:40 +02:00
Dirt as a laterite depo.
This commit is contained in:
@ -94,6 +94,10 @@ do
|
|||||||
def.node_filler="default:gravel"
|
def.node_filler="default:gravel"
|
||||||
def.depth_filler=2
|
def.depth_filler=2
|
||||||
def.y_min=beach_min
|
def.y_min=beach_min
|
||||||
|
elseif def.humidity_point>70 then
|
||||||
|
print(" dirt")
|
||||||
|
def.node_top="default:dirt"
|
||||||
|
def.depth_top=3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if (def.node_stone=="default:stone") or (not def.node_stone) then def.node_stone="rocks:basalt" end
|
if (def.node_stone=="default:stone") or (not def.node_stone) then def.node_stone="rocks:basalt" end
|
||||||
|
Reference in New Issue
Block a user