Update Clarths-Instructions.md
This commit is contained in:
parent
e297a46ba8
commit
85d13993d3
|
@ -23,8 +23,8 @@
|
|||
- This will mine everything, makes a big hole! `quarry -chest left -doRefuel true`
|
||||
- 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.
|
||||
`quarry -chest left -oreQuarry true -blacklist no-mine-me.lua -doRefuel true -startDown 50`
|
||||
- Not nessisary for everyone, only need to do this if the blacklist feature fails for you. Skip this step unless you know what you're doing.
|
||||
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 add blocks to the blacklist in the script around line 768.
|
||||
- Not nessisary for everyone. Skip this step unless you know what you're doing.
|
||||
The black list feature stopped working sometime around 1.19.2 so I started hardcoding the black list into the script. You can add blocks to the blacklist in the script around line 768.
|
||||
It will look something like this:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue