Advertisement
Plazter

meleeturtle

Jun 17th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function Drop() -- u can allways rename this :D/>/>
  2. for i = 1,16 do
  3. if turtle.getItemCount(i) < 0 do
  4. turtle.select(i)
  5. turtle.drop()
  6. end
  7. end
  8. end
  9.  
  10. while true do
  11. turtle.attack()
  12. Drop()
  13. sleep(0.1)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement