LITTLEJAMO

Tree Cutter

Aug 25th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3. while turtle.detectUp() do
  4. turtle.digUp()
  5. turtle.up()
  6. end
  7. while not turtle.detectDown() do
  8. turtle.down()
  9. end
Add Comment
Please, Sign In to add comment