Advertisement
RobotBubble

TurtleDetonate

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