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