a
This commit is contained in:
parent
0c9ddb0cd6
commit
86861a2071
@ -149,7 +149,7 @@ local function storeItems()
|
||||
turtle.select(i)
|
||||
itemDetail = turtle.getItemDetail()
|
||||
if itemDetail ~= nil then
|
||||
if itemDetail.name ~= "minecraft:torch" and itemDetail.name ~= "computercraft:wireless_modem_advanced" then
|
||||
if itemDetail.name ~= "minecraft:chest" and itemDetail.name ~= "computercraft:wireless_modem_advanced" then
|
||||
turtle.dropUp()
|
||||
end
|
||||
end
|
||||
@ -222,6 +222,8 @@ local function mineRow()
|
||||
basic.secureDigUp()
|
||||
basic.secureDigDown()
|
||||
|
||||
clearInventory()
|
||||
|
||||
--check current mining step for ore
|
||||
turtle.up()
|
||||
recursiveOreMining()
|
||||
|
Loading…
Reference in New Issue
Block a user