Skip to content

Instantly share code, notes, and snippets.

@Asherslab
Created August 4, 2018 01:06
Show Gist options
  • Save Asherslab/e4366f7b9146eb3abc6167e523298460 to your computer and use it in GitHub Desktop.
Save Asherslab/e4366f7b9146eb3abc6167e523298460 to your computer and use it in GitHub Desktop.
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.ClassCastException: com.idea.IdeaMod cannot be cast to net.minecraftforge.fml.common.ModContainer
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:382)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
at net.minecraft.client.Minecraft.init(Minecraft.java:503)
at net.minecraft.client.Minecraft.run(Minecraft.java:411)
at net.minecraft.client.main.Main.main(Main.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:25)
Caused by: java.lang.ClassCastException: com.idea.IdeaMod cannot be cast to net.minecraftforge.fml.common.ModContainer
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:377)
... 17 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment