diff --git a/src/brulijam/turtle-miner-fibo.lua b/src/brulijam/turtle-miner-fibo.lua index 5c34c3d..ec3d136 100644 --- a/src/brulijam/turtle-miner-fibo.lua +++ b/src/brulijam/turtle-miner-fibo.lua @@ -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 ~= "minecraft:chest" then + if itemDetail.name ~= "minecraft:torch" and itemDetail.name ~= "computercraft:wireless_modem_advanced" then turtle.dropUp() end end