View difference between Paste ID: JeEfsiP8 and YHGNCqDr
SHOW: | | - or go back to the newest paste.
1
turtle.select(1)
2
while true do
3
  turtle.suck()
4
  sleep(1)
5
  turtle.placeUp()
6
  sleep(1)
7
  turtle.dropDown()
8
  sleep(0.1)
9
end