![Tinkers' Steelworks (fork)](https://media.forgecdn.net/avatars/thumbnails/21/776/256/256/635732386455948870.png)
Crash on start up with Thaumcraft
KIdWither opened this issue · 1 comments
Thamcraft version: 4.2.3.5
Tinkers version: 1.8.3b
Mantle version: 0.3.2
TinkersSteelworks version: 1.1.0.6
CookieCore version: 1.3.1-7
Here is the crash log:
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 4/2/15 12:16 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java: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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ExceptionInInitializerError
at toops.tsteelworks.common.plugins.mods.ThaumcraftPlugin.init(ThaumcraftPlugin.java:28)
at toops.tsteelworks.common.plugins.PluginController.init(PluginController.java:19)
at toops.tsteelworks.TSteelworks.init(TSteelworks.java:77)
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:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:497)
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
Caused by: java.lang.RuntimeException: Could not fetch class for interface toops.tsteelworks.api.highoven.IFuelRegistry
at toops.tsteelworks.api.PluginFactory.getInstance(PluginFactory.java:70)
at toops.tsteelworks.api.highoven.IFuelRegistry.(IFuelRegistry.java:8)
... 39 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at toops.tsteelworks.api.PluginFactory.getInstance(PluginFactory.java:65)
... 40 more
Caused by: java.lang.IllegalArgumentException: Trying to create an hash wrapper for an itemstack but given itemstack is null.
at nf.fr.ephys.cookiecore.util.HashedItemStack.(HashedItemStack.java:13)
at toops.tsteelworks.lib.registry.HighOvenFuelRegistry.(HighOvenFuelRegistry.java:10)
... 45 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: Mac OS X (x86_64) version 10.10.2
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 435997912 bytes (415 MB) / 979857408 bytes (934 MB) up to 2083782656 bytes (1987 MB)
JVM Flags: 5 total; -Xmx2000M -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.85.1291 Minecraft Forge 10.13.2.1291 136 mods loaded, 136 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2-core{rv2-beta-21} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized
WitchingGadgetsCore{1.1.3} Witching Gadgets Core Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized
battlegear2{1.0.7.0} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized
doggytalents{v1.9.0f} Doggy Talents Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{6.16} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized
ArmorStatusHUD{1.28} ArmorStatusHUD Unloaded->Constructed->Pre-initialized->Initialized
AgriCraft{1.7.10-1.3.1} AgriCraft Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv2-beta-21} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized->Initialized
Artifacts{1.1.1} Artifacts Unloaded->Constructed->Pre-initialized->Initialized
ATG{0.10.0} Alternate Terrain Generation Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0RC7} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC8} [MineFactory Reloaded](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.2.3.5} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC8} [MFR Compat: Thaumcraft](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized->Initialized
Automagy{0.22.1} Automagy Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.12.0.124} [BetterStorage](BetterStorage-1.7.10-0.12.0.124 6.04.06 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.10.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0RC7} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0RC7} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
BigReactors{0.4.2A2} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.3.1} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized->Initialized
qmunitylib{1.0} QmunityLib Unloaded->Constructed->Pre-initialized->Initialized
bluepower{0.2.918} Blue Power Unloaded->Constructed->Pre-initialized->Initialized
Botania{r1.5-172} [Botania](Botania r1.5-172.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.4.16} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.1.324} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.4} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
chisel{2.3.9.36} Chisel 2 Unloaded->Constructed->Pre-initialized->Initialized
cookiecore{1.3.1} Cookie Core Unloaded->Constructed->Pre-initialized->Initialized
props{1.11} Decocraft Unloaded->Constructed->Pre-initialized->Initialized
DraconicEvolution{1.0.0e} Draconic Evolution Unloaded->Constructed->Pre-initialized->Initialized
Enchiridion{1.1} Enchiridion Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{1.7.10-2.2.8.349} Ender IO Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.5.29} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized
EnderTech{1.7.10-0.3.0.364} EnderTech Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.7.10-1.8.3.build919} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized
Metallurgy{4.0.6} Metallurgy 4 Unloaded->Constructed->Pre-initialized->Initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.2.2} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
FastCraft{1.21} FastCraft Unloaded->Constructed->Pre-initialized->Initialized
flansmod{4.9.0} [Flan's Mod](Flans Mod-1.7.10-4.9.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Steamcraft{0.28.5} Flaxbeard's Steam Power Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized
ForbiddenMagic{1.7.10-0.561} [Forbidden Magic](Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.1.324} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
fossil{1.7.10 Build 7.0.1} Fossils and Archeology Revival Unloaded->Constructed->Pre-initialized->Initialized
foxlib{1.7.10-0.7.0} FoxLib Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized->Initialized
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.2.0b} JABBA Unloaded->Constructed->Pre-initialized->Initialized
lycanitesmobs{1.10.13.0 - MC 1.7.10} [Lycanites Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
arcticmobs{1.10.13.0 - MC 1.7.10} [Lycanites Arctic Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
demonmobs{1.10.13.0 - MC 1.7.10} [Lycanites Demon Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
desertmobs{1.10.13.0 - MC 1.7.10} [Lycanites Desert Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
forestmobs{1.10.13.0 - MC 1.7.10} [Lycanites Forest Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
freshwatermobs{1.10.13.0 - MC 1.7.10} [Lycanites Freshwater Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
infernomobs{1.10.13.0 - MC 1.7.10} [Lycanites Inferno Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
junglemobs{1.10.13.0 - MC 1.7.10} [Lycanites Jungle Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
mountainmobs{1.10.13.0 - MC 1.7.10} [Lycanites Mountain Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
plainsmobs{1.10.13.0 - MC 1.7.10} [Lycanites Plains Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
saltwatermobs{1.10.13.0 - MC 1.7.10} [Lycanites Saltwater Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
shadowmobs{1.10.13.0 - MC 1.7.10} [Lycanites Shadow Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
swampmobs{1.10.13.0 - MC 1.7.10} [Lycanites Swamp Mobs](LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
MapWriter{2.1710.1} MapWriter Unloaded->Constructed->Pre-initialized->Initialized
Mariculture{1.7.10-1.2.4.1} Mariculture Unloaded->Constructed->Pre-initialized->Initialized
MariTech{1.0} Marine Technlogy Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC8} [MFR Compat: Applied Energistics](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC8} [MFR Compat: Atum](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC8} [MFR Compat: BackTools](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC8} [MFR Compat: BuildCraft](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC8} [MFR Compat: Chococraft](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC8} [MFR Compat: ExtraBiomes](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC8} [MFR Compat: Forestry](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC8} [MFR Compat: ForgeMicroblock](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC8} [MFR Compat: IC2](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC8} [MFR Compat: Mystcraft](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC8} [MFR Compat ProjectRed](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC8} [MFR Compat: Railcraft](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC8} [MFR Compat: RP2](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.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 6.07.28 PM.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 6.07.28 PM.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 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC8} [MFR Compat: TwilightForest](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC8} [MFR Compat: Vanilla](MineFactoryReloaded-[1.7.10]2.8.0RC8-86 6.07.28 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{3.4.7} �9MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized
harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized->Initialized
realisticpain{1.5} [Realistic Pain](Realistic Pain-1.5-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
RedstoneArsenal{1.7.10R1.1.0RC7} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized
ttCore{MC1.7.10-0.1.1-73} ttCore Unloaded->Constructed->Pre-initialized->Initialized
RArm{1.7.10-1.1-23} Redstone Armory Unloaded->Constructed->Pre-initialized->Initialized
rftools{2.72} RFTools Unloaded->Constructed->Pre-initialized->Initialized
Roguelike{1.3.6} Roguelike Dungeons Unloaded->Constructed->Pre-initialized->Initialized
runicdungeons{1.1.0} Runic Dungeons Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpacks{1.4.1} [Simply Jetpacks](SimplyJetpacks-MC1.7.10-1.4.1 5.40.38 PM.jar) Unloaded->Constructed->Pre-initialized->Initialized
SolarExpansion{1.5a} Solar Expansion Unloaded->Constructed->Pre-initialized->Initialized
Tails{1.7.10-1.3.1} Tails Unloaded->Constructed->Pre-initialized->Initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized
ThaumicHorizons{1.1.1} Thaumic Horizons Unloaded->Constructed->Pre-initialized->Initialized
ThermalDynamics{1.7.10R1.0.0RC7} Thermal Dynamics Unloaded->Constructed->Pre-initialized->Initialized
TSteelworks{1.7.10-1.1.0} Tinkers' Steelworks Unloaded->Constructed->Pre-initialized->Errored
TiCTooltips{1.2.3} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized
tinkersdefense{1.2} Tinkers' Defense Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{0.2.14.100} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized
TravellersGear{1.15.7} Traveller's Gear Unloaded->Constructed->Pre-initialized->Initialized
WailaHarvestability{1.1.2} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.23.2} Witchery Unloaded->Constructed->Pre-initialized->Initialized
WitchingGadgets{1.1.3} Witching Gadgets Unloaded->Constructed->Pre-initialized->Initialized
libsandstone{1.0.0} libsandstone Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.1.324} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
IguanaTweaksTConstruct{1.7.10-2.1.4.132} Iguana Tinker Tweaks Unloaded->Constructed->Pre-initialized->Initialized
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: beta rv2-beta-21 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.0RC7-211
MineFactoryReloaded: -[1.7.10]2.8.0RC8-86
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.0.0RC7-62
ThermalExpansion: -[1.7.10]4.0.0RC7-151
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0RC7-65
ThermalDynamics: -[1.7.10]1.0.0RC7-98
Stencil buffer state: Function set: ARB, pool: internal, bits: 8
Update TSteelworks http://tehnut.info/jenkins/job/TSteelworks/