fixed chest storing

This commit is contained in:
Julian Brammer 2024-06-02 03:31:16 +02:00
parent ac598e9d7b
commit 53ffa8fd19

View File

@ -118,12 +118,12 @@ local function storeItems()
if itemDetail ~= nil then
if itemDetail.name ~= "minecraft:torch" and itemDetail.name ~= "minecraft:chest" then
turtle.dropUp()
end
end
end
turtle.down()
turtle.down()
end
end
end
end
end
local function checkInventory()
@ -257,7 +257,6 @@ local function mineFibo()
state = getState()
while true do
mineChunk()
--go to next chunk