Update Clarths-Instructions.md
This commit is contained in:
parent
6a2a74dda8
commit
0deb7f79cb
|
@ -13,7 +13,7 @@ Notes:
|
||||||
```set name <name>```
|
```set name <name>```
|
||||||
|
|
||||||
4a. The black list feature from step 5a stopped working sometime around 1.19.2 so I started hardcoding the black list into the script. You can download my version from github using:
|
4a. The black list feature from step 5a stopped working sometime around 1.19.2 so I started hardcoding the black list into the script. You can download my version from github using:
|
||||||
```wget https://gist.githubusercontent.com/claythegamer/c173951e9ea7fd7f0ccb7cdb7fd05efa/raw/7caa2eb410739b03f436dbd40716f9ec7241571c/gistfile1.txt quarry```
|
```wget https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/raw/branch/main/quarry.lua quarry```
|
||||||
|
|
||||||
|
|
||||||
<del>4a. Download quarry program from pastebin
|
<del>4a. Download quarry program from pastebin
|
||||||
|
@ -51,9 +51,9 @@ local blacklist = { "minecraft:air", "minecraft:bedrock", "minecraft:cobbleston
|
||||||
|
|
||||||
6. Run quarry
|
6. Run quarry
|
||||||
|
|
||||||
6a. Skips everything on the blacklist and only brings ores back to the chest.
|
6a. This will skip everything on the blacklist and only brings ores back to the chest.
|
||||||
```quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true```
|
```quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true```
|
||||||
6b. Mines everything, makes a big hole!
|
6b. This will mine everything, makes a big hole!
|
||||||
```quarry -chest left -doRefuel true```
|
```quarry -chest left -doRefuel true```
|
||||||
|
|
||||||
Note: add -startDown X to the end of 6a if the turtle messes up and needs to start a few levels down. I have found this work better than the -restore argument. Example to -startDown 50 blocks from the start.
|
Note: add -startDown X to the end of 6a if the turtle messes up and needs to start a few levels down. I have found this work better than the -restore argument. Example to -startDown 50 blocks from the start.
|
||||||
|
|
Loading…
Reference in New Issue