Update docs

This commit is contained in:
Fierelier 2021-06-17 13:04:05 +02:00
parent 0850957700
commit 22b4c4ee0c

View File

@ -25,7 +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 (`profiles/$name/$version`) in `gamePath` to store user-specific data in, `0` recommended for compatibility (1/0) - **profileFolder:** Whether to make a profile folder (`profiles/$name/$version/.minecraft`) in `gamePath` to store user-specific data in, `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