This commit is contained in:
Julian Brammer 2024-06-08 18:49:28 +02:00
parent a856315353
commit 1ecffb0823

View File

@ -130,7 +130,7 @@ local function inventoryRework()
savePos("Chest placed") savePos("Chest placed")
for k=1, 16 do for k=1, 16 do
turtle.select(i) turtle.select(k)
itemDetail = turtle.getItemDetail() itemDetail = turtle.getItemDetail()
if itemDetail ~= nil then if itemDetail ~= nil then
if itemDetail.name ~= "minecraft:chest" and itemDetail.name ~= "computercraft:wireless_modem_advanced" then if itemDetail.name ~= "minecraft:chest" and itemDetail.name ~= "computercraft:wireless_modem_advanced" then