Hoff

Untitled

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