We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0904156 commit ddcfe62Copy full SHA for ddcfe62
packages/core/version.ts
@@ -726,7 +726,7 @@ export namespace Version {
726
}
727
const parsed: Version = JSON.parse(versionString)
728
// if we legacy version json don't have argument, but have minecraftArugments
729
- const legacyVersionJson = !parsed.arguments
+ const legacyVersionJson = !parsed.arguments && !!parsed.minecraftArguments
730
const libraries = Version.resolveLibraries(parsed.libraries || [], platform)
731
const args = {
732
jvm: [] as Version.LaunchArgument[],
0 commit comments