Update 'README.md'

This commit is contained in:
Fierelier 2021-03-29 09:01:36 +00:00
parent d9b405f858
commit 1d74b67aba

View File

@ -27,7 +27,7 @@ Just start Minecraft. **Does not download assets.**
- **gamePath:** Where the game is located
- **osName:** Override your OS in case it isn't detected (windows/linux/macos)
- **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 "
- **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`
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.