Godleydemon

Untitled

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