a
This commit is contained in:
parent
1c8066d845
commit
1d68347d35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user