This text looks bad. See a better version at https://github.com/Sayinore/ComputerCraft-Miner/blob/master/README.md

ComputerCraft-Miner
Mine program with Depth-first search in ComputerCraft

Features

  • Get all the minerals you can see in the mine road, and fill the air blocks with any block you want after digging mineral blocks
  • Report the positions of special things (such as diamond ores, mob spawners, nether fortresses, abandoned mine shafts) to the host computer
  • Place torches in the mine road
  • Fill fluid blocks with any block you want
  • Simple but useful functions (err, I mean functions like "function()")
Requirement

Mod version



v1.64 or above
Things in your map


Things in/on your mining turtle


  • A wireless modem
  • Fuels
  • Filling blocks
Useage

How to install:



Open your turtle. If your mod version is 1.77 or above, then please use this command:
wget https://raw.githubus...aster/Miner.lua miner
If it's not, please use the following command in lua mode:
io.open("miner", "a");io.output("miner");io.write(http.get("https://raw.githubusercontent.com/Sayinore/ComputerCraft-Miner/master/Miner.lua miner").readAll());io.close()

How to use:



Place the mining turtle with this program, and then start this program.
Personalization



You may set your own settings. Just edit the following things:

–REPLACE YOUR OWN SETTINGS HERE
distance = [Your settings here]
fillingblock = [Your settings here]
–REPLACE YOUR OWN SETTINGS HERE

They're all in the top of the program. Here's my recommend:

–REPLACE YOUR OWN SETTINGS HERE
distance = 32
fillblock = "minecraft:cobblestone"
–REPLACE YOUR OWN SETTINGS HERE

Screenshots