diff --git a/src/main/programs/turtle-miner-fibo.lua b/src/main/programs/turtle-miner-fibo.lua index e4cbd7e..9b60475 100644 --- a/src/main/programs/turtle-miner-fibo.lua +++ b/src/main/programs/turtle-miner-fibo.lua @@ -106,6 +106,8 @@ local function storeItems() break elseif i == 16 then --TODO save in state that no chests are available + shell.run("delete /main/task.lua") + shell.run("reboot") end end end