.
This commit is contained in:
parent
5e0c17e78a
commit
1ed673ef28
@ -110,6 +110,16 @@ local function kiss()
|
|||||||
turtle.forward()
|
turtle.forward()
|
||||||
end
|
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
|
for i=1,4 do
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user