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