Now I'm not very savvy with this and am hoping there is an easy explanation on how to find out what mod caused this crash?
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 4/10/15 5:16 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.InstantiationError: appeng.parts.automation.UpgradeInventory
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.InstantiationError: appeng.parts.automation.UpgradeInventory
at thaumicenergistics.tileentities.TileArcaneAssembler.<init>(TileArcaneAssembler.java:228)
at thaumicenergistics.registries.Renderers.registerRenderers(Renderers.java:59)
at thaumicenergistics.proxy.ClientProxy.registerRenderers(ClientProxy.java:21)
at thaumicenergistics.ThaumicEnergistics.load(ThaumicEnergistics.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Now I'm not very savvy with this and am hoping there is an easy explanation on how to find out what mod caused this crash?
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 4/10/15 5:16 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.InstantiationError: appeng.parts.automation.UpgradeInventory
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.InstantiationError: appeng.parts.automation.UpgradeInventory
at thaumicenergistics.tileentities.TileArcaneAssembler.<init>(TileArcaneAssembler.java:228)
at thaumicenergistics.registries.Renderers.registerRenderers(Renderers.java:59)
at thaumicenergistics.proxy.ClientProxy.registerRenderers(ClientProxy.java:21)
at thaumicenergistics.ThaumicEnergistics.load(ThaumicEnergistics.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 245828928 bytes (234 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.104.1358 Minecraft Forge 10.13.3.1358 133 mods loaded, 133 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.104.1358} [Forge Mod Loader] (forge-1.7.10-10.13.3.1358-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.3.1358} [Minecraft Forge] (forge-1.7.10-10.13.3.1358-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2-core{rv2-beta-28} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
MobiusCore{1.2.5} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
debug{1.0} [debug] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv2-beta-28} [Applied Energistics 2] (appliedenergistics2-rv2-beta-28.jar) Unloaded->Constructed->Pre-initialized->Initialized
bdlib{1.7.0.70} [BD Lib] (bdlib-mc1710-1.7.0.70.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1210-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.2.713-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.713-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0RC7} [CoFH Core] (CoFHCore-[1.7.10]3.0.0RC7-211.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{6.4.5} [BuildCraft] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{3.5.3.11} [Forestry for Minecraft] (forestry_1.7.10-3.5.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0RC7} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC7-62.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0RC7} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0RC7-141.jar) Unloaded->Constructed->Pre-initialized->Initialized
BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.3.1} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.1-7.jar) Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Botania{r1.6-174} [Botania] (Botania r1.6-174.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{6.4.5} [BC Transport] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{6.4.5} [BC Silicon] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{6.4.5} [BC Builders] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{6.4.5} [BC Energy] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{6.4.5} [BC Factory] (buildcraft-6.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DraconicEvolution{1.0.1-snapshot_9} [Draconic Evolution] (Draconic-Evolution-1.7.10-v1.0.1-RC-4.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC8} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{1.7.10-2.2.8.367} [Ender IO] (EnderIO-1.7.10-2.2.8.367.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.6.31} [EnderStorage] (EnderStorage-1.7.10-1.4.6.31-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderTech{1.7.10-0.3.2.375} [EnderTech] (EnderTech-1.7.10-0.3.2.375.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderZoo{1.7.10-1.0.10.25} [Ender Zoo] (EnderZoo-1.7.10-1.0.10.25.jar) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.2.4a} [Extra Utilities] (extrautilities-1.2.4a.jar) Unloaded->Constructed->Pre-initialized->Initialized
FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed->Pre-initialized->Initialized
fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar) Unloaded->Constructed->Pre-initialized->Initialized
MagicBees{1.7.10-2.1.31} [Magic Bees] (magicbees-1.7.10-2.1.31.jar) Unloaded->Constructed->Pre-initialized->Initialized
gendustry{1.4.9.76} [GenDustry] (gendustry-mc1710-1.4.9.76.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
headcrumbs{1.3.1} [Headcrumbs] (Headcrumbs-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{2.2.1a-Yolo} [Nuclear Control 2] (IC2NuclearControl-2.2.1a-Yolo.jar) Unloaded->Constructed->Pre-initialized->Initialized
inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-54.jar) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
JourneyMapServer{1.0.5_MC1.7.10} [JourneyMapServer] (JourneyMapServer1.0.5_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes{0.8.3.116} [Logistics Pipes] (logisticspipes-0.8.3.116.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC8} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC8} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC8} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC8} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC8} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC8} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC8} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC8} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC8} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.11.3.00} [Mystcraft] (mystcraft-1.7.10-0.11.3.00.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC8} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC8} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC8} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC8} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC8} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC8} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC8} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC8} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC8} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC8} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar) Unloaded->Constructed->Pre-initialized->Initialized
MrTJPCoreMod{1.0.5.11} [MrTJPCore] (MrTJPCore-1.7.10-1.0.5.11-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.12.5.17} [NEI Addons] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Botany{1.12.5.17} [NEI Addons: Botany] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.12.5.17} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.12.5.17} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExNihilo{1.12.5.17} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
neiintegration{1.0.7} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC4-4.jar) Unloaded->Constructed->Pre-initialized->Initialized
notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar) Unloaded->Constructed->Pre-initialized->Initialized
neresources{0.1.0.96} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.96.jar) Unloaded->Constructed->Pre-initialized->Initialized
MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar) Unloaded->Constructed->Pre-initialized->Initialized
PneumaticCraft{1.6.6-68} [PneumaticCraft] (PneumaticCraft-1.7.10-1.6.6-68-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
RedstoneArsenal{1.7.10R1.1.0RC7} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0RC7-65.jar) Unloaded->Constructed->Pre-initialized->Initialized
rftools{2.75} [RFTools] (rftools-2.75.jar) Unloaded->Constructed->Pre-initialized->Initialized
runicdungeons{1.1.1} [Runic Dungeons] (runicdungeons-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpacks{1.4.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
SolarExpansion{1.5a} [Solar Expansion] (SolarExpansion-Basic-1.5a.jar) Unloaded->Constructed->Pre-initialized->Initialized
thaumcraftneiplugin{1.7.10-1.7} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
thaumicenergistics{0.8.9.1b-rv2} [Thaumic Energistics] (thaumicenergistics-0.8.9.1b-rv2.jar) Unloaded->Constructed->Pre-initialized->Errored
ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalDynamics{1.7.10R1.0.0RC8} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0RC8-105.jar) Unloaded->Constructed->Pre-initialized->Initialized
TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar) Unloaded->Constructed->Pre-initialized->Initialized
WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.23.2} [Witchery] (witchery-1.7.10-0.23.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
aobd{2.5.0} [Another One Bites The Dust] (AOBD-2.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
denseores{1.0} [Dense Ores] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
AE2 Version: beta rv2-beta-28 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.0RC7-211
ThermalFoundation: -[1.7.10]1.0.0RC7-62
ThermalExpansion: -[1.7.10]4.0.0RC7-141
MineFactoryReloaded: -[1.7.10]2.8.0RC8-86
TConstruct Environment: Environment healthy.
NetherOres: Lacking version information.
RedstoneArsenal: -[1.7.10]1.1.0RC7-65
ThermalDynamics: -[1.7.10]1.0.0RC8-105
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.1.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1210-universal.jar
* BotaniaAPI (37) from Botania r1.6-174.jar
* BuildCraftAPI|blueprints (1.2) from buildcraft-6.4.5.jar
* BuildCraftAPI|boards (1.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.4a.jar
* BuildCraftAPI|events (1.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|facades (1.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|filler (3.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|gates (4.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|items (1.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|power (1.3) from buildcraft-6.4.5.jar
* BuildCraftAPI|recipes (2.1) from buildcraft-6.4.5.jar
* BuildCraftAPI|robots (1.0) from buildcraft-6.4.5.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.5.0.0.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.5.0.0.jar
* BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.5.0.0.jar
* BuildCraftAPI|transport (4.0) from buildcraft-6.4.5.jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.3) from SolarExpansion-Basic-1.5a.jar
* CoFHAPI|block (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHAPI|core (1.7.10R1.0.3) from SolarExpansion-Basic-1.5a.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-6.4.5.jar
* CoFHAPI|fluid (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from SolarExpansion-Basic-1.5a.jar
* CoFHAPI|item (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.5a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.3) from SolarExpansion-Basic-1.5a.jar
* CoFHAPI|tileentity (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|transport (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHAPI|world (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|audio (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|gui|container (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|gui|element (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui|slot (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|inventory (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|render (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|util (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|util|position (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|world (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* CoFHLib|world|feature (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.375.jar
* DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-v1.0.1-RC-4.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|storage (2.3.0) from Railcraft_1.7.10-9.5.0.0.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* gendustryAPI (1.4.9) from gendustry-mc1710-1.4.9.76.jar
* IC2API (1.0) from industrialcraft-2-2.2.713-experimental-api.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-54.jar
* MystcraftAPI (0.1) from mystcraft-1.7.10-0.11.3.00.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.96.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.1a-Yolo.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.6.6-68-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|carts (1.3.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|core (1.2.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|signals (1.1.0) from Railcraft_1.7.10-9.5.0.0.jar
* RailcraftAPI|tracks (1.2.0) from Railcraft_1.7.10-9.5.0.0.jar
* Thaumcraft|API (4.2.2.0) from magicbees-1.7.10-2.1.31.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumUpdate Thaumic Energistics