This commit is contained in:
Julian Brammer 2024-06-17 05:29:51 +02:00
parent e860b41419
commit 2a61de8850

View File

@ -76,11 +76,11 @@ local function kiss()
end end
--got to next row --got to next row
if i%2==1 and i<6 then if i%2==1 and i<7 then
turtle.turnRight() turtle.turnRight()
turtle.forward() turtle.forward()
turtle.turnRight() turtle.turnRight()
elseif i%2==0 and i<6 then elseif i%2==0 and i<7 then
turtle.turnLeft() turtle.turnLeft()
turtle.forward() turtle.forward()
turtle.turnLeft() turtle.turnLeft()