MoreMcmeta / core

Animate almost any Minecraft texture with more options. Texture configuration API. 1.16-1.20
GNU Lesser General Public License v3.0
28 stars 5 forks source link

Fabrication mod causes crash on 1.19.2 #30

Closed Aces-and-Jacks closed 1 year ago

Aces-and-Jacks commented 1 year ago

Describe the bug Crashes when Initializing game.

To reproduce load in game crash

Expected behavior no crash

Screenshots or videos If applicable, add screenshots or videos to help explain your problem.

Which Minecraft versions does this bug affect? 1.19.2

Mod loader Which mod loaders does this bug affect? Fabric

Mods list A ton but I'll shorten out later when I do a binary search

Resource pack None

Additional context https://mclo.gs/ANXXaAL

soir20 commented 1 year ago

This looks like a compatibility issue related to changes in the 4.2.0 update. You should be able to downgrade to 4.1.0 as a workaround until this is fixed.

soir20 commented 1 year ago

I've installed some of the mods in your list, and I'm unable to reproduce the crash. Can you confirm whether this still happens when you disable all resource packs (that can be disabled)? Are you able to find a subset of mods or a specific mod that makes the crash happen?

Aces-and-Jacks commented 1 year ago

Sorry about the delay, I was out and about. The mod that is causing issues is https://modrinth.com/mod/fabrication

soir20 commented 1 year ago

No worries, thanks for clarifying.

soir20 commented 1 year ago

MoreMcmeta v4.2.1, which contains a fix for this issue, has been released. This version also contains a fix for resource reload failures with the same mod on newer versions.

Aces-and-Jacks commented 1 year ago

Thank you so much for fixing this