SuperUnitato

stationary TreeCutterBot (CHOP)

Mar 14th, 2016
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while turtle.detect() do
  2. turtle.dig()
  3. turtle.digUp()
  4. turtle.up()
  5. end
  6. while not turtle.detect() and not turtle.detectDown() do
  7. turtle.down()
  8. end
  9. print(β€œAll Done”)
Advertisement
Add Comment
Please, Sign In to add comment