.
This commit is contained in:
parent
e860b41419
commit
2a61de8850
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user