This commit is contained in:
Julian Brammer 2024-06-17 04:17:15 +02:00
parent f1351b2b79
commit cae862e5bc

View File

@ -91,7 +91,7 @@ local function kiss()
for i=1, #toCollect do for i=1, #toCollect do
turtle.forward() turtle.forward()
for j=4, 16 do for j=4, 16 do
turtle.select(i) turtle.select(j)
itemDetail = turtle.getItemDetail() itemDetail = turtle.getItemDetail()
if itemDetail ~= nil then if itemDetail ~= nil then