Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- startBlock = turtle.inspect()
- active = true
- while active do
- turtle.dig()
- turtle.forward()
- if not (startBlock == turtle.inspect()) then
- active = false
- turtle.dig()
- turtle.forward()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement