Interface VersionJsonIssue
The minecraft jar issue represents a corrupted or missing version jar.
This means your version is totally broken, and you should reinstall this version.
- If this is just a Minecraft version, you will need to use
Installer.installto re-install Minecraft. - If this is a Forge version, you will need to use
ForgeInstaller.installto re-install. - Others are the same, just re-install
🏷️ Properties
expectedChecksum
expectedChecksum: stringThe expected checksum of the file. Can be an empty string if this file is missing or not check checksum at all! Inherited from: Issue.expectedChecksum
Defined in: packages/core/diagnose.ts:29
file
file: stringThe path of the problematic file. Inherited from: Issue.file
Defined in: packages/core/diagnose.ts:21
hint
hint: stringThe useful hint to fix this issue. This should be a human readable string. Inherited from: Issue.hint
Defined in: packages/core/diagnose.ts:25
receivedChecksum
receivedChecksum: stringThe actual checksum of the file. Can be an empty string if this file is missing or not check checksum at all! Inherited from: Issue.receivedChecksum
Defined in: packages/core/diagnose.ts:33
role
role: "versionJson"The role of the file in Minecraft.
Defined in: packages/core/diagnose.ts:72
type
type: "missing" | "corrupted"The type of the issue. Inherited from: Issue.type
Defined in: packages/core/diagnose.ts:13
version
version: stringThe version of version json that has problem.
Defined in: packages/core/diagnose.ts:77