Streamline abms.
This commit is contained in:
parent
942d6c6a9c
commit
65a6df1e44
17 changed files with 374 additions and 344 deletions
|
@ -219,7 +219,7 @@ local function generate(p_minp, p_maxp, seed)
|
|||
end
|
||||
elseif y < height then
|
||||
if data[ivm] == node("air") and (data[ivm - area.ystride] == node('default:stone') or data[ivm - area.ystride] == node('default:sandstone')) then
|
||||
data[ivm - area.ystride] = node("dirt")
|
||||
data[ivm - area.ystride] = node("fun_caves:dirt")
|
||||
write = true
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue