This commit is contained in:
Julian Brammer 2024-06-17 20:11:10 +02:00
parent f4115a73ef
commit a1b8fc2930

View File

@ -112,6 +112,7 @@ local function kiss()
end
--throw away
turtle.turnRight()
for i=4, 16 do
turtle.select(i)
@ -120,6 +121,7 @@ local function kiss()
turtle.drop()
end
end
turtle.turnLeft()
for i=1,4 do
turtle.forward()