We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was working on something earlier today accidentally disabled Guide API.
Should have gotten a message from minecraft looking for Guide API as a dependency. Instead I get the error...
"---- Minecraft Crash Report ---- Time: 7/22/17 9:25 PM Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Vitality (vitality) Caused by: java.lang.NoClassDefFoundError: amerifrance/guideapi/api/impl/abstraction/CategoryAbstract at com.raphydaphy.vitality.Vitality.preInit(Vitality.java:44)"
and then spent hours trying to figure out which of the mods I updated was causing the problem. need to set the dependency on the mcmod.info file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Was working on something earlier today accidentally disabled Guide API.
Should have gotten a message from minecraft looking for Guide API as a dependency.
Instead I get the error...
"---- Minecraft Crash Report ----
Time: 7/22/17 9:25 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Vitality (vitality)
Caused by: java.lang.NoClassDefFoundError: amerifrance/guideapi/api/impl/abstraction/CategoryAbstract
at com.raphydaphy.vitality.Vitality.preInit(Vitality.java:44)"
and then spent hours trying to figure out which of the mods I updated was causing the problem.
need to set the dependency on the mcmod.info file.
The text was updated successfully, but these errors were encountered: