Advertisement
jille_Jr

Lumberjack

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