Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. i = 1
  2.  
  3. while not turtle.detectUp() do
  4. if turtle.getItemCount(i) <= 0 then
  5. turtle.select(i + 1)
  6. i = i + 1
  7. end
  8. turtle.up()
  9. turtle.placeDown()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement