Update 'README.md'

This commit is contained in:
Fierelier 2021-03-30 12:25:37 +00:00
parent 56b403d999
commit 53965f5627

View File

@ -25,6 +25,7 @@ Just start Minecraft. **Does not download assets.**
- **version:** The ID of the version you wanna start (Example: b1.8.1) - **version:** The ID of the version you wanna start (Example: b1.8.1)
- **console:** Whether to show console output (1/0) - **console:** Whether to show console output (1/0)
- **gamePath:** Where the game is located - **gamePath:** Where the game is located
- **profileFolder:** Whether to make a profile folder (`$name/$version`) in `gamePath`, `0` recommended for compatibility (1/0)
- **osName:** Override your OS in case it isn't detected (windows/linux/macos) - **osName:** Override your OS in case it isn't detected (windows/linux/macos)
- **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