.
This commit is contained in:
parent
299012a747
commit
418c3e782d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user