This commit is contained in:
Julian Brammer 2024-06-17 05:09:36 +02:00
parent e6b2bd65f8
commit f429596775

View File

@ -57,8 +57,8 @@ end
local function kiss() local function kiss()
turtle.up() turtle.up()
for i=1, 7 do for i=1, 8 do
for j=1, 6 do for j=1, 8 do
if i==1 and j==1 then if i==1 and j==1 then
turtle.forward() turtle.forward()
end end
@ -73,8 +73,10 @@ local function kiss()
end end
turtle.placeDown() turtle.placeDown()
if j<6 then
turtle.forward() turtle.forward()
end end
end
--got to next row --got to next row
if i%2==1 and i<6 then if i%2==1 and i<6 then