Guest User

Untitled

a guest
Jul 13th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function drop()
  2. turtle.select(1)
  3. for 1, 16 do
  4. turtle.select(i)
  5. turtle.dropDown()
  6. end
  7. end
  8.  
  9. while true do
  10. if not turtle.attack()then
  11. if turtle.getItemCount(16)>=1 then
  12. drop()
  13. end
  14. sleep(1)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment