.
This commit is contained in:
parent
e860b41419
commit
2a61de8850
@ -76,11 +76,11 @@ local function kiss()
|
||||
end
|
||||
|
||||
--got to next row
|
||||
if i%2==1 and i<6 then
|
||||
if i%2==1 and i<7 then
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
elseif i%2==0 and i<6 then
|
||||
elseif i%2==0 and i<7 then
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.turnLeft()
|
||||
|
Loading…
Reference in New Issue
Block a user