Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local checkblock , checked = turtle.inspect()
- if (checkblock) and (string.match(checked.name,"log")) then
- turtle.dig()
- turtle.forward()
- while turtle.detectUp() do
- turtle.digUp()
- turtle.up()
- end
- while turtle.detectDown() == false do
- turtle.down()
- end
- end
Add Comment
Please, Sign In to add comment