while true do
 sleep(1)
 turtle.turnRight()
 turtle.suck()
 turtle.turnLeft()
 turtle.drop()
end
