.
This commit is contained in:
parent
71ad771eb6
commit
e2402ae712
@ -62,6 +62,8 @@ local function kiss()
|
|||||||
if i==1 then
|
if i==1 then
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
turtle.digDown()
|
turtle.digDown()
|
||||||
turtle.suckDown()
|
turtle.suckDown()
|
||||||
turtle.select(currentSeed)
|
turtle.select(currentSeed)
|
||||||
@ -78,7 +80,7 @@ local function kiss()
|
|||||||
turtle.turnRight()
|
turtle.turnRight()
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
turtle.turnRight()
|
turtle.turnRight()
|
||||||
else
|
elseif i%2==0 and i<6 then
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
|
Loading…
Reference in New Issue
Block a user