Turtles now digging up

This commit is contained in:
Dominic Zimmer 2020-07-10 22:40:31 +02:00
parent bdc5407326
commit 1b29082bee

View File

@ -202,11 +202,11 @@ function digShaft()
--turtle.down() --turtle.down()
depth = digDeep(turtle.down, turtle.digDown, turtle.inspectDown, -1) depth = digDeep(turtle.down, turtle.digDown, turtle.inspectDown, -1)
turtle.turnLeft() turtle.turnLeft()
digDeep(turtle.up, noop, noop, depth) digDeep(turtle.up, turtle.digUp, turtle.inspectUp, depth)
turtle.turnLeft() turtle.turnLeft()
digDeep(turtle.down, noop, noop, depth) digDeep(turtle.down, turtle.digDown, turtle.inspectDown, depth)
turtle.turnLeft() turtle.turnLeft()
digDeep(turtle.up, noop, noop, depth) digDeep(turtle.up, turtle.digUp, turtle.inspectUp, depth)
turtle.turnLeft() turtle.turnLeft()
selectCobble() selectCobble()
turtle.up() turtle.up()