Advertisement
Mackan90096

Untitled

Sep 14th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. if not turtle.detect() then
  3. turtle.place()
  4. else
  5. while turtle.detect() and not turtle.compare() do
  6. turtle.dig()
  7. turtle.digUp()
  8. sleep(1)
  9. turtle.up()
  10. end
  11. while turtle.down() do
  12. turtle.down()
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement