Update docs

This commit is contained in:
Fierelier 2021-06-16 11:24:06 +02:00
parent 5056826f94
commit c2508085e1
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Just start Minecraft. **Does not download assets.**
- **osVersion:** Override your OS version in case it isn't detected - **osVersion:** Override your OS version in case it isn't detected
- **jvmArch:** Override the architecture of your JVM in case it isn't detected (amd64/x86). If your JVM is neither amd64/x86, pick `amd64` if it's 64-bit and `x86` if it's 32-bit, for the best results - **jvmArch:** Override the architecture of your JVM in case it isn't detected (amd64/x86). If your JVM is neither amd64/x86, pick `amd64` if it's 64-bit and `x86` if it's 32-bit, for the best results
- **jvmArguments:** The arguments to use to launch your JVM, json formatted - You may need to escape ", if you're changing this value from the console - **jvmArguments:** The arguments to use to launch your JVM, json formatted - You may need to escape ", if you're changing this value from the console
- **java:** The path to the java executable. Try not to append a file ending, as `w` will be added, if `console` is `0` - **java:** The path to the java executable. Try not to append a file ending, as `w` will be appended to it, if `console` is `0`
The script will parse variables within settings values, the variables are sourced from the script itself. `$+var$` for global variables, `$var$` for local variables. `$+sp$` gives you the script's path, for example. The script will parse variables within settings values, the variables are sourced from the script itself. `$+var$` for global variables, `$var$` for local variables. `$+sp$` gives you the script's path, for example.
@ -40,4 +40,4 @@ You can automatize entering the data or change settings by using commandline arg
**Example:** `offline-minecraft-launcher.py name=fier version=1.16.5` - Launch Minecraft `1.16.5` as `fier`. **Example:** `offline-minecraft-launcher.py name=fier version=1.16.5` - Launch Minecraft `1.16.5` as `fier`.
# Other: # Other:
- [Installing Forge](docs/forge.md) - [Installing Forge](docs/installing-forge.md)