mouse03f

treefeller

Feb 23rd, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3.  
  4. while turtle.detectUp() == true do
  5. turtle.digUp()
  6. turtle.up()
  7. end
  8.  
  9. while turtle.detectDown() == false do
  10. turtle.down()
  11. end
  12.  
  13. turtle.back()
Add Comment
Please, Sign In to add comment