Advertisement
Guest User

tree

a guest
Feb 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.   if turtle.detectUp() then
  3.     turtle.digUp()
  4.     turtle.up()
  5.   elseif not turtle.detectDown() then
  6.     turtle.down()
  7.   end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement