updated village

This commit is contained in:
cale 2016-03-13 16:14:49 +01:00
parent 6be487acb9
commit 8e8f0f9a50
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function village.road(pos)
end
minetest.place_schematic({x = pos.x+(dir.x*6*4), y = pos.y - 1, z = pos.z+(dir.z*6*4)}, path_road, 0, nil, true)
if math.random(0,5) ~= 1 then
if math.random(2) == 1 then
village.road(vector.add(pos, vector.multiply(dir, 6*4)))
end
end

Binary file not shown.