This commit is contained in:
Julian Brammer 2024-06-17 02:19:41 +02:00
parent 299012a747
commit 418c3e782d

View File

@ -44,7 +44,7 @@ for i=1, 3 do
turtle.forward()
end
-- move to next row
if i%2==0 then
if i%2==1 then
turtle.turnRight()
turtle.forward()
turtle.turnRight()