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