Mackan90096

Untitled

Jul 4th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. while turtle.detectUp() do
  2. turtle.digUp()
  3. turtle.dig()
  4. turtle.turnRight()
  5. turtle.dig()
  6. turtle.forward()
  7. turtle.turnLeft()
  8. turtle.dig()
  9. print("Digging the block")
  10. turtle.up()
  11. print("Moving up")
  12. end
  13. while not turtle.detectUp() and not turtle.detectDown() do
  14. turtle.down()
  15. print("Moving down")
  16. end
  17. print("Job done!")
Advertisement
Add Comment
Please, Sign In to add comment