PepperCode1 / Continuity

A Fabric mod that allows for efficient connected textures
GNU Lesser General Public License v3.0
261 stars 66 forks source link

Bump version of RessourcePack for MC1.20.3+ #363

Closed Athar42 closed 5 months ago

Athar42 commented 5 months ago

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)

Before the change : 297495490-83175bf4-75ed-4644-aa91-702ed5b33e8b-1

After the change : image

And it's working just fine : image

Change to be made in both RP located in :

PepperCode1 commented 5 months ago

Duplicate of #355

EditChris commented 5 months ago

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.

Canes2023 commented 2 months ago

I'm aware this closed already, but where can we edit those lines? I'm having the same issue where the packs are outdated.