Posted 28 August 2016 - 03:17 PM
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
Mod version
v1.64 or above
Things in your map
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
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()")
Mod version
v1.64 or above
Things in your map
- A GPS cluster (How to build a GPS cluster?)
- (RECOMMEND) A wireless receiving computer
- A wireless modem
- Fuels
- Filling blocks
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
Edited on 28 August 2016 - 01:19 PM