Update Clarths-Instructions.md
This commit is contained in:
parent
5a86993b49
commit
e297a46ba8
|
@ -1,9 +1,8 @@
|
||||||
# Instructions
|
# Instructions
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
- Steps 1-6 only needs done the 1st time you place down a turtle.
|
- Steps 1-4 only needs done the 1st time you place down a turtle.
|
||||||
- Steps 5 & 6 are optional.
|
- Step 5 is what you run each time you place down a previsouly configured turtle.
|
||||||
- Step 7 is what you run each time you place down a previsouly configured turtle.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Place a turtle with a chest to the left of it.
|
1. Place a turtle with a chest to the left of it.
|
||||||
|
@ -14,29 +13,9 @@
|
||||||
`set name <name>`
|
`set name <name>`
|
||||||
|
|
||||||
4. Download the script to the turtle using:
|
4. Download the script to the turtle using:
|
||||||
```wget https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/raw/branch/main/quarry.lua quarry```
|
`wget https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/raw/branch/main/quarry.lua quarry`
|
||||||
|
|
||||||
5. Create black-list
|
5. Run `quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true`
|
||||||
`edit no-mine-me`
|
|
||||||
|
|
||||||
6. Paste in blacklisted mats. This step is only needed it you want the turtle to drop specific blocks and not bring the back to the chest. I have edited the script and already added most common/useless blocks to the backlist. ***You can probably skip steps 5 & 6.***
|
|
||||||
|
|
||||||
Examples you might want to add to the blacklist:
|
|
||||||
Note: All of these are already blacklisted and will not be brought back to the chest.
|
|
||||||
```
|
|
||||||
minecraft:stone
|
|
||||||
minecraft:chest
|
|
||||||
minecraft:sand
|
|
||||||
minecraft:torch
|
|
||||||
ThermalExpansion:Sponge
|
|
||||||
ThermalFoundation:Storage
|
|
||||||
minecraft:diorite
|
|
||||||
minecraft:andesite
|
|
||||||
minecraft:granite
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
7. Run `quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true`
|
|
||||||
|
|
||||||
|
|
||||||
### Notes:
|
### Notes:
|
||||||
|
|
Loading…
Reference in New Issue