Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. turtle.select(1)
  3. if turtle.compare() then
  4. turtle.dig()
  5. end
  6. if turtle.itemCount() > 1 then
  7. turtle.dropUp()
  8. end
  9. turtle.select(2)
  10. if turtle.itemCount() > 1 then
  11. turtle.place()
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement