Thicker redstone, ice thickens with cold, papyrus on riverbanks not beaches

This commit is contained in:
paramat
2014-04-13 10:03:51 +01:00
parent e3d4a03b96
commit b1f138c74c
2 changed files with 18 additions and 13 deletions

View File

@ -203,7 +203,7 @@ end
function watershed_papyrus(x, y, z, area, data)
local c_papyrus = minetest.get_content_id("default:papyrus")
local ph = math.random(1, 4)
for j = 1, ph do
for j = 0, ph do
local vip = area:index(x, y + j, z)
data[vip] = c_papyrus
end