mojira.dev
MC-300101

New pack formats do not conform to standard versioning conventions

While the change to major/minor versions for data and resourcepacks is appreciated, requiring that max_format and min_format be specified as a list of two int is extremely counterintuitive and in opposition to how every other versioning system that I’m aware of handles semantic versioning, which is simply to require that the value be specified (or, better, interpreted) as a string.

That is, I would expect the following entries in pack.mcmeta to be valid:

{
  "pack": {
    "min_format": 65.2,
    "max_format": "66.11"
  }
}

I also question whether it was really necessary to break backwards compatibility by dropping support for supported_formats

Comments 1

Thank you for your report!
However, this issue is Invalid.

You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The Minecraft Feedback Site or visit the Minecraft Feedback Discord server.

Quick Links:
šŸ““ Bug Tracker Guidelines – šŸ’¬ Community Support – šŸ“§ Mojang Support (Technical Issues) – šŸ“§ Microsoft Support (Account Issues)
šŸ““ Project Summary – āœļø Feedback and Suggestions – šŸ“– Game Wiki

OpenBagTwo

(Unassigned)

Unconfirmed

(Unassigned)

25w31a

Retrieved