This commit is contained in:
HybridDog
2015-07-05 21:01:34 +02:00
parent df794632c2
commit 32decc0149
3 changed files with 27 additions and 24 deletions

View File

@ -211,6 +211,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
end
end
end
if ground_y then
data[area:index(x, ground_y, z)] = c.ground
for i = -1,-5,-1 do