This commit is contained in:
Julian Brammer 2024-06-17 05:34:10 +02:00
parent 5e0c17e78a
commit 1ed673ef28

View File

@ -110,6 +110,16 @@ local function kiss()
turtle.forward()
end
--throw away
for i=4, 16 do
turtle.select(i)
itemDetail = turtle.getItemDetail()
if itemDetail ~= nil then
turtle.drop()
end
end
for i=1,4 do
turtle.forward()
end