In the pack.mcmeta file there is the pack_format line with a number that states which set of versions this resource was made for
The problem is that resource packs can work across multiple versions but the creator is only allowed to remove the Incompatible error from one set of versions
The request is to change the line to allow multiple pack format numbers or multiple direct version numbers
Or at the very least, allow a pack format of -1 to bypass the check altogether
"pack_format": 6,
"pack_format": "3, 4, 5, 6",
"pack_format": "1.12.X, 1.13.X, 1.14.X, 1.15.X, 1.16.X",
Please sign in to leave a comment.
4 Comments