So, I have this HUGE (and I mean HUGE) mod pack, but there are certain mods that when I try to add, they cause the game to crash on startup. The mod pack is for 1.6.4. I know what mods are causing the crash because I install them all one by one. I have tried going to this respective mod authors, but I get no response for my please for help. If any one here knows how I might be able to fix these crashes, I would greatly appreciate any help.
Here are the mods that are crashing and their crash reports:
Hostile Worlds Mod:
These errors are caused by the mod itself, so until the developer fixes it, you can't use them. Unless, you have the source and have knowledge of Java.
java.lang.ClassCastException: net.minecraft.Farlanders.common.item.ItemEnderGolemEgg cannot be cast to dan200.computercraft.shared.turtle.items.ItemTurtleBase
For the Farlanders Mod, what I suspect is that it is not compatible with ComputerCraft. Try removing ComputerCraft.
These errors are caused by the mod itself, so until the developer fixes it, you can't use them. Unless, you have the source and have knowledge of Java.
Hostile Worlds Error:
Farlanders Error:
For the Farlanders Mod, what I suspect is that it is not compatible with ComputerCraft. Try removing ComputerCraft.
Metallurgy Errors:
Spell Rods Errors:
So you are telling me I can't use these mods unless I edit the code? Unless I am misunderstanding you, you are saying that (with the exception of Farlanders) they are not crashing because of any incompatibility and just of their own accord? That would mean that the mod author released a bugged version, and I have a hard time believing they would release a version that didn't work at all. I didn't see any other posts on their forums with a crash report similar to mine, so I feel if they did release a bugged version, there would be a lot more complaints. So doesn't it have to be incompatible with something? Please correct me if I misunderstood you. And with Farlanders, is it impossible to fix that incompatibility? Do I have to choose between it and computer craft? If so I'll ask the mod developer to release a fix, but I don't know if they will see my post. Lastly, is there a reason you are showing me those lines from the crash reports? Because I did read them, so I know what the error was, I just didn't really know what it meant.
For Metallurgy, what I assume to be happening is that it tries to access a null ItemStack object.
For Farlanders, the code is trying to cast an object which does not derive from the Turtle class to the Turtle class.
For Spell Rods and Hostile Worlds, it tries to access to a class which is non-existent.
As far as I know, these errors are caused internally by faulty code. I don't have enough knowledge of mod creation to understand the way FML loads mods. They could be caused by different things. For example, non-existent class access errors could be a result of compilation problems. As to resolving them, I think you would be better off listing all your mods and posting it on the official forum thread itself.
For Metallurgy, what I assume to be happening is that it tries to access a null ItemStack object.
For Farlanders, the code is trying to cast an object which does not derive from the Turtle class to the Turtle class.
For Spell Rods and Hostile Worlds, it tries to access to a class which is non-existent.
As far as I know, these errors are caused internally by faulty code. I don't have enough knowledge of mod creation to understand the way FML loads mods. They could be caused by different things. For example, non-existent class access errors could be a result of compilation problems. As to resolving them, I think you would be better off listing all your mods and posting it on the official forum thread itself.
Have you tried removing ComputerCraft?
Ok, I have enough knowledge of Java and modding to know what all that means, and those do sound like faulty code. I did try removing ComputerCraft, and Farlanders worked, so I posted on the Farlanders forum saying that it was incompatible with ComputerCraft. As for the other ones, I did try posting on the threads, and nobody responded, but I suppose I could try again. Thanks for your help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Here are the mods that are crashing and their crash reports:
Hostile Worlds Mod:
---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen. Time: 8/24/14 8:28 AM Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: hostileworlds/entity/monster/ZombieMiner 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.NoClassDefFoundError: hostileworlds/entity/monster/ZombieMiner at hostileworlds.CommonProxy.init(CommonProxy.java:106) at hostileworlds.ClientProxy.init(ClientProxy.java:55) at hostileworlds.HostileWorlds.load(HostileWorlds.java:107) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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.ClassNotFoundException: hostileworlds.entity.monster.ZombieMiner at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 39 more Caused by: java.lang.NoClassDefFoundError: CoroUtil/IChunkLoader at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178) ... 41 more Caused by: java.lang.ClassNotFoundException: CoroUtil.IChunkLoader at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 45 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: Mac OS X (x86_64) version 10.7.5 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 763777072 bytes (728 MB) / 1524105216 bytes (1453 MB) up to 2386034688 bytes (2275 MB) JVM Flags: 3 total; -Xmx2560m -XX:PermSize=256m -XX:MaxPermSize=512m 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 323 mods loaded, 323 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobSpliceCore{1.0.0} [MobSpliceCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobiusCore{1.0.4} [MobiusCore] (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-10.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) 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.416.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized NetherOres{1.6.2R2.2.2B1} [Nether Ores] (NetherOres-2.2.2B1-16.jar) Unloaded->Constructed->Pre-initialized->Initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.97-core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-1.2.0.343-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.362-archaic.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.362-mechanical.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.362-electrical.jar) Unloaded->Constructed->Pre-initialized->Initialized ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.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 DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized->Initialized DoggyTalents{v1.5.1a} [Doggy Talents] ([1.6.4] Doggy Talents - v1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderBook{1.0.1.2} [Ender Book] ([1.6.4] EnderBook v1.0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized IGML3{3.0.0.6} [In Game Mod List 3] ([1.6.4] IGML3 v3.0.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDeco{v2.0} [Runic Dust Mod- Decorative Runes] ([1.6.4] Runic Dust Mod Decor Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.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 advancedgenetics{v1.1} [Advanced Genetics] (advancedGenetics_v1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.2-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized AlchemyPlusPlus{release 1.1} [Alchemy++] (AlchemyPlusPlus-1.2-29.jar) Unloaded->Constructed->Pre-initialized->Initialized arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized aobd{1.3.1} [Another One Bites The Dust] (AOBD v1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) 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 Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) 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.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized bdlib{0.9.4.12} [BD Lib] (bdlib-mc164-0.9.4.12.jar) Unloaded->Constructed->Pre-initialized->Initialized BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized BigReactors{0.2.10A} [Big Reactors] (BigReactors-0.2.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized AWWayofTime{v0.7.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.7.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized Botania{beta-11} [Botania] (Botania beta-11.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized->Initialized CarpentersBlocks{v1.9.9} [Carpenter's Blocks] (Carpenter's Blocks v1.9.9 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CompactSolars{4.4.19.226} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.226.zip) Unloaded->Constructed->Pre-initialized->Initialized CompactWindmills{1.0.2.3} [CompactWindmills] (CompactWindmills+MC.1.6.4+v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CB{1.0} [Controller Block] (controller_1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized craftingpillars{1.4.5} [Crafting Pillars Mod] (CraftingPillars-MC1.6.X-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized creeperspecies{1.6.2} [Creeper Species] (creeperspecies_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized->Initialized EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized DeadlyWorld{1.0.1} [Deadly World] (DeadlyWorld 1.0.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized->Initialized dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-292.jar) Unloaded->Constructed->Pre-initialized->Initialized DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized dynamictanks{1.0} [Dynamic Liquid Tanks 2] (DynamicTanks2_v0.0.4a.jar) Unloaded->Constructed->Pre-initialized->Initialized Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9d.jar) Unloaded->Constructed->Pre-initialized->Initialized emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderIO{0.5.6} [Ender IO] (EnderIO-1.6.4-0.5.6.143a.jar) Unloaded->Constructed->Pre-initialized->Initialized eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized->Initialized EnhancedPortals3{3.0.0_Beta-2d} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2d.jar) Unloaded->Constructed->Pre-initialized->Initialized ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized->Initialized extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtradimensionalItemStorage{1.0.4} [Extradimensional Item Storage] (ExtradimensionalItemStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Core{3.4.1} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Base{3.4.1} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.6.4-0.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized FinndusFillies{1.0.0} [Finndus Fillies] (FinndusFillies-1.6.2-universal-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftCore{2.0.13} [Galacticraft Core] (Galacticraft-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftMars{2.0.13} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized mobsplice{0.0.2} [MobSplice] (MobSplice v0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysend{1.6.2} [Gany's End] (Ganys End v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysnether{1.6.1} [Gany's Nether] (Ganys Nether v1.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ganyssurface{1.6.2} [Gany's Surface] (Ganys Surface v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized gascraft{2.0.3.2} [GasCraft] (GasCraft-2.0.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gearbox{0.1.0} [Gearbox Mod] (GearboxMod - 1.6.4 - 1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized gendustry{0.9.6.27} [GenDustry] (gendustry-mc164-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized GuffCore{1.0.0} [Guff's Core] (GuffCore-1.zip) Unloaded->Constructed->Pre-initialized->Initialized handheldpiston{0.1} [Handheld Piston Mod] (HandheldPower_0.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized HostileWorlds{0.4.3} [Hostile Worlds] (Hostile Worlds v0.4.3 Alpha Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.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 HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-67.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized INpureTools{1.1.27} [INpureTools] (INpureTools-1.6.2-1.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.6.X).jar) Unloaded->Constructed->Pre-initialized->Initialized LostBooks{1.1} [Lost Books] (LostBooks 1.0 (bin) for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized LycanitesMobs{1.3.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DemonMobs{1.3.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DesertMobs{1.3.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized SwampMobs{1.3.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized magicalcrops{3.1.4} [Magical Crops] (magical_crops_1.6.4_3.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Mariculture{1.1.4e} [Mariculture] (Mariculture-1.6.X-v1.1.4e.zip) Unloaded->Constructed->Pre-initialized->Initialized Roguelike{1.2.7} [Roguelike Dungeons Mod] (mc-roguelike-1.6.4-forge-v1.2.7.zip) Unloaded->Constructed->Pre-initialized->Initialized MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Vanilla{3.4.1} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Machines{3.4.1} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized->Initialized Mimicry{1.3.1} [Mimicry] (Mimicry_1.3.1_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized minechem{5.05.76} [MineChem] (MineChem-5.0.5.76.jar) Unloaded->Constructed->Pre-initialized->Initialized MineChess{1.3.6} [MineChess] (MineChess-1.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Minemaarten_Minesweeper Mod{1.4.5} [Minesweeper Mod] (Minesweeper-Mod-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized MinorAlchemy{0.7.4} [Minor Alchemy] (Minor_Alchemy_0.7.4__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized missioncontrol{0.2.0} [Mission Control] (MissionControl1-4.jar) Unloaded->Constructed->Pre-initialized->Initialized GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized ModTweaker{0.2b} [ModTweaker] (ModTweaker-1.6.4-0.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized->Initialized powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized newdungeons{1.6.4} [New Dungeons] (NewDungeons_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized paraknight{1.1} [Paraknight Mod Pack] (ParaKnight_mods_1.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized particlephysics{1.01.27} [Particle Physics] (ParticlePhysics-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized->Initialized PlunderRummage{0.5.0} [Plunder Rummage] (Plunder_Rummage_0.5.1__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized PneumaticCraft{1.0.6} [PneumaticCraft] (PneumaticCraft-1.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized powersuitaddons{@[email protected]} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized RandomThings{1.8.6} [Random Things] (Random Things v. 1.8.6 [MC 1.6.2].jar) Unloaded->Constructed->Pre-initialized->Initialized RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized remoteIO{@[email protected]@[email protected]@[email protected]${env.BUILD_NUMBER}} [Remote IO] (RemoteIO-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (Resonant-Induction-0.3.1.362-atomic.jar) Unloaded->Constructed->Pre-initialized->Initialized Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized->Initialized Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized StevesCarts{2.0.0.b5} [Steve's Carts 2] (StevesCarts2.0.0.b5.zip) Unloaded->Constructed->Pre-initialized->Initialized SuperCraftingFrame{1.6.2.6} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized technom{0.7.0} [Technomancy] (Technomancy 0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftExtras{1.1} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized thaumcraftgates{1.2.0} [Thaumcraft Gates] (ThaumcraftGates v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized->Initialized TSteelworks{1.6.4-0.0.4.2-fix1} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix1.jar) Unloaded->Constructed->Pre-initialized->Initialized AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.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 weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized witchery{0.13.1} [Witchery] (Witchery_0-13-1_164.zip) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ZAMod{v1.9.2} [Zombie Awareness] (Zombie Awareness v1.9.2 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct Environment: Sane and ready for action. Bugs may be reported.Farlanders Mod (It says stuff about Computercraft, but the forum page didn't say anything about interaction with computer craft)
---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 8/24/14 8:15 AM Description: Initializing game java.lang.ClassCastException: net.minecraft.Farlanders.common.item.ItemEnderGolemEgg cannot be cast to dan200.computercraft.shared.turtle.items.ItemTurtleBase at dan200.computercraft.shared.turtle.items.TurtleItemFactory.create(TurtleItemFactory.java:48) at dan200.computercraft.shared.turtle.recipes.TurtleRecipe.func_77571_b(TurtleRecipe.java:37) at iguanaman.hungeroverhaul.RecipeRemover.removeAnyRecipe(RecipeRemover.java:20) at iguanaman.hungeroverhaul.HungerOverhaul.preInit(HungerOverhaul.java:94) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at dan200.computercraft.shared.turtle.items.TurtleItemFactory.create(TurtleItemFactory.java:48) at dan200.computercraft.shared.turtle.recipes.TurtleRecipe.func_77571_b(TurtleRecipe.java:37) at iguanaman.hungeroverhaul.RecipeRemover.removeAnyRecipe(RecipeRemover.java:20) at iguanaman.hungeroverhaul.HungerOverhaul.preInit(HungerOverhaul.java:94) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) -- Initialization -- Details: Stacktrace: 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Mac OS X (x86_64) version 10.7.5 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 183935056 bytes (175 MB) / 958922752 bytes (914 MB) up to 2386034688 bytes (2275 MB) JVM Flags: 3 total; -Xmx2560m -XX:PermSize=256m -XX:MaxPermSize=512m 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 323 mods loaded, 323 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized MobSpliceCore{1.0.0} [MobSpliceCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-10.jar) Unloaded->Constructed->Pre-initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized NetherOres{1.6.2R2.2.2B1} [Nether Ores] (NetherOres-2.2.2B1-16.jar) Unloaded->Constructed->Pre-initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.97-core.jar) Unloaded->Constructed->Pre-initialized ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-1.2.0.343-universal.jar) Unloaded->Constructed->Pre-initialized ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded->Constructed->Pre-initialized ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.362-archaic.jar) Unloaded->Constructed->Pre-initialized ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.362-mechanical.jar) Unloaded->Constructed->Pre-initialized ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.362-electrical.jar) Unloaded->Constructed->Pre-initialized ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized DoggyTalents{v1.5.1a} [Doggy Talents] ([1.6.4] Doggy Talents - v1.5.1a.zip) Unloaded->Constructed->Pre-initialized EnderBook{1.0.1.2} [Ender Book] ([1.6.4] EnderBook v1.0.1.2.jar) Unloaded->Constructed->Pre-initialized IGML3{3.0.0.6} [In Game Mod List 3] ([1.6.4] IGML3 v3.0.0.6.jar) Unloaded->Constructed->Pre-initialized DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.0a.zip) Unloaded->Constructed->Pre-initialized DustDeco{v2.0} [Runic Dust Mod- Decorative Runes] ([1.6.4] Runic Dust Mod Decor Runes v2.0.zip) Unloaded->Constructed->Pre-initialized DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized advancedgenetics{v1.1} [Advanced Genetics] (advancedGenetics_v1.1.jar) Unloaded->Constructed->Pre-initialized AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.2-1.2.4.jar) Unloaded->Constructed->Pre-initialized AlchemyPlusPlus{release 1.1} [Alchemy++] (AlchemyPlusPlus-1.2-29.jar) Unloaded->Constructed->Pre-initialized arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized aobd{1.3.1} [Another One Bites The Dust] (AOBD v1.3.1.jar) Unloaded->Constructed->Pre-initialized AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded->Constructed->Pre-initialized Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) Unloaded->Constructed->Pre-initialized Atum{0.5.9B} [Atum] (Atum1.6.4-0.5.9b.jar) Unloaded->Constructed->Pre-initialized Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized Backpack{1.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized bdlib{0.9.4.12} [BD Lib] (bdlib-mc164-0.9.4.12.jar) Unloaded->Constructed->Pre-initialized BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized BigReactors{0.2.10A} [Big Reactors] (BigReactors-0.2.10A.jar) Unloaded->Constructed->Pre-initialized Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized AWWayofTime{v0.7.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.7.0a.zip) Unloaded->Constructed->Pre-initialized Botania{beta-11} [Botania] (Botania beta-11.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized CarpentersBlocks{v1.9.9} [Carpenter's Blocks] (Carpenter's Blocks v1.9.9 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized CompactSolars{4.4.19.226} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.226.zip) Unloaded->Constructed->Pre-initialized CompactWindmills{1.0.2.3} [CompactWindmills] (CompactWindmills+MC.1.6.4+v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized CB{1.0} [Controller Block] (controller_1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized craftingpillars{1.4.5} [Crafting Pillars Mod] (CraftingPillars-MC1.6.X-1.5.jar) Unloaded->Constructed->Pre-initialized creeperspecies{1.6.2} [Creeper Species] (creeperspecies_1.6.2.zip) Unloaded->Constructed->Pre-initialized CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized DeadlyWorld{1.0.1} [Deadly World] (DeadlyWorld 1.0.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-292.jar) Unloaded->Constructed->Pre-initialized DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 v14.zip) Unloaded->Constructed->Pre-initialized dynamictanks{1.0} [Dynamic Liquid Tanks 2] (DynamicTanks2_v0.0.4a.jar) Unloaded->Constructed->Pre-initialized Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9d.jar) Unloaded->Constructed->Pre-initialized emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized EnderIO{0.5.6} [Ender IO] (EnderIO-1.6.4-0.5.6.143a.jar) Unloaded->Constructed->Pre-initialized eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized EnhancedPortals3{3.0.0_Beta-2d} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2d.jar) Unloaded->Constructed->Pre-initialized ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v14.zip) Unloaded->Constructed->Pre-initialized ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized ExtradimensionalItemStorage{1.0.4} [Extradimensional Item Storage] (ExtradimensionalItemStorage.zip) Unloaded->Constructed->Pre-initialized Metallurgy3Core{3.4.1} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized Metallurgy3Base{3.4.1} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.6.4-0.8.4.jar) Unloaded->Constructed->Pre-initialized Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized FinndusFillies{1.0.0} [Finndus Fillies] (FinndusFillies-1.6.2-universal-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized GalacticraftCore{2.0.13} [Galacticraft Core] (Galacticraft-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized GalacticraftMars{2.0.13} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized mobsplice{0.0.2} [MobSplice] (MobSplice v0.0.2.jar) Unloaded->Constructed->Pre-initialized ganysend{1.6.2} [Gany's End] (Ganys End v1.6.2.jar) Unloaded->Constructed->Pre-initialized ganysnether{1.6.1} [Gany's Nether] (Ganys Nether v1.6.1.jar) Unloaded->Constructed->Pre-initialized ganyssurface{1.6.2} [Gany's Surface] (Ganys Surface v1.6.2.jar) Unloaded->Constructed->Pre-initialized gascraft{2.0.3.2} [GasCraft] (GasCraft-2.0.3.2.zip) Unloaded->Constructed->Pre-initialized gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized gearbox{0.1.0} [Gearbox Mod] (GearboxMod - 1.6.4 - 1.5.1.jar) Unloaded->Constructed->Pre-initialized gendustry{0.9.6.27} [GenDustry] (gendustry-mc164-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized GuffCore{1.0.0} [Guff's Core] (GuffCore-1.zip) Unloaded->Constructed->Pre-initialized handheldpiston{0.1} [Handheld Piston Mod] (HandheldPower_0.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed->Pre-initialized HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Errored HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-67.jar) Unloaded->Constructed->Pre-initialized IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized INpureTools{1.1.27} [INpureTools] (INpureTools-1.6.2-1.1.27.jar) Unloaded->Constructed->Pre-initialized IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.6.X).jar) Unloaded->Constructed->Pre-initialized LostBooks{1.1} [Lost Books] (LostBooks 1.0 (bin) for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized LycanitesMobs{1.3.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized DemonMobs{1.3.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized DesertMobs{1.3.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized SwampMobs{1.3.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized magicalcrops{3.1.4} [Magical Crops] (magical_crops_1.6.4_3.1.4.zip) Unloaded->Constructed->Pre-initialized th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized Mariculture{1.1.4e} [Mariculture] (Mariculture-1.6.X-v1.1.4e.zip) Unloaded->Constructed->Pre-initialized Roguelike{1.2.7} [Roguelike Dungeons Mod] (mc-roguelike-1.6.4-forge-v1.2.7.zip) Unloaded->Constructed->Pre-initialized MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized Metallurgy3Vanilla{3.4.1} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized Metallurgy3Machines{3.4.1} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized Mimicry{1.3.1} [Mimicry] (Mimicry_1.3.1_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized minechem{5.05.76} [MineChem] (MineChem-5.0.5.76.jar) Unloaded->Constructed->Pre-initialized MineChess{1.3.6} [MineChess] (MineChess-1.3.6.zip) Unloaded->Constructed->Pre-initialized MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized Minemaarten_Minesweeper Mod{1.4.5} [Minesweeper Mod] (Minesweeper-Mod-1.4.5.zip) Unloaded->Constructed->Pre-initialized MinorAlchemy{0.7.4} [Minor Alchemy] (Minor_Alchemy_0.7.4__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized missioncontrol{0.2.0} [Mission Control] (MissionControl1-4.jar) Unloaded->Constructed->Pre-initialized GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.0.zip) Unloaded->Constructed->Pre-initialized ModTweaker{0.2b} [ModTweaker] (ModTweaker-1.6.4-0.2b.jar) Unloaded->Constructed->Pre-initialized numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized newdungeons{1.6.4} [New Dungeons] (NewDungeons_1.6.4.zip) Unloaded->Constructed->Pre-initialized recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded->Constructed->Pre-initialized notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized paraknight{1.1} [Paraknight Mod Pack] (ParaKnight_mods_1.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized particlephysics{1.01.27} [Particle Physics] (ParticlePhysics-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded->Constructed->Pre-initialized PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized PlunderRummage{0.5.0} [Plunder Rummage] (Plunder_Rummage_0.5.1__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized PneumaticCraft{1.0.6} [PneumaticCraft] (PneumaticCraft-1.0.7.zip) Unloaded->Constructed->Pre-initialized PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized powersuitaddons{@[email protected]} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.0.jar) Unloaded->Constructed->Pre-initialized RandomThings{1.8.6} [Random Things] (Random Things v. 1.8.6 [MC 1.6.2].jar) Unloaded->Constructed->Pre-initialized RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized remoteIO{@[email protected]@[email protected]@[email protected]${env.BUILD_NUMBER}} [Remote IO] (RemoteIO-1.8.1.jar) Unloaded->Constructed->Pre-initialized ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (Resonant-Induction-0.3.1.362-atomic.jar) Unloaded->Constructed->Pre-initialized Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized StevesCarts{2.0.0.b5} [Steve's Carts 2] (StevesCarts2.0.0.b5.zip) Unloaded->Constructed->Pre-initialized SuperCraftingFrame{1.6.2.6} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized technom{0.7.0} [Technomancy] (Technomancy 0.7.1.jar) Unloaded->Constructed->Pre-initialized ThaumcraftExtras{1.1} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1a.jar) Unloaded->Constructed->Pre-initialized thaumcraftgates{1.2.0} [Thaumcraft Gates] (ThaumcraftGates v1.2.0.jar) Unloaded->Constructed->Pre-initialized ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded->Constructed->Pre-initialized Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized TSteelworks{1.6.4-0.0.4.2-fix1} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix1.jar) Unloaded->Constructed->Pre-initialized AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized witchery{0.13.1} [Witchery] (Witchery_0-13-1_164.zip) Unloaded->Constructed->Pre-initialized WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized ZAMod{v1.9.2} [Zombie Awareness] (Zombie Awareness v1.9.2 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized TConstruct Environment: Sane and ready for action. Bugs may be reported. Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullMetallurgy Bees Mod (I know there is a problem with this and a certain version of Metallurgy, but it still did not work after updating.):
---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 8/24/14 8:41 AM Description: Initializing game java.lang.NullPointerException at net.minecraft.item.ItemStack.<init>(ItemStack.java:77) at elcon.mods.metallurgybees.MetallurgyBees.postInit(MetallurgyBees.java:181) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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:704) 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.item.ItemStack.<init>(ItemStack.java:77) at elcon.mods.metallurgybees.MetallurgyBees.postInit(MetallurgyBees.java:181) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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:704) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) -- Initialization -- Details: Stacktrace: 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Mac OS X (x86_64) version 10.7.5 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 684057896 bytes (652 MB) / 1523580928 bytes (1453 MB) up to 2386034688 bytes (2275 MB) JVM Flags: 3 total; -Xmx2560m -XX:PermSize=256m -XX:MaxPermSize=512m 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 323 mods loaded, 323 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MobSpliceCore{1.0.0} [MobSpliceCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NetherOres{1.6.2R2.2.2B1} [Nether Ores] (NetherOres-2.2.2B1-16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.97-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-1.2.0.343-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.362-archaic.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.362-mechanical.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.362-electrical.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DoggyTalents{v1.5.1a} [Doggy Talents] ([1.6.4] Doggy Talents - v1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized EnderBook{1.0.1.2} [Ender Book] ([1.6.4] EnderBook v1.0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized IGML3{3.0.0.6} [In Game Mod List 3] ([1.6.4] IGML3 v3.0.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DustDeco{v2.0} [Runic Dust Mod- Decorative Runes] ([1.6.4] Runic Dust Mod Decor Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized advancedgenetics{v1.1} [Advanced Genetics] (advancedGenetics_v1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.2-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AlchemyPlusPlus{release 1.1} [Alchemy++] (AlchemyPlusPlus-1.2-29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized aobd{1.3.1} [Another One Bites The Dust] (AOBD v1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Atum{0.5.9B} [Atum] (Atum1.6.4-0.5.9b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Backpack{1.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized bdlib{0.9.4.12} [BD Lib] (bdlib-mc164-0.9.4.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BigReactors{0.2.10A} [Big Reactors] (BigReactors-0.2.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AWWayofTime{v0.7.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.7.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Botania{beta-11} [Botania] (Botania beta-11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CarpentersBlocks{v1.9.9} [Carpenter's Blocks] (Carpenter's Blocks v1.9.9 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CompactSolars{4.4.19.226} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.226.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CompactWindmills{1.0.2.3} [CompactWindmills] (CompactWindmills+MC.1.6.4+v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CB{1.0} [Controller Block] (controller_1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized craftingpillars{1.4.5} [Crafting Pillars Mod] (CraftingPillars-MC1.6.X-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized creeperspecies{1.6.2} [Creeper Species] (creeperspecies_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DeadlyWorld{1.0.1} [Deadly World] (DeadlyWorld 1.0.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-292.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized dynamictanks{1.0} [Dynamic Liquid Tanks 2] (DynamicTanks2_v0.0.4a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9d.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized EnderIO{0.5.6} [Ender IO] (EnderIO-1.6.4-0.5.6.143a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized EnhancedPortals3{3.0.0_Beta-2d} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2d.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtradimensionalItemStorage{1.0.4} [Extradimensional Item Storage] (ExtradimensionalItemStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Metallurgy3Core{3.4.1} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Metallurgy3Base{3.4.1} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.6.4-0.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized FinndusFillies{1.0.0} [Finndus Fillies] (FinndusFillies-1.6.2-universal-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GalacticraftCore{2.0.13} [Galacticraft Core] (Galacticraft-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GalacticraftMars{2.0.13} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized mobsplice{0.0.2} [MobSplice] (MobSplice v0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ganysend{1.6.2} [Gany's End] (Ganys End v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ganysnether{1.6.1} [Gany's Nether] (Ganys Nether v1.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ganyssurface{1.6.2} [Gany's Surface] (Ganys Surface v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gascraft{2.0.3.2} [GasCraft] (GasCraft-2.0.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gearbox{0.1.0} [Gearbox Mod] (GearboxMod - 1.6.4 - 1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized gendustry{0.9.6.27} [GenDustry] (gendustry-mc164-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GuffCore{1.0.0} [Guff's Core] (GuffCore-1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized handheldpiston{0.1} [Handheld Piston Mod] (HandheldPower_0.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized INpureTools{1.1.27} [INpureTools] (INpureTools-1.6.2-1.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.6.X).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized LostBooks{1.1} [Lost Books] (LostBooks 1.0 (bin) for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized LycanitesMobs{1.3.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DemonMobs{1.3.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized DesertMobs{1.3.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized SwampMobs{1.3.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized magicalcrops{3.1.4} [Magical Crops] (magical_crops_1.6.4_3.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mariculture{1.1.4e} [Mariculture] (Mariculture-1.6.X-v1.1.4e.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Roguelike{1.2.7} [Roguelike Dungeons Mod] (mc-roguelike-1.6.4-forge-v1.2.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Metallurgy3Vanilla{3.4.1} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Metallurgy3Machines{3.4.1} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MetallurgyBees{0.1.2} [Metallurgy Bees] (Metallurgy-Bees-1.6.4-0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Mimicry{1.3.1} [Mimicry] (Mimicry_1.3.1_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized minechem{5.05.76} [MineChem] (MineChem-5.0.5.76.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineChess{1.3.6} [MineChess] (MineChess-1.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Minemaarten_Minesweeper Mod{1.4.5} [Minesweeper Mod] (Minesweeper-Mod-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MinorAlchemy{0.7.4} [Minor Alchemy] (Minor_Alchemy_0.7.4__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized missioncontrol{0.2.0} [Mission Control] (MissionControl1-4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ModTweaker{0.2b} [ModTweaker] (ModTweaker-1.6.4-0.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized newdungeons{1.6.4} [New Dungeons] (NewDungeons_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized paraknight{1.1} [Paraknight Mod Pack] (ParaKnight_mods_1.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized particlephysics{1.01.27} [Particle Physics] (ParticlePhysics-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PlunderRummage{0.5.0} [Plunder Rummage] (Plunder_Rummage_0.5.1__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PneumaticCraft{1.0.6} [PneumaticCraft] (PneumaticCraft-1.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized powersuitaddons{@[email protected]} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized RandomThings{1.8.6} [Random Things] (Random Things v. 1.8.6 [MC 1.6.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized remoteIO{@[email protected]@[email protected]@[email protected]${env.BUILD_NUMBER}} [Remote IO] (RemoteIO-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (Resonant-Induction-0.3.1.362-atomic.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized StevesCarts{2.0.0.b5} [Steve's Carts 2] (StevesCarts2.0.0.b5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized SuperCraftingFrame{1.6.2.6} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized technom{0.7.0} [Technomancy] (Technomancy 0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumcraftExtras{1.1} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized thaumcraftgates{1.2.0} [Thaumcraft Gates] (ThaumcraftGates v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TSteelworks{1.6.4-0.0.4.2-fix1} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized witchery{0.13.1} [Witchery] (Witchery_0-13-1_164.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ZAMod{v1.9.2} [Zombie Awareness] (Zombie Awareness v1.9.2 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized TConstruct Environment: Sane and ready for action. Bugs may be reported. Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullSpell Rod Mod:
---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 8/24/14 8:46 AM Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: modMythicDivergence/proxy/CommonTickHandler 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(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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.NoClassDefFoundError: modMythicDivergence/proxy/CommonTickHandler at modSpellRod.SpellRodCore.load(SpellRodCore.java:170) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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.ClassNotFoundException: modMythicDivergence.proxy.CommonTickHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 37 more Caused by: java.lang.NullPointerException 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: Mac OS X (x86_64) version 10.7.5 Java Version: 1.7.0_65, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 198572200 bytes (189 MB) / 1325924352 bytes (1264 MB) up to 2386034688 bytes (2275 MB) JVM Flags: 3 total; -Xmx2560m -XX:PermSize=256m -XX:MaxPermSize=512m 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 323 mods loaded, 323 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobSpliceCore{1.0.0} [MobSpliceCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized MobiusCore{1.0.4} [MobiusCore] (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-10.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics-Core{rv14.finale2} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized denLib{3.2.3} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesCore{1.4.4.3} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) 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.416.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHCore{2.0.0.0} [CoFH Core] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized NetherOres{1.6.2R2.2.2B1} [Nether Ores] (NetherOres-2.2.2B1-16.jar) Unloaded->Constructed->Pre-initialized->Initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.97-core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-1.2.0.343-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Core{0.3.1} [Resonant Induction] (Resonant-Induction-0.3.1.362-Resonant-Induction Core.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.362-archaic.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.362-mechanical.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.362-electrical.jar) Unloaded->Constructed->Pre-initialized->Initialized ThermalExpansion{3.0.0.0} [Thermal Expansion] (ThermalExpansion-3.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2{2.0.344-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.344-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded{1.6.2R2.7.4} [MineFactory Reloaded] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.4} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.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 DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized->Initialized DoggyTalents{v1.5.1a} [Doggy Talents] ([1.6.4] Doggy Talents - v1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderBook{1.0.1.2} [Ender Book] ([1.6.4] EnderBook v1.0.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized IGML3{3.0.0.6} [In Game Mod List 3] ([1.6.4] IGML3 v3.0.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized DustModCore{v2.0} [Runic Dust Mod-Core] ([1.6.4] Runic Dust Mod Core v2.0.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDeco{v2.0} [Runic Dust Mod- Decorative Runes] ([1.6.4] Runic Dust Mod Decor Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustDefaults{v2.0} [Runic Dust Mod- Default Runes] ([1.6.4] Runic Dust Mod Default Runes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized DustThaum{v2.0} [Runic Dust Mod- Thaumcraft Addon] ([1.6.4] Runic Dust Mod ThaumRunes v2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.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 advancedgenetics{v1.1} [Advanced Genetics] (advancedGenetics_v1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Waila{1.4.4} [Waila] (Waila_1.4.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized AdvancedThaumaturgy{0.0.25} [Advanced Thaumaturgy] (AdvancedThaumaturgy-1.6.4-0.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.2-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized AlchemyPlusPlus{release 1.1} [Alchemy++] (AlchemyPlusPlus-1.2-29.jar) Unloaded->Constructed->Pre-initialized->Initialized arsmagica2{1.1.1c} [Ars Magica 2] (AM2_1.1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized aobd{1.3.1} [Another One Bites The Dust] (AOBD v1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized AppliedEnergistics{rv14.finale2} [Applied Energistics] (appeng-rv14-finale2-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) 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 Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-224.jar) Unloaded->Constructed->Pre-initialized->Initialized ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) 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.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized bdlib{0.9.4.12} [BD Lib] (bdlib-mc164-0.9.4.12.jar) Unloaded->Constructed->Pre-initialized->Initialized BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized->Initialized ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized BigReactors{0.2.10A} [Big Reactors] (BigReactors-0.2.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized AWWayofTime{v0.7.0a} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.7.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized Botania{beta-11} [Botania] (Botania beta-11.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized->Initialized CarpentersBlocks{v1.9.9} [Carpenter's Blocks] (Carpenter's Blocks v1.9.9 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHLoot{2.0.0.0} [CoFH Loot] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHMasquerade{2.0.0.0} [CoFH Masquerade] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHSocial{2.0.0.0} [CoFH Social] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHWorld{2.0.0.0} [CoFH World] (CoFHCore-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized CompactSolars{4.4.19.226} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.226.zip) Unloaded->Constructed->Pre-initialized->Initialized CompactWindmills{1.0.2.3} [CompactWindmills] (CompactWindmills+MC.1.6.4+v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CB{1.0} [Controller Block] (controller_1.0(1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized craftingpillars{1.4.5} [Crafting Pillars Mod] (CraftingPillars-MC1.6.X-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized creeperspecies{1.6.2} [Creeper Species] (creeperspecies_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized->Initialized EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized DeadlyWorld{1.0.1} [Deadly World] (DeadlyWorld 1.0.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized->Initialized dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-292.jar) Unloaded->Constructed->Pre-initialized->Initialized DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized DungeonCrawler{0.2.5} [Dungeon Crawler] (DungeonCrawler 0.2.5 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized dynamictanks{1.0} [Dynamic Liquid Tanks 2] (DynamicTanks2_v0.0.4a.jar) Unloaded->Constructed->Pre-initialized->Initialized Tombenpotter's Electro-Magic Tools{1.0.9} [Electro-Magic Tools] (ElectroMagicTools-1.0.9d.jar) Unloaded->Constructed->Pre-initialized->Initialized emashercore{1.2.1.8} [Emasher Resource] (EmasherResource-1.2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderIO{0.5.6} [Ender IO] (EnderIO-1.6.4-0.5.6.143a.jar) Unloaded->Constructed->Pre-initialized->Initialized eng_toolbox{1.1.6.6} [Engineer's Toolbox] (EngineersToolbox-1.1.6.6.zip) Unloaded->Constructed->Pre-initialized->Initialized EnhancedPortals3{3.0.0_Beta-2d} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2d.jar) Unloaded->Constructed->Pre-initialized->Initialized ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized->Initialized extracells{1.6.8f} [ExtraCells] (ExtraCells-1.6.8f.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtradimensionalItemStorage{1.0.4} [Extradimensional Item Storage] (ExtradimensionalItemStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Core{3.4.1} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Base{3.4.1} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.6.4-0.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized->Initialized OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OpenPeripheralCore-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized->Initialized iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized FinndusFillies{1.0.0} [Finndus Fillies] (FinndusFillies-1.6.2-universal-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicTinkerer{2.3-137} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-137.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicExploration{0.5.1} [Thaumic Exploration] (Thaumic Exploration 0.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.239.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftCore{2.0.13} [Galacticraft Core] (Galacticraft-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized GalacticraftMars{2.0.13} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized->Initialized mobsplice{0.0.2} [MobSplice] (MobSplice v0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysend{1.6.2} [Gany's End] (Ganys End v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized ganysnether{1.6.1} [Gany's Nether] (Ganys Nether v1.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ganyssurface{1.6.2} [Gany's Surface] (Ganys Surface v1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized gascraft{2.0.3.2} [GasCraft] (GasCraft-2.0.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gases{1.4.4.3} [Glenn's Gases] (gases-1.4.4.3-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized gearbox{0.1.0} [Gearbox Mod] (GearboxMod - 1.6.4 - 1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized gendustry{0.9.6.27} [GenDustry] (gendustry-mc164-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized GuffCore{1.0.0} [Guff's Core] (GuffCore-1.zip) Unloaded->Constructed->Pre-initialized->Initialized handheldpiston{0.1} [Handheld Piston Mod] (HandheldPower_0.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized HatStand{2.1.0} [HatStand] (HatStand2.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.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 pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.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 HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized->Initialized HydCraft{1.0.4} [Hydraulicraft] (hydraulicraft-1.0.4-67.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized->Initialized INpureTools{1.1.27} [INpureTools] (INpureTools-1.6.2-1.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized IronChest{5.4.1.649} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.649.zip) Unloaded->Constructed->Pre-initialized->Initialized JABBA{1.0.3} [JABBA] (JABBA_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.6.X).jar) Unloaded->Constructed->Pre-initialized->Initialized LostBooks{1.1} [Lost Books] (LostBooks 1.0 (bin) for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized LycanitesMobs{1.3.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DemonMobs{1.3.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized DesertMobs{1.3.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized SwampMobs{1.3.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.0 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized magicalcrops{3.1.4} [Magical Crops] (magical_crops_1.6.4_3.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized th{1.1-02} [Thaumic History] (Thaumic History-1.1-02.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicBees{2.1.9} [Magic Bees] (magicbees-2.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized Mariculture{1.1.4e} [Mariculture] (Mariculture-1.6.X-v1.1.4e.zip) Unloaded->Constructed->Pre-initialized->Initialized Roguelike{1.2.7} [Roguelike Dungeons Mod] (mc-roguelike-1.6.4-forge-v1.2.7.zip) Unloaded->Constructed->Pre-initialized->Initialized MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Vanilla{3.4.1} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized Metallurgy3Machines{3.4.1} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.1.32.jar) Unloaded->Constructed->Pre-initialized->Initialized MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 v14.zip) Unloaded->Constructed->Pre-initialized->Initialized MFFS{3.5.0} [Modular Force Field System] (MFFS_v3.5.0.255.jar) Unloaded->Constructed->Pre-initialized->Initialized Mimicry{1.3.1} [Mimicry] (Mimicry_1.3.1_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized minechem{5.05.76} [MineChem] (MineChem-5.0.5.76.jar) Unloaded->Constructed->Pre-initialized->Initialized MineChess{1.3.6} [MineChess] (MineChess-1.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAtum{1.6.2R2.7.4} [MFR Compat: Atum] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBackTools{1.6.2R2.7.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.4} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatChococraft{1.6.2R2.7.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestry{1.6.2R2.7.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.4} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatIC2{1.6.2R2.7.4} [MFR Compat: IC2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMagicalCrops{1.6.2R2.7.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatPams{1.6.2R2.7.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.4} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRP2{1.6.2R2.7.4} [MFR Compat: RP2] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatVanilla{1.6.2R2.7.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.4-255.jar) Unloaded->Constructed->Pre-initialized->Initialized Minemaarten_Minesweeper Mod{1.4.5} [Minesweeper Mod] (Minesweeper-Mod-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized MinorAlchemy{0.7.4} [Minor Alchemy] (Minor_Alchemy_0.7.4__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized missioncontrol{0.2.0} [Mission Control] (MissionControl1-4.jar) Unloaded->Constructed->Pre-initialized->Initialized GraviSuite{1.9.8} [Gravitation Suite] (mod_zGraviSuite_1_9_8_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized->Initialized BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized ModTweaker{0.2b} [ModTweaker] (ModTweaker-1.6.4-0.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized numina{0.1.1-53} [Numina] (Numina-1.6.2-0.1.1-53.jar) Unloaded->Constructed->Pre-initialized->Initialized powersuits{0.9.0-84} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-84.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons{1.10.5.70} [NEI Addons] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (neiaddons-mc164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized->Initialized NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized newdungeons{1.6.4} [New Dungeons] (NewDungeons_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized recipemod{0.1} [NoMoreRecipeConflict] (NoMoreRecipeConflict_1.6.X.zip) Unloaded->Constructed->Pre-initialized->Initialized notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized paraknight{1.1} [Paraknight Mod Pack] (ParaKnight_mods_1.1(1.6.X).zip) Unloaded->Constructed->Pre-initialized->Initialized ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized particlephysics{1.01.27} [Particle Physics] (ParticlePhysics-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized->Initialized PlunderRummage{0.5.0} [Plunder Rummage] (Plunder_Rummage_0.5.1__MC_1.6.4_.zip) Unloaded->Constructed->Pre-initialized->Initialized PneumaticCraft{1.0.6} [PneumaticCraft] (PneumaticCraft-1.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized powersuitaddons{@[email protected]} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Core{4.2.1.16} [ProjectRed] (ProjectRedBase-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized RandomThings{1.8.6} [Random Things] (Random Things v. 1.8.6 [MC 1.6.2].jar) Unloaded->Constructed->Pre-initialized->Initialized RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized ReactorCraft{beta} [ReactorCraft] (ReactorCraft 1.6 v14b.zip) Unloaded->Constructed->Pre-initialized->Initialized Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized remoteIO{@[email protected]@[email protected]@[email protected]${env.BUILD_NUMBER}} [Remote IO] (RemoteIO-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (Resonant-Induction-0.3.1.362-atomic.jar) Unloaded->Constructed->Pre-initialized->Initialized Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized->Initialized Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized SpellRod{1.1.1} [Spell Rod] (SpellRod_1.1.1_forge 953_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Errored StevesCarts{2.0.0.b5} [Steve's Carts 2] (StevesCarts2.0.0.b5.zip) Unloaded->Constructed->Pre-initialized->Initialized SuperCraftingFrame{1.6.2.6} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized->Initialized Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized technom{0.7.0} [Technomancy] (Technomancy 0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftExtras{1.1} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized thaumcraftgates{1.2.0} [Thaumcraft Gates] (ThaumcraftGates v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumicReliquary{1.0.0} [Thaumic Reliquary] (Thaumic Reliquary 1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized tropicraftmod{v5.1.7 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized volleyballmod{v5.1.7 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.7 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized TrussMod{beta} [Truss Mod] (TrussMod-beta-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized->Initialized TSteelworks{1.6.4-0.0.4.2-fix1} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix1.jar) Unloaded->Constructed->Pre-initialized->Initialized AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.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 weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized witchery{0.13.1} [Witchery] (Witchery_0-13-1_164.zip) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized xact{0.4.3} [XACT Mod] (XACT v0.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized ZAMod{v1.9.2} [Zombie Awareness] (Zombie Awareness v1.9.2 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized TConstruct Environment: Sane and ready for action. Bugs may be reported.Hostile Worlds Error:
Farlanders Error:
For the Farlanders Mod, what I suspect is that it is not compatible with ComputerCraft. Try removing ComputerCraft.
Metallurgy Errors:
Spell Rods Errors:
So you are telling me I can't use these mods unless I edit the code? Unless I am misunderstanding you, you are saying that (with the exception of Farlanders) they are not crashing because of any incompatibility and just of their own accord? That would mean that the mod author released a bugged version, and I have a hard time believing they would release a version that didn't work at all. I didn't see any other posts on their forums with a crash report similar to mine, so I feel if they did release a bugged version, there would be a lot more complaints. So doesn't it have to be incompatible with something? Please correct me if I misunderstood you. And with Farlanders, is it impossible to fix that incompatibility? Do I have to choose between it and computer craft? If so I'll ask the mod developer to release a fix, but I don't know if they will see my post. Lastly, is there a reason you are showing me those lines from the crash reports? Because I did read them, so I know what the error was, I just didn't really know what it meant.
For Farlanders, the code is trying to cast an object which does not derive from the Turtle class to the Turtle class.
For Spell Rods and Hostile Worlds, it tries to access to a class which is non-existent.
As far as I know, these errors are caused internally by faulty code. I don't have enough knowledge of mod creation to understand the way FML loads mods. They could be caused by different things. For example, non-existent class access errors could be a result of compilation problems. As to resolving them, I think you would be better off listing all your mods and posting it on the official forum thread itself.
Have you tried removing ComputerCraft?
Ok, I have enough knowledge of Java and modding to know what all that means, and those do sound like faulty code. I did try removing ComputerCraft, and Farlanders worked, so I posted on the Farlanders forum saying that it was incompatible with ComputerCraft. As for the other ones, I did try posting on the threads, and nobody responded, but I suppose I could try again. Thanks for your help.