Advertisement
SavageCore

Untitled

Apr 21st, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function dump()
  2. if turtle.getItemCount(15)>0 then
  3. turtle.digDown()
  4. turtle.select(2)
  5. turtle.placeDown()
  6. for slot = 4,15,1 do
  7. turtle.select(slot)
  8. turtle.dropDown()
  9. end
  10. if enderchest then
  11. turtle.select(2)
  12. turtle.digDown()
  13. else
  14. chests = chests - 1
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement