Mojira Archive
MCM-1461

Format version - inconsistency

Partner Rank: 4
Partner Team Reporting: Blockception
Verification builds: 1.17.40

Summary:

There a quite a number of inconsistent format versions, though I understand that these are easily parsed, it's much more difficult for JSON validation through schemas and other possible problems.

Quite a number of items use the format: `"1.10"` though all documentation always refers to the 3 digit format version. (`"1.10.0"`)
Suggested for consistency to fix all these format versions.

Impact:

  • Good examples for the community to use.
  • Correct working vanilla data-driven files.

Repro Steps:

Observed Results:

Expected Results:

Correct, consistent vanilla files that not only follows minecraft readable format but also by written convention/documentation.

Screenshots/Videos attached: No

Regression Builds: N/A

Notes:

Using vscode search and replace with regular expression:

Replace: "format_version":[ \t]*"([0-9]+)\.([0-9]+)"
With: "format_version": "$1.$2.0"

Files:

Unresolved

Daan Verstraten

2021-11-01, 01:07 PM

2021-11-02, 01:06 AM

0

0

Future Release

-