This commit is contained in:
Julian Brammer 2024-06-17 04:31:17 +02:00
parent 5e7eec746f
commit 47c1d4d1bd

View File

@ -69,7 +69,7 @@ local function kiss()
turtle.placeDown()
turtle.forward()
end
if i%2==1 and i<7 then
if i%2==1 and i<6 then
turtle.turnRight()
turtle.forward()
turtle.turnRight()