diff --git a/mine/client.lua b/mine/client.lua index 25b17db..4b649f5 100644 --- a/mine/client.lua +++ b/mine/client.lua @@ -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()