Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function getTree()
- x = 0
- while turtle.detect() do
- turtle.dig()
- turtle.digUp()
- turtle.up()
- x = x + 1
- end
- while turtle.detectDown() == false do
- turtle.down()
- end
- print("The tree was "..x.." blocks high!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement