some new things :)

master
cale 2016-01-28 12:52:58 +01:00
parent 2c35c408c6
commit 9b9a8b70ef
3 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
for y = minp.y, maxp.y do
for x = minp.x, maxp.x do
local pos = area:index(x, y, z)
if (y+1) % 50 == 0 and x < 2 and x > -2 and z < 2 and z > -2 then
if (((x) % 50 == 0 and (z) % 50 == 0) or ((x+1) % 50 == 0 and (z+1) % 50 == 0) or ((x) % 50 == 0 and (z+1) % 50 == 0) or ((x+1) % 50 == 0 and (z) % 50 == 0)) and y == -2 then
data[pos] = c_startline
end
end

View File

@ -21,8 +21,9 @@ Everything not listed in here: CC-BY-SA
cd2 (CC-BY-SA):
uforun_basic_node.png
heart.png
heart.png
wieldhand.png
crack_anylength.png
kaadmy (CC0):
player*

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B