More debug
This commit is contained in:
parent
be216da028
commit
d95e1ec374
@ -128,7 +128,7 @@ function digShaft()
|
|||||||
selectCobble()
|
selectCobble()
|
||||||
turtle.placeUp()
|
turtle.placeUp()
|
||||||
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, noop, noop, depth)
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
|
Loading…
Reference in New Issue
Block a user