Whenever I try to load up my modded minecraft (42 mods) Twilight forest errors.
I will post the log, but if there is anyway I can fix this other than removing the mod, please help me and say so.
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 8/11/14 8:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ExceptionInInitializerError
at twilightforest.item.TFRecipes.registerRecipes(TFRecipes.java:95)
at twilightforest.TwilightForestMod.load(TwilightForestMod.java:229)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:52)
at twilightforest.enchantment.EnchantmentTFFireReact.<init>(EnchantmentTFFireReact.java:10)
at twilightforest.enchantment.TFEnchantment.<clinit>(TFEnchantment.java:14)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I will post the log, but if there is anyway I can fix this other than removing the mod, please help me and say so.
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 8/11/14 8:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ExceptionInInitializerError
at twilightforest.item.TFRecipes.registerRecipes(TFRecipes.java:95)
at twilightforest.TwilightForestMod.load(TwilightForestMod.java:229)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:52)
at twilightforest.enchantment.EnchantmentTFFireReact.<init>(EnchantmentTFFireReact.java:10)
at twilightforest.enchantment.TFEnchantment.<clinit>(TFEnchantment.java:14)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 269165032 bytes (256 MB) / 488771584 bytes (466 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 42 mods loaded, 42 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.1.2} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{6.11} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.1] More Crafting Recipes Mod.jar) Unloaded->Constructed->Pre-initialized->Initialized
artifacts{ModJam version} [Artifacts] (Artifacts-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.2.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{r38} [Dragon Mounts] (dragonmount_r38_mc1.7.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.2.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
ElementalCreepers{4.1.2} [Elemental Creepers] (Elemental Creepers-universal_1.7.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ElementalCaves{1.7.2-1.0-pre} [Elemental Caves] (Elemental-Caves-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
tntland{1.0} [Elemental-Power] (Elemental-Power-[1.7.2]-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.7.2-2.0.3.1} [Enchanting Plus] (EnchantingPlus-1.7.2-2.0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0b} [Extra Utilities] (extrautilities-1.1.0b.jar) Unloaded->Constructed->Pre-initialized->Initialized
Steamcraft{0.24.0.15} [Flaxbeard's Steam Power] (FlaxbeardsSteamPower-1.7.2-0.24.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{6.0.36.725} [Iron Chest] (Iron-Chests-Mod-1.7.2 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
lycanitesmobs{1.6.4c - MC 1.7.2} [Lycanites Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
arcticmobs{1.6.4c - MC 1.7.2} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
demonmobs{1.6.4c - MC 1.7.2} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
desertmobs{1.6.4c - MC 1.7.2} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
forestmobs{1.6.4c - MC 1.7.2} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
infernomobs{1.6.4c - MC 1.7.2} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
junglemobs{1.6.4c - MC 1.7.2} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
mountainmobs{1.6.4c - MC 1.7.2} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
plainsmobs{1.6.4c - MC 1.7.2} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
saltwatermobs{1.6.4c - MC 1.7.2} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
swampmobs{1.6.4c - MC 1.7.2} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.6.4c [1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.3.2} [ยง6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.2(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized
MSM3{3.0.0a} [More Swords 3] (MSM-SNAP-3.0.0a-For-MC-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3 (1).jar) Unloaded->Constructed->Pre-initialized->Errored
Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
voxelmap{1.7.2} [VoxelMap] (Zans-Minimap-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized