Advertisement
Plazter

melee

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