function tunnel()
  if turtle.detect then
  turtle.dig()
  turtle.forward()
  else
  turtle.forward()
end
