You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just today, Mo'Creatures Extended () was updated and as part of its update, it reorganized the class file system, and consequently MIA crashes as now the creatures are no longer where they initially were. Here is a snippet of the crash log that I got that illustrates this: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia) Caused by: java.lang.NoClassDefFoundError: drzhark/mocreatures/entity/passive/MoCEntitySnake
The snake is now located at drzhark/mocreatures/entity/hunter/MoCEntitySnake
Of course, fixing this would be a dilemma, as then MIA would lose support for the original Mo' Creatures (which has more total downloads) in favor of this new fork of the mod (which is not very noticed right now, not even at 5k downloads). As a person who likes Mo' Creatures, I favor the new version personally only because it fixes a lot of bugs and improves many of the sounds, textures, and models, among a host of other improvement. But it's not popular so I can see how it's very much a dilemma.
Edit: I fixed this issue by disabling the MIA support for Mo' Creatures in the config. Thankfully, Mo' Creatures adds a lot of (but not all) of the integrations added by MIA in its latest update.
The text was updated successfully, but these errors were encountered:
Ldawsonm
changed the title
Incompatibility with Mo'Creatures Extended
Incompatibility with Mo' Creatures Extended
Jul 29, 2023
Just today, Mo'Creatures Extended () was updated and as part of its update, it reorganized the class file system, and consequently MIA crashes as now the creatures are no longer where they initially were. Here is a snippet of the crash log that I got that illustrates this:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia) Caused by: java.lang.NoClassDefFoundError: drzhark/mocreatures/entity/passive/MoCEntitySnake
The snake is now located at
drzhark/mocreatures/entity/hunter/MoCEntitySnake
Of course, fixing this would be a dilemma, as then MIA would lose support for the original Mo' Creatures (which has more total downloads) in favor of this new fork of the mod (which is not very noticed right now, not even at 5k downloads). As a person who likes Mo' Creatures, I favor the new version personally only because it fixes a lot of bugs and improves many of the sounds, textures, and models, among a host of other improvement. But it's not popular so I can see how it's very much a dilemma.
Edit: I fixed this issue by disabling the MIA support for Mo' Creatures in the config. Thankfully, Mo' Creatures adds a lot of (but not all) of the integrations added by MIA in its latest update.
The text was updated successfully, but these errors were encountered: