I keep getting crashes and no matter what I do I cant seem to fix this please help me thanks in advance.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 12/3/14 8:14 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:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ExceptionInInitializerError
at am2.proxy.CommonProxy.init(CommonProxy.java:108)
at am2.proxy.ClientProxy.init(ClientProxy.java:87)
at am2.AMCore.init(AMCore.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at am2.enchantments.EnchantMagicResist.<init>(EnchantMagicResist.java:12)
at am2.enchantments.AMEnchantments.<clinit>(AMEnchantments.java:10)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
You have a mod that is causing your game to crash, BetterDungeons{2.4} [Chocolate quest], This is not compatible with the other mods you have. If you Delete this mod everything else should work fine.
Thank you kind sir but now I have a new crash report.
--- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 12/4/14 3:54 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:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ExceptionInInitializerError
at am2.proxy.CommonProxy.init(CommonProxy.java:108)
at am2.proxy.ClientProxy.init(ClientProxy.java:87)
at am2.AMCore.init(AMCore.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at am2.enchantments.EnchantMagicResist.<init>(EnchantMagicResist.java:12)
at am2.enchantments.AMEnchantments.<clinit>(AMEnchantments.java:10)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
// Uh... Did I do that?
Time: 12/3/14 8:14 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:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ExceptionInInitializerError
at am2.proxy.CommonProxy.init(CommonProxy.java:108)
at am2.proxy.ClientProxy.init(ClientProxy.java:87)
at am2.AMCore.init(AMCore.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at am2.enchantments.EnchantMagicResist.<init>(EnchantMagicResist.java:12)
at am2.enchantments.AMEnchantments.<clinit>(AMEnchantments.java:10)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 502030840 bytes (478 MB) / 872415232 bytes (832 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_D1 128 mods loaded, 128 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (notenoughitems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenShed{1.1.2} [Chicken Shed] ([1.6.4+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
Erebus{v0.1.0} [Erebus] ([1.6.4] The Erebus 0.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Errored
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
antiqueatlas{3.0.0} [Antique Atlas] (antiqueatlas-3.0.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded->Constructed->Pre-initialized->Initialized
Atum{0.5.9B} [Atum] (Atum1.6.4-0.5.9b.jar) Unloaded->Constructed->Pre-initialized->Initialized
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.27.34} [Backpack] (backpack-1.27.34-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Breeds{1.6.4 v5} [ModBreeds] (BetterBreeds 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons2091.zip) Unloaded->Constructed->Pre-initialized->Errored
BetterGrassAndLeavesMod{1.6.4.D} [Better Grass & Leaves Mod] (BetterGrassAndLeavesMod[v1.6.4.D].jar) Unloaded->Constructed->Pre-initialized->Initialized
BetterSignsMod{1.6.4.B} [Better Signs Mod] (BetterSignsMod[v1.6.4.B].jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BuffBarMod{0.7.1} [Buff Bar Mod] (BuffBarv0.8.3(1.6).zip) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{2.0.3} [Carpenter's Blocks] (Carpenter's Blocks v2.0.3 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (Custom-Mob-Spawner-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{1.6.4} [CustomNpcs] (CustomNPCs_1.6.2-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{r36} [Dragon Mounts] (dragonmount_r36_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.2.8} [Dynamic Lights] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.3} [Dynamic Lights on burning] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.5} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_entityClasses{1.0.0} [Dynamic Lights on specified Entities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.3} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.5} [Dynamic Lights Other Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.0.9} [Dynamic Lights Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
fossil{1.6.4 Build 6.4.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.6.4_Build-6.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraveStone{2.8.3} [GraveStone] (GraveStone_2.8.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft{2.0.4} [Growthcraft] (growthcraft-core-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Cellar{2.0.5} [Growthcraft Cellar] (growthcraft-cellar-1.6.4-2.0.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Apples{2.0.4} [Growthcraft Apples] (growthcraft-apples-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Bamboo{2.0.4} [Growthcraft Bamboo] (growthcraft-bamboo-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Fishtrap{2.0.4} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Grapes{2.0.4} [Growthcraft Grapes] (growthcraft-grapes-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Hops{2.0.4} [Growthcraft Hops] (growthcraft-hops-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Rice{2.0.4} [Growthcraft Rice] (growthcraft-rice-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Guardmod{version 1.3} [Guardmod] (Guards-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.1} [Waila] (waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.X_1.5.3dev} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Hunting Traps{0.3.5} [Hunting Traps] (Hunting-Traps-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.4.4} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
animationwiz_bunchastuff{v1.6.4} [Buncha Stuff Mod] (Kingdoms-of-The-Overworld-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.1} [Minecraft Comes Alive] (MCA-3.6.1 MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.2} [Falling Meteors] (Meteors_Mod_V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.6.0} [More Swords Mod] (More Swords Mod 2.6.0 For 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
me{1.2.1} [More Enchantments] (MoreEnchantments-1.6.4-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.9.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.9.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized
Oceancraft{1.1} [Oceancraft] (OceanCraft-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
plantmegapack{2.20} [Plant Mega Pack] (PlantMegaPack_2.20.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_polkzmod{2.0} [mod_polkzmod] (polkzmod2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Core{1.1.7.3} [Project Zulu Core] (ProjectZuluCorev1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Block{1.1.7.3} [Project Zulu Block and Items] (ProjectZuluBlockv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Dungeon{1.1.7.3} [Project Zulu Dungeon] (ProjectZuluDungeonv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Mob{1.1.7.3} [Project Zulu Mobs] (ProjectZuluMobsv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Roguelike{1.3.3a} [Roguelike Dungeons] (roguelike-v1.3.3a-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.324.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumcraftExtras{1.1.2} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1.2[1].jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.3-138} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-138.jar) Unloaded->Constructed->Pre-initialized->Initialized
TSteelworks{1.6.4-0.0.4.2-fix2} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix2.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
taverns{2.1.6-2} [Village Taverns] (VillageTaverns-2.1.6-2.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.18.0} [Witchery] (Witchery_0-18-0_164.zip) Unloaded->Constructed->Pre-initialized->Initialized
YALSM{2.0.3} [Yet Another Leather Smelting Mod] (yalsm-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
zeldaswordskills{1.6.4-1.0} [Zelda Sword Skills] (zeldaswordskills-1.6.4-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
// You should try our sister game, Minceraft!
Time: 12/4/14 3:54 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:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ExceptionInInitializerError
at am2.proxy.CommonProxy.init(CommonProxy.java:108)
at am2.proxy.ClientProxy.init(ClientProxy.java:87)
at am2.AMCore.init(AMCore.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at am2.enchantments.EnchantMagicResist.<init>(EnchantMagicResist.java:12)
at am2.enchantments.AMEnchantments.<clinit>(AMEnchantments.java:10)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 607359272 bytes (579 MB) / 916455424 bytes (874 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_D1 127 mods loaded, 127 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (notenoughitems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.5.3} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenShed{1.1.2} [Chicken Shed] ([1.6.4+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
Erebus{v0.1.0} [Erebus] ([1.6.4] The Erebus 0.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Errored
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
antiqueatlas{3.0.0} [Antique Atlas] (antiqueatlas-3.0.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded->Constructed->Pre-initialized->Initialized
Atum{0.5.9B} [Atum] (Atum1.6.4-0.5.9b.jar) Unloaded->Constructed->Pre-initialized->Initialized
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.27.34} [Backpack] (backpack-1.27.34-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Breeds{1.6.4 v5} [ModBreeds] (BetterBreeds 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterGrassAndLeavesMod{1.6.4.D} [Better Grass & Leaves Mod] (BetterGrassAndLeavesMod[v1.6.4.D].jar) Unloaded->Constructed->Pre-initialized->Initialized
BetterSignsMod{1.6.4.B} [Better Signs Mod] (BetterSignsMod[v1.6.4.B].jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BuffBarMod{0.7.1} [Buff Bar Mod] (BuffBarv0.8.3(1.6).zip) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{2.0.3} [Carpenter's Blocks] (Carpenter's Blocks v2.0.3 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (Custom-Mob-Spawner-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{1.6.4} [CustomNpcs] (CustomNPCs_1.6.2-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{r36} [Dragon Mounts] (dragonmount_r36_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.2.8} [Dynamic Lights] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.3} [Dynamic Lights on burning] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.5} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_entityClasses{1.0.0} [Dynamic Lights on specified Entities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.3} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.5} [Dynamic Lights Other Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.0.9} [Dynamic Lights Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
fossil{1.6.4 Build 6.4.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.6.4_Build-6.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraveStone{2.8.3} [GraveStone] (GraveStone_2.8.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft{2.0.4} [Growthcraft] (growthcraft-core-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Cellar{2.0.5} [Growthcraft Cellar] (growthcraft-cellar-1.6.4-2.0.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Apples{2.0.4} [Growthcraft Apples] (growthcraft-apples-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Bamboo{2.0.4} [Growthcraft Bamboo] (growthcraft-bamboo-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Fishtrap{2.0.4} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Grapes{2.0.4} [Growthcraft Grapes] (growthcraft-grapes-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Hops{2.0.4} [Growthcraft Hops] (growthcraft-hops-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Rice{2.0.4} [Growthcraft Rice] (growthcraft-rice-1.6.4-2.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Guardmod{version 1.3} [Guardmod] (Guards-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.1} [Waila] (waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.X_1.5.3dev} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Hunting Traps{0.3.5} [Hunting Traps] (Hunting-Traps-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.4.4} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
animationwiz_bunchastuff{v1.6.4} [Buncha Stuff Mod] (Kingdoms-of-The-Overworld-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4] (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.1} [Minecraft Comes Alive] (MCA-3.6.1 MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.2} [Falling Meteors] (Meteors_Mod_V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.6.0} [More Swords Mod] (More Swords Mod 2.6.0 For 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
AencEx{0.0.1} [AencEx] (MoreEnchantments-1.6.4-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
me{1.2.1} [More Enchantments] (MoreEnchantments-1.6.4-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.9.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.9.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized
Oceancraft{1.1} [Oceancraft] (OceanCraft-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
plantmegapack{2.20} [Plant Mega Pack] (PlantMegaPack_2.20.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_polkzmod{2.0} [mod_polkzmod] (polkzmod2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Core{1.1.7.3} [Project Zulu Core] (ProjectZuluCorev1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Block{1.1.7.3} [Project Zulu Block and Items] (ProjectZuluBlockv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Dungeon{1.1.7.3} [Project Zulu Dungeon] (ProjectZuluDungeonv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Mob{1.1.7.3} [Project Zulu Mobs] (ProjectZuluMobsv1.1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Roguelike{1.3.3a} [Roguelike Dungeons] (roguelike-v1.3.3a-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory 1.6.4 v3 Complete.zip) Unloaded->Constructed->Pre-initialized->Initialized
secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.324.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumcraftExtras{1.1.2} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1.2[1].jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.3-138} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-138.jar) Unloaded->Constructed->Pre-initialized->Initialized
TSteelworks{1.6.4-0.0.4.2-fix2} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix2.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
taverns{2.1.6-2} [Village Taverns] (VillageTaverns-2.1.6-2.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.18.0} [Witchery] (Witchery_0-18-0_164.zip) Unloaded->Constructed->Pre-initialized->Initialized
YALSM{2.0.3} [Yet Another Leather Smelting Mod] (yalsm-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
zeldaswordskills{1.6.4-1.0} [Zelda Sword Skills] (zeldaswordskills-1.6.4-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Check the version.