Bump version of RessourcePack for MC1.20.3+
Athar42 opened this issue ยท 3 comments
Please, update the RP specification to version 22 so it's not "marked in red" with a big warning.
I'll not send any logs, and I already did this change on my end (would have made a PR if a 1.20 branch was existing, but that's not the case here)
Change to be made in both RP located in :
- resourcepacks\default
- resourcepacks\glass_pane_culling_fix
File to be modified : pack.mcmeta
Change from :
"pack_format": 18,
to
"pack_format": 22,
I'm aware this closed already, but where can we edit those lines? I'm having the same issue where the packs are outdated.
Duplicate of #355
I know this has been closed already, but to avoid opening a new issue for the same topic I'll just send it here. I'd suggest to add this line below the pack_format one to add backwards compatibility with future versions of the game, so the red mark doesn't appear anymore and you don't have to update the resource packs constantly with every tiny change Mojang does, but only when they really need it:
"supported_formats": {
"min_inclusive": 22,
"max_inclusive": 999
},
Tried it myself loading a modified version of these two resource packs with that change in the latest build of Continuity available in Modrinth. Works as desired.