Guest User

Untitled

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