updated fibominer

This commit is contained in:
Julian Brammer 2024-06-02 18:57:54 +02:00
parent b71d3f666b
commit 4abe5af04b

View File

@ -106,6 +106,8 @@ local function storeItems()
break break
elseif i == 16 then elseif i == 16 then
--TODO save in state that no chests are available --TODO save in state that no chests are available
shell.run("delete /main/task.lua")
shell.run("reboot")
end end
end end
end end