diff --git a/src/main/programs/turtle-miner-fibo.lua b/src/main/programs/turtle-miner-fibo.lua index 5a56e7b..e4cbd7e 100644 --- a/src/main/programs/turtle-miner-fibo.lua +++ b/src/main/programs/turtle-miner-fibo.lua @@ -118,11 +118,11 @@ local function storeItems() if itemDetail ~= nil then if itemDetail.name ~= "minecraft:torch" and itemDetail.name ~= "minecraft:chest" then turtle.dropUp() - turtle.down() - turtle.down() end end end + turtle.down() + turtle.down() end end @@ -257,7 +257,6 @@ local function mineFibo() state = getState() while true do - mineChunk() --go to next chunk