Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates and updates the min_engine_version field in pack manifests. This version specifies the minimum Minecraft version required to use the pack.
Rules Summary
| Rule ID | Rule | Severity | Auto-Fix |
|---|---|---|---|
| MINENGINEVER100 | BP Version Defined | âšī¸ Info | |
| MINENGINEVER110 | BP Major Low | đĄ Warning | â |
| MINENGINEVER111 | BP Major High | đ´ Error | â |
| MINENGINEVER120 | BP Minor Low | đĄ Warning | â |
| MINENGINEVER121 | BP Minor High | đ´ Error | â |
| MINENGINEVER130 | BP Patch Low | âšī¸ Info | â |
| MINENGINEVER131 | BP Patch High | đĄ Warning | â |
| MINENGINEVER180 | No Manifest | đ´ Error | |
| MINENGINEVER181 | Version Errors | đ´ Error | |
| MINENGINEVER200 | RP Version Defined | âšī¸ Info | |
| MINENGINEVER210 | RP Major Low | đĄ Warning | â |
| MINENGINEVER211 | RP Major High | đ´ Error | â |
| MINENGINEVER220 | RP Minor Low | đĄ Warning | â |
| MINENGINEVER221 | RP Minor High | đ´ Error | â |
| MINENGINEVER230 | RP Patch Low | âšī¸ Info | â |
| MINENGINEVER231 | RP Patch High | đĄ Warning | â |
| MINENGINEVER500 | Version Retrieved | âšī¸ Info | |
| MINENGINEVER501 | Version Parsed | âšī¸ Info |
Rule Details
MINENGINEVER100
âšī¸ BP Version Defined
Severity: Info
What This Checks
Confirms that min_engine_version is defined in the behavior pack manifest header.
Technical Details
Data contains the min_engine_version value.
MINENGINEVER110
đĄ BP Major Low
Severity: Warning
What This Checks
Warning when the behavior pack's min_engine_version major number is below the current Minecraft version. Update to access newer features.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER111
đ´ BP Major High
Severity: Error
What This Checks
Error when the behavior pack's min_engine_version major number is above the current Minecraft version. The pack may not load.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER120
đĄ BP Minor Low
Severity: Warning
What This Checks
Warning when the behavior pack's min_engine_version minor number is below the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER121
đ´ BP Minor High
Severity: Error
What This Checks
Error when the behavior pack's min_engine_version minor number is above the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER130
âšī¸ BP Patch Low
Severity: Info
What This Checks
Information when the behavior pack's min_engine_version patch number is below the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER131
đĄ BP Patch High
Severity: Warning
What This Checks
Warning when the behavior pack's min_engine_version patch number is above the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER180
đ´ No Manifest
Severity: Error
What This Checks
Error when no manifest.json file was found in the pack root.
Technical Details
Data contains the expected manifest path.
MINENGINEVER181
đ´ Version Errors
Severity: Error
What This Checks
Error when the min_engine_version field could not be parsed or validated.
Technical Details
Data contains the version processing error.
MINENGINEVER200
âšī¸ RP Version Defined
Severity: Info
What This Checks
Confirms that min_engine_version is defined in the resource pack manifest header.
Technical Details
Data contains the min_engine_version value.
MINENGINEVER210
đĄ RP Major Low
Severity: Warning
What This Checks
Warning when the resource pack's min_engine_version major number is below the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER211
đ´ RP Major High
Severity: Error
What This Checks
Error when the resource pack's min_engine_version major number is above the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER220
đĄ RP Minor Low
Severity: Warning
What This Checks
Warning when the resource pack's min_engine_version minor number is below the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER221
đ´ RP Minor High
Severity: Error
What This Checks
Error when the resource pack's min_engine_version minor number is above the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER230
âšī¸ RP Patch Low
Severity: Info
What This Checks
Information when the resource pack's min_engine_version patch number is below the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the current min_engine_version.
MINENGINEVER231
đĄ RP Patch High
Severity: Warning
What This Checks
Warning when the resource pack's min_engine_version patch number is above the current Minecraft version.
Tip
Auto-Fix Available: This issue can be automatically fixed.
- Set min_engine_version to latest version.
Technical Details
Data contains the min_engine_version exceeding current.
MINENGINEVER500
âšī¸ Version Retrieved
Severity: Info
What This Checks
Status indicating the current Minecraft version was retrieved for comparison.
Technical Details
Data contains the retrieved Minecraft version.
MINENGINEVER501
âšī¸ Version Parsed
Severity: Info
What This Checks
Status indicating the Minecraft version string was parsed into version numbers.
Technical Details
Data contains the parsed version components.