Turtles now digging up
This commit is contained in:
parent
bdc5407326
commit
1b29082bee
@ -202,11 +202,11 @@ function digShaft()
|
||||
--turtle.down()
|
||||
depth = digDeep(turtle.down, turtle.digDown, turtle.inspectDown, -1)
|
||||
turtle.turnLeft()
|
||||
digDeep(turtle.up, noop, noop, depth)
|
||||
digDeep(turtle.up, turtle.digUp, turtle.inspectUp, depth)
|
||||
turtle.turnLeft()
|
||||
digDeep(turtle.down, noop, noop, depth)
|
||||
digDeep(turtle.down, turtle.digDown, turtle.inspectDown, depth)
|
||||
turtle.turnLeft()
|
||||
digDeep(turtle.up, noop, noop, depth)
|
||||
digDeep(turtle.up, turtle.digUp, turtle.inspectUp, depth)
|
||||
turtle.turnLeft()
|
||||
selectCobble()
|
||||
turtle.up()
|
||||
|
Loading…
Reference in New Issue
Block a user