Update README.md
This commit is contained in:
parent
01c363d881
commit
2ce1cddb32
20
README.md
20
README.md
|
@ -147,15 +147,11 @@ BAM. Now you can just let that turtle do it's thing
|
|||
|
||||
The order of the parameters doesn't matter. "quarry -invert false -rednet true" is the same as "quarry -rednet true -invert false"
|
||||
|
||||
Capitalization doesn't matter. "quarry -iNVErt FALSe" does the same thing as "quarry -invert false"
|
||||
Tips \[cont.\]:
|
||||
For \[t/f\] parameters, you can also use "yes" and "no" so "quarry -invert yes"
|
||||
|
||||
For \[t/f\] parameters, it only cares about the first letter. So you can use "quarry -invert t" or "quarry -invert y"
|
||||
Tips \[cont.\]:
|
||||
If you are playing with fuel turned off, the program will automatically change settings for you so you don't have to ![:D](https://www.computercraft.info/forums2/public/style_emoticons/default/biggrin.png)
|
||||
|
||||
If you want, you can load this program onto a computer, and use "quarry -help" so you can have help with the parameters whenever you want.
|
||||
- Capitalization doesn't matter. "quarry -iNVErt FALSe" does the same thing as "quarry -invert false"
|
||||
- For \[t/f\] parameters, you can also use "yes" and "no" so "quarry -invert yes"
|
||||
- For \[t/f\] parameters, it only cares about the first letter. So you can use "quarry -invert t" or "quarry -invert y"
|
||||
- If you are playing with fuel turned off, the program will automatically change settings for you so you don't have to ![:D](https://www.computercraft.info/forums2/public/style_emoticons/default/biggrin.png)
|
||||
- If you want, you can load this program onto a computer, and use "quarry -help" so you can have help with the parameters whenever you want.
|
||||
|
||||
|
||||
## Internal Config:
|
||||
|
@ -167,6 +163,7 @@ You can also use this if there are settings that you don't like the default valu
|
|||
|
||||
## Usage for Ore Quarry:
|
||||
|
||||
### [Clarth's Oversimplified-Instructions](https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/src/branch/main/Clarths-Instructions.md "Internal link")
|
||||
|
||||
|
||||
Usage:
|
||||
|
@ -216,6 +213,9 @@ quarry -file basic -dim 16 16 64 -flatBedrock true -default
|
|||
When the shell is done, there will be a cool gui to load and make your own config files ![:)](https://www.computercraft.info/forums2/public/style_emoticons/default/smile.png)/>\[/spoiler\]
|
||||
|
||||
## Download:
|
||||
|
||||
### [Clarth's Edited Version](https://git.claytonia.net/Clarth/ComputerCraft-Turtle-Quarry-Script/src/branch/main/quarry.lua)
|
||||
|
||||
Version 3.6.4 (**this goes on the turtle**):
|
||||
[http://pastebin.com/rpXRAZs4](http://pastebin.com/rpXRAZs4 "External link")
|
||||
Version 3.6.5 Rednet Companion Program (this goes on computer, compatible with 3.5.2 - current):
|
||||
|
@ -228,6 +228,8 @@ Ladder Placing:
|
|||
Version Made by Renari compatible with the "Miny Chunky Module" peripheral. (Version 3.5.5)
|
||||
[http://pastebin.com/4y9W8i9i](http://pastebin.com/4y9W8i9i "External link")
|
||||
|
||||
|
||||
## Misc
|
||||
Showcase Video by utybo. Goes over basics, rednet, oreQuarry, and enderChests (Version 3.6.3)
|
||||
|
||||
Full Demonstration Video for (almost) all features of the program (Version 3.0.7)
|
||||
|
|
Loading…
Reference in New Issue