Update README.md

This commit is contained in:
Clarth 2024-01-23 16:56:55 -05:00
parent 2ce1cddb32
commit 7159609e8f
1 changed files with 5 additions and 7 deletions

View File

@ -133,14 +133,12 @@ Welcome to Quarry help. Below are help entries for all parameters. Examples and
Important Note:
None of the above parameters are necessary. They all have default values, and the above are just if you want to change them.
### Examples \[1\]:
Want to just start a quarry from the interface, without going through menus? It's easy! Just use some parameters. Assume you called the program "quarry." To start a 10x6x3 quarry, you just type in "quarry -dim 10 6 3 -default".
- Want to just start a quarry from the interface, without going through menus? It's easy! Just use some parameters. Assume you called the program "quarry." To start a 10x6x3 quarry, you just type in `quarry -dim 10 6 3 -default`.
You just told it to start a quarry with dimensions 10x6x3, and "-default" means it won't prompt you about invert or rednet. Wasn't that easy?
### Examples \[2\]:
Okay, so you've got the basics of this now, so if you want, you can type in really long strings of stuff to make the quarry do exactly what you want. Now, say you want a 40x20x9, but you want it to go down to diamond level, and you're on the surface (at y = 64). You also want it to send rednet messages to your computer so you can see how its doing.
### Examples \[2\] \[cont.\]:
Oh yeah! You also want it to use an ender chest in slot 12 and restart if the server crashes. Yeah, you can do that. You would type
"quarry -dim 40x20x9 -invert false -startDown 45 -rednet true -enderChest 12 -restore"
- Okay, so you've got the basics of this now, so if you want, you can type in really long strings of stuff to make the quarry do exactly what you want. Now, say you want a 40x20x9, but you want it to go down to diamond level, and you're on the surface (at y = 64). You also want it to send rednet messages to your computer so you can see how its doing.
- Oh yeah! You also want it to use an ender chest in slot 12 and restart if the server crashes. Yeah, you can do that. You would type
`quarry -dim 40x20x9 -invert false -startDown 45 -rednet true -enderChest 12 -restore`
BAM. Now you can just let that turtle do it's thing
## Tips: