did stuff

This commit is contained in:
Julian Brammer 2024-06-24 16:27:01 +02:00
parent 17513bb27a
commit 8be2b417e4

View File

@ -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