This commit is contained in:
Julian Brammer 2024-06-05 21:30:31 +02:00
parent 1c8066d845
commit 1d68347d35

View File

@ -149,7 +149,7 @@ local function storeItems()
turtle.select(i) turtle.select(i)
itemDetail = turtle.getItemDetail() itemDetail = turtle.getItemDetail()
if itemDetail ~= nil then 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() turtle.dropUp()
end end
end end