mojira.dev
MC-300212

New pack format broke min_inclusive/max_inclusive support, and broke pack_format for versions before 16

Bug:

The newest pack format changes have broken the behavior of min_inclusive and max_inclusive for pack format support. Additionally, giving the standard pack_format number a number before 16 (for example 15 to support 1.20-1.20.1) no longer works, which breaks packs that could previously support 1.20 and up.

Example pack.mcmeta that is made to support 1.20-1.21.9, supports current format and new 25w31a format:

{
"pack": {
"pack_format": 15,
"description": "§6New Default+ §3v1.80: §bMC1.20-1.21.9 §7- §9SeaOfPixels",
"min_format": [16, 0],
"max_format": [500, 0],
"supported_formats": [16, 500]
},
"overlays": {
"entries": [
{
"directory": "components_1.21",
"formats": [34, 500],
"min_format": [34, 0],
"max_format": [500, 0]
},
{
"directory": "components_1.21.2",
"formats": [35, 500],
"min_format": [35, 0],
"max_format": [500, 0]
},
{
"directory": "components_1.21.4",
"formats": [43, 500],
"min_format": [43, 0],
"max_format": [500, 0]
},
{
"directory": "components_1.21.5",
"formats": [47, 500],
"min_format": [47, 0],
"max_format": [500, 0]
},
{
"directory": "components_1.21.6",
"formats": [61, 500],
"min_format": [61, 0],
"max_format": [500, 0]
}
]
}
}

Attachments

Comments 3

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Could you please attach an example pack showcasing the issue?

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

The example resource pack’s pack.mcmeta is already included.

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

Please put only one bug report in each ticket. It is very difficult to keep track of bugs when they are not in their own tickets. Furthermore, the first issue is already being tracked in MC-300113.
However, please review the Bug Tracker Guidelines before creating new reports. Be sure to search for an existing issue as it is likely to have already been reported.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

SeaOfPixels

(Unassigned)

Unconfirmed

(Unassigned)

25w31a

Retrieved