fix line placement

This commit is contained in:
MihailRis
2024-10-08 05:44:36 +03:00
parent 116cbd61db
commit 5a89d97b75
2 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function place_structures(x, z, w, d, seed, hmap, chunk_height)
local sz = z + math.random() * 20 - 10
local ez = z + math.random() * 20 - 10
table.insert(placements,
{":line", 0, {sx - 10, sy, sz - 10}, {ex + 10, ey, ez + 10}, 2})
{":line", 0, {sx - 10, sy, sz - 10}, {ex + 10, ey, ez + 10}, 3})
end
return placements
end