diff --git a/Clarths-Instructions.md b/Clarths-Instructions.md index fba0bc5..5e8925e 100644 --- a/Clarths-Instructions.md +++ b/Clarths-Instructions.md @@ -13,7 +13,7 @@ Notes: ```set 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: -```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``` 4a. Download quarry program from pastebin @@ -51,9 +51,9 @@ local blacklist = { "minecraft:air", "minecraft:bedrock", "minecraft:cobbleston 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``` -6b. Mines everything, makes a big hole! +6b. This will mine everything, makes a big hole! ```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.