did stuff
This commit is contained in:
parent
17513bb27a
commit
8be2b417e4
@ -223,15 +223,19 @@ local function mineRow()
|
|||||||
|
|
||||||
--check current mining step for ore
|
--check current mining step for ore
|
||||||
--turtle.up()
|
--turtle.up()
|
||||||
|
tutel.secureDigUp()
|
||||||
tutel.up()
|
tutel.up()
|
||||||
recursiveOreMining()
|
recursiveOreMining()
|
||||||
--turtle.down()
|
--turtle.down()
|
||||||
|
tutel.secureDigDown()
|
||||||
tutel.down()
|
tutel.down()
|
||||||
recursiveOreMining()
|
recursiveOreMining()
|
||||||
--turtle.down()
|
--turtle.down()
|
||||||
|
tutel.secureDigDown()
|
||||||
tutel.down()
|
tutel.down()
|
||||||
recursiveOreMining()
|
recursiveOreMining()
|
||||||
--turtle.up()
|
--turtle.up()
|
||||||
|
tutel.secureDigUp()
|
||||||
tutel.up()
|
tutel.up()
|
||||||
|
|
||||||
--inventoryRework() --only needed when ore found
|
--inventoryRework() --only needed when ore found
|
||||||
|
Loading…
Reference in New Issue
Block a user