portablejim

Hopper Internal

May 19th, 2013 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.   for i=1,16 do
  3.     turtle.select(i)
  4.     while turtle.getItemCount(i) > 0 do
  5.       turtle.dropDown()
  6.       sleep(1)
  7.     end
  8.     turtle.suckUp()
  9.   end  
  10. end
Add Comment
Please, Sign In to add comment