Warning while loading mods
MelanX opened this issue ยท 6 comments
MC 1.20.1
Forge 47.1.43
JsonThings 0.9.0
How to reproduce
Here's my latest.log: https://gist.github.com/MelanX/fb685dfe0657b541ec7bf01a7697bda7
I know, it's not critical, I still can play the game when pressing on the bottom button.
Hmm I guess it may be because the pack_format was 9 instead of 15? but it doesn't show up in dev so no idea.
I changed the pack formats at each value to 15, it still shows this screen. As additional info: It lists all installed mods as "failed to load a valid ResourcePackInfo" when Json Things is installed. Not sure if this information is helpful at all.
Yep was my fault. The code I had for loading ThingPacks from mod jars was outdated and caused the issue. Bringing it to parity with forge's logic that does the same for resource packs fixed it.
0.9.1 is up on CurseForge waiting for review.