AwesomeSorcery

treecut

Jul 17th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3.  
  4. while turtle.digUp() do
  5. turtle.up()
  6. end
  7.  
  8. while turtle.down() do
  9. end
Add Comment
Please, Sign In to add comment