Advertisement
RobotBubble

TurtleSalvage

Oct 29th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print("Salvaging...")
  2. turtle.digDown()
  3. turtle.down()
  4. sleep(.1)
  5. turtle.digDown()
  6. turtle.down()
  7. sleep(.1)
  8. turtle.digDown()
  9. sleep(.1)
  10. turtle.up()
  11. turtle.placeDown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement