ToLazyToThink

inv fill down

May 29th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local inv = peripheral.wrap("right")
  2.  
  3. local space = false
  4. while true do
  5.   if turtle.getItemCount(1) == 0 then
  6.     turtle.suckUp()
  7.   end
  8.   if not inv.dropDown(19, 1) then
  9.     sleep(2)
  10.   end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment