View Issue Details

IDProjectCategoryView StatusLast Update
0002302Industrial-Craft²crossmod-compatibility / submodules / APIpublic2018-02-01 19:34
ReporterShattered Assigned ToChocohead  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionsuspended 
Summary0002302: oredictionary incompat with starcraft mc
Descriptionhey, workin on a modpack right now and a friend of mine is buildin a mod, he recently added oredictionary support for his materials (like copper), but now its crashing with ic2. givin you a log for that...
Steps To Reproducewhenever i launch it (version 2-6-252-ex110 which is the latest for 1.10.2 atm), it crashes
Tags1.10.2
Minecraft Version1.10.2

Activities

Shattered

2018-01-18 22:33

reporter  

crash-2018-01-18_23.14.10-client.txt (39,077 bytes)   
---- Minecraft Crash Report ----

WARNING: coremods are present:
  CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  LoadingPlugin (HardcoreDarkness-MC1.10.2-1.9.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  LoadingPlugin (NoNausea-MC1.9.4-1.0.jar)
  literalascension (literalascension-1.10.2-1.0.2.2.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  IC2core (industrialcraft-2-2.6.252-ex110.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta4-anarchy.jar)
  AppleCore (AppleCore-mc1.10.2-3.1.0.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.13.133-universal.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.7.2.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.4-alpha-universal.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  FMLModule ([1.10.2][2.0.0.33] mdxlib.jar)
  llibrary (llibrary-1.7.7-1.10.2.jar)
  MineSoulsControlsCoreMod (minesouls-1.10.2-1.2.1.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  ForgelinPlugin (Forgelin-1.6.0.jar)
  LoadingPlugin (Quark-r1.1-70.jar)
  SHLoadingPlugin (ScalingHealth-1.12-1.2.2-70.jar)
  IvToolkit (IvToolkit-1.3.3-1.10.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 1/18/18 11:14 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (IC2)
Caused by: ic2.core.util.Config$ParseException: generic parse error at line 58 (OreDict:blockCopper = ic2:plate#copper*9 @hardness:2).
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:376)
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:294)
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:81)
	at ic2.core.IC2.init(IC2.java:321)
	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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
	at sun.reflect.GeneratedMethodAccessor2.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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
	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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	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.Exception: Conflicting recipe
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:371)
	... 39 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.10.2
	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: 2493306360 bytes (2377 MB) / 3991404544 bytes (3806 MB) up to 8821145600 bytes (8412 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9464m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.32 Powered by Forge 12.18.3.2488 216 mods loaded, 216 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHI	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHI	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2488.jar) 
	UCHI	Forge{12.18.3.2488} [Minecraft Forge] (forge-1.10.2-12.18.3.2488.jar) 
	UCHI	appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar) 
	UCHI	Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
	UCHI	ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar) 
	UCHI	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
	UCHI	foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
	UCHI	ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
	UCHI	mdxlib{2.0.0.33} [mdxlib] ([1.10.2][2.0.0.33] mdxlib.jar) 
	UCHI	JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
	UCHI	abyssalcraft{1.9.4.3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4.3.jar) 
	UCHI	acintegration{1.6.2} [AbyssalCraft Integration] (AbyssalCraft Integration-1.10.2-1.6.2.jar) 
	UCHI	cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar) 
	UCHI	actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
	UCHE	IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar) 
	UCHE	advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
	UCHI	appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar) 
	UCHI	bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar) 
	UCHI	ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar) 
	UCHI	guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
	UCHI	BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
	UCHI	Animus{1} [Animus] (Animus-2017-04-18.jar) 
	UCHI	AppleCore{3.1.0} [AppleCore] (AppleCore-mc1.10.2-3.1.0.jar) 
	UCHI	appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar) 
	UCHI	Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
	UCHI	Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar) 
	UCHI	AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar) 
	UCHI	AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar) 
	UCHI	atmblacklister{0.5} [ATM Blacklister] (ATMBlacklister-0.5.jar) 
	UCHI	Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar) 
	UCHI	AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
	UCHI	CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
	UCHI	avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar) 
	UCHI	crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
	UCHI	MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
	UCHI	base{1.10.2-1.5.0} [B.A.S.E] (base-1.10.2-1.5.0.jar) 
	UCHI	bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
	UCHI	betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
	UCHI	betterquesting{2.3.234} [Better Questing] (BetterQuesting-2.3.234.jar) 
	UCHI	bloodarsenal{1.10.2-2.1.0-22} [Blood Arsenal] (BloodArsenal-1.10.2-2.1.0-22.jar) 
	UCHI	bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
	UCHI	brandonscore{2.1.13} [Brandon's Core] (BrandonsCore-1.10.2-2.1.13.133-universal.jar) 
	UCHI	Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar) 
	UCHI	sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) 
	UCHI	calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.5.jar) 
	UCHI	calccrt{1.0} [CalcCrT] (CalcCrT-1.10.2_1.0.jar) 
	UCHI	Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
	UCHI	mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar) 
	UCHI	chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar) 
	UCHI	shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
	UCHI	clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
	UCHI	clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) 
	UCHI	CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
	UCHI	cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar) 
	UCHI	extendedrenderer{v1.0} [Extended Renderer] (coroutil-1.10.2-1.1.18.jar) 
	UCHI	coroutil{1.10.2-1.1.18} [CoroUtil Library] (coroutil-1.10.2-1.1.18.jar) 
	UCHI	configmod{v1.0} [Extended Mod Config] (coroutil-1.10.2-1.1.18.jar) 
	UCHI	cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar) 
	UCHI	craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar) 
	UCHI	ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
	UCHI	crossbowmod{1.6} [Crossbow Mod] (crossbowmod-1.6.jar) 
	UCHI	customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(21jul17).jar) 
	UCHI	customstartinggear{1.0.0} [Custom Starting Gear] (CustomStartingGear-1.10.2-1.0.0.7-universal.jar) 
	UCHI	darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
	UCHI	eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar) 
	UCHI	deepresonance{1.4.9} [DeepResonance] (deepresonance-1.1x-1.4.9.jar) 
	UCHI	ding{1.0.1} [Ding] (Ding-1.10.2-1.0.1.jar) 
	UCHI	thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar) 
	UCHI	draconicevolution{2.1.7} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.7.266-universal.jar) 
	UCHI	dragontweaks{1.0.0} [Dragon Tweaks] (DragonTweaks-1.10.2-1.0.0.1-universal.jar) 
	UCHI	drones{0.1.17} [drones] (Drones-0.1.17.jar) 
	UCHI	dsurround{3.4.7.2} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.7.2.jar) 
	UCHI	presets{3.4.7.2} [Presets!] (DynamicSurroundings-1.10.2-3.4.7.2.jar) 
	UCHI	earthworks{1.3.4.1} [Earthworks] (Earthworks-1.10.2-1.3.4.1.jar) 
	UCHI	elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
	UCHI	csb_ench_table{1.1.2} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.10-1.1.2.jar) 
	UCHI	enchiridion{3.2.0} [Enchiridion] (Enchiridion-1.10.2-3.2.0.jar) 
	UCHI	endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
	UCHI	EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
	UCHI	EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
	UCHI	enderutilities{0.7.4} [Ender Utilities] (enderutilities-1.10.2-0.7.4.jar) 
	UCHI	thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar) 
	UCHI	exchangers{1.10.2-1.6.2} [Exchangers] (Exchangers-1.10.2-1.6.2.jar) 
	UCHI	extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.8.jar) 
	UCHI	ezstorage{2.3.2} [EZStorage 2] (ezstorage-2.3.2-[1.10.2].jar) 
	UCHI	fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
	UCHI	FloodLights{1.2.8-151} [Flood Lights] (FloodLights-1.9.4-1.2.8-151.jar) 
	UCHI	foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta4-anarchy.jar) 
	UCHI	forgelin{1.6.0} [Shadowfacts' Forgelin] (Forgelin-1.6.0.jar) 
	UCHI	forgemultipartcbe{2.0.0.38} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
	UCHI	microblockcbe{2.0.0.38} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
	UCHI	minecraftmultipartcbe{2.0.0.38} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
	UCHI	substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar) 
	UCHI	foundry{2.2.3.0} [Foundry] (Foundry-1.10.2-2.2.3.0.jar) 
	UCHI	ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
	UCHI	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
	UCHI	gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) 
	UCHE	gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
	UCHI	grimoireofgaia{1.5.6} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.6.jar) 
	UCHI	hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) 
	UCHI	hardcoredarkness{1.9} [Hardcore Darkness] (HardcoreDarkness-MC1.10.2-1.9.jar) 
	UCHI	hearthstonemod{0.4.3} [Hearthstone Mod] (HearthstoneMod-1.10.2-0.4.3.jar) 
	UCHI	hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar) 
	UCHI	hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar) 
	UCHI	ichunutil{6.5.0} [iChunUtil] (iChunUtil-1.10.2-6.5.0.jar) 
	UCHI	incontrol{3.6.3} [InControl] (incontrol-3.6.3.jar) 
	UCHI	InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar) 
	UCHI	LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
	UCHI	InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
	UCHI	inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
	UCHI	ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
	UCHI	itemscroller{0.11.0} [Item Scroller] (itemscroller-1.10.2-0.11.0.jar) 
	UCHI	joshxmas{1.10.2-1.2.0} [Joshua's Christmas Mod] (joshxmas-1.10.2-1.2.0.jar) 
	UCHI	journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar) 
	UCHI	jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar) 
	UCHI	llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar) 
	UCHI	literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar) 
	UCHI	Lockdown{${mod_version}} [Lockdown] (Lockdown-1.10.2-5.0.0-universal.jar) 
	UCHI	lootbags{2.5.0} [Loot Bags] (LootBags-1.10.2-2.5.0.jar) 
	UCHI	mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
	UCHI	minesouls{1.0} [MineSouls] (minesouls-1.10.2-1.2.1.jar) 
	UCHI	mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar) 
	UCHI	testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar) 
	UCHI	mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar) 
	UCHI	mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar) 
	UCHI	ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar) 
	UCHI	mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
	UCHI	modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
	UCHI	moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar) 
	UCHI	mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar) 
	UCHI	mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
	UCHI	MrTJPCoreMod{2.0.1.20} [MrTJPCore] (MrTJPCore-1.10.2-2.0.1.20-universal.jar) 
	UCHI	mysticalagriculture{1.5.9} [Mystical Agriculture] (mysticalagriculture-1.10.2-1.5.9.jar) 
	UCHI	mysticalagradditions{1.0.4} [Mystical Agradditions] (mysticalagradditions-1.10.2-1.0.4.jar) 
	UCHI	natura{1.10.2-4.1.0.82} [Natura] (natura-1.10.2-4.1.0.82.jar) 
	UCHI	naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.10.2-1.3.1.jar) 
	UCHI	Neat{1.3-12} [Neat] (Neat 1.3-12.jar) 
	UCHI	netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar) 
	UCHI	NoNausea{1.0} [No Nausea] (NoNausea-MC1.9.4-1.0.jar) 
	UCHI	notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
	UCHI	nuclearcraft{2.7a} [NuclearCraft] (NuclearCraft-2.7a--1.10.2.jar) 
	UCHI	nutrition{1.5.0} [Nutrition] (Nutrition-1.10.2-1.5.0.jar) 
	UCHI	omlib{3.0.0-129} [OMLib] (omlib-1.10.2-3.0.0-129.jar) 
	UCHI	ompd{3.0.0-22} [Open Modular Passive Defense] (ompd-1.10.2-3.0.0-22.jar) 
	UCHI	openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-1.0.0.jar) 
	UCHI	openmodularturrets{3.0.0-223} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-223.jar) 
	UCHI	fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar) 
	UCHI	orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar) 
	UCHI	overloaded{0.0.17} [Overloaded] (Overloaded-1.10.2-0.0.17E.jar) 
	UCHI	ProjectE{1.10.2-PE1.3.1} [ProjectE] (ProjectE-1.10.2-PE1.3.1.jar) 
	UCHI	p455w0rdslib{1.0.30} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.30.jar) 
	UCHI	harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) 
	UCHI	pmdumper{1.10.2-1.5.1} [PM Dumper] (pmdumper-1.10-1.5.1.jar) 
	UCHI	PotionIcons{1.10.2} [PotionIcons] (potionicons-1.10.2-2.0.0-release.jar) 
	UCHI	projectred-core{4.8.4.49} [ProjectRed Core] (ProjectRed-1.10.2-4.8.4.49-Base.jar) 
	UCHI	projectred-integration{4.8.4.49} [ProjectRed integration] (ProjectRed-1.10.2-4.8.4.49-integration.jar) 
	UCHI	projectred-transmission{4.8.4.49} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.4.49-integration.jar) 
	UCHI	projectred-illumination{4.8.4.49} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.4.49-lighting.jar) 
	UCHI	quadrum{0.6.0} [Quadrum] (Quadrum-0.7.2-MC1.10.2.jar) 
	UCHI	quantumflux{2.0.11} [QuantumFlux] (quantumflux-1.10.2-2.0.11.jar) 
	UCHI	reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
	UCHI	quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar) 
	UCHI	questbook{2.1.0-1.10} [Better Questing Quest Book] (questbook-2.1.0-1.10.jar) 
	UCHI	randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar) 
	UCHI	reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
	UCHI	redstonearsenal{2.1.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.1.3.8-universal.jar) 
	UCHI	xreliquary{1.10.2-1.3.3.664} [Reliquary] (Reliquary-1.10.2-1.3.3.664.jar) 
	UCHI	ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
	UCHI	rftools{7.16} [RFTools] (rftools-1.1x-7.16.jar) 
	UCHI	rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) 
	UCHI	rockhounding_core{1.10} [Rockhounding Mod: Core] (rockhounding_core-1.10.2-1.10.jar) 
	UCHI	rockhounding_chemistry{1.10.2-1.61} [Rockhounding Mod: Chemistry] (rockhounding_chemistry-1.10.2-1.61.jar) 
	UCHI	rockhounding_rocks{1.10.2-1.11} [Rockhounding: Rocks] (rockhounding_rocks-1.10.2-1.11.jar) 
	UCHI	rockhounding_surface{1.10.2-1.24} [Rockhounding: Surface] (rockhounding_surface-1.10.2-1.24.jar) 
	UCHI	ropebridge{2.0.5} [Rope Bridge] (ropebridge-1.10.2-2.0.5.jar) 
	UCHI	roughMobs{1.0} [Rough Mobs] (roughMobs1.0.11-1.10.2.jar) 
	UCHI	roughtweaks{1.0} [Rough Tweaks] (roughTweaks-0.2.2.jar) 
	UCHI	sanguimancy{1.10.2-2.0.2} [Sanguimancy] (Sanguimancy-1.10.2-2.0.2.jar) 
	UCHI	silentlib{2.2.6} [Silent Lib] (SilentLib-1.10.2-2.2.6-66.jar) 
	UCHI	scalinghealth{1.2.2} [Scaling Health] (ScalingHealth-1.12-1.2.2-70.jar) 
	UCHI	silentgems{2.4.7} [Silent's Gems] (SilentsGems-1.11.2-2.4.7-217.jar) 
	UCHI	SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) 
	UCHI	simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar) 
	UCHI	soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar) 
	UCHI	spartanshields{1.3} [Spartan Shields] (SpartanShields-1.10.2-1.3.jar) 
	UCHI	bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar) 
	UCHI	starcraft{2.0.402} [Starcraft] (Starcraft-1.10.2-2.0.402.jar) 
	UCHI	StevesFactoryManager{1.0.13} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar) 
	UCHI	StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
	UCHI	supermultidrills{1.5.2} [Super Multi-Drills] (SuperMultiDrills-1.11.2-1.5.2-43.jar) 
	UCHI	tammodized{0.9.2} [TamModized] (TamModized-1.10.2-0.9.2.jar) 
	UCHI	techreborn{2.1.18.235} [TechReborn] (TechReborn-1.10.2-2.1.18.235-universal.jar) 
	UCHI	thebetweenlands{2.0.4-alpha} [The Betweenlands] (TheBetweenlands-2.0.4-alpha-universal.jar) 
	UCHI	thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar) 
	UCHI	bq_themed{1.4.0} [ThemedQuestingPack] (ThemedQuestingPack-1.10.2-1.4.0.jar) 
	UCHI	thinkbigcore{1.5.8} [�5�m===�r �e�lThink Big Core �5�m===�r] (Think Big Core V1.5.8 - 1.10.2.jar) 
	UCHI	tp{1.2.5} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.6.jar) 
	UCHI	torchmaster{1.4.1.34} [TorchMaster] (torchmaster_1.10.2-1.4.1.34.jar) 
	UCHI	Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) 
	UCHI	underworld{0.3.12} [Underworld] (underworld-1.10.2-0.3.12.jar) 
	UCHI	usefulnullifiers{1.3.5} [Useful Nullifiers] (usefulnullifiers-1.3.5.jar) 
	UCHI	vc{5.5.1-final} [ViesCraft] (ViesCraft-1.10.X-5.5.1-final.jar) 
	UCHI	voidcraft{0.19.6} [VoidCraft] (VoidCraft-1.10.2-0.19.6.jar) 
	UCHI	voidfog{1.0.2} [Void Fog] (VoidFog-1.0.2.jar) 
	UCHI	WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar) 
	UCHI	wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) 
	UCHI	waterstrainer{1.4.2} [Water Strainer] (WaterStrainer-1.9.4-1.4.2.jar) 
	UCHI	icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar) 
	UCHI	wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar) 
	UCHI	waystones{2.0.13} [Waystones] (Waystones_1.10.2-2.0.13.jar) 
	UCHI	wct{2.1.39} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-2.1.39.jar) 
	UCHI	witherskelefix{1.7.0} [Wither Skeleton Tweaks] (Wither Skeleton Tweaks-1.10.2-1.7.2.jar) 
	UCHI	zombieawareness{1.10.2-1.11.8} [Zombie Awareness] (zombieawareness-1.10.2-1.11.8.jar) 
	UCHI	hungeroverhaul{1.10.2-1.1.0.jenkins118} [Hunger Overhaul] (HungerOverhaul-1.10.2-1.1.0.jenkins118.jar) 
	UCHI	unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar) 
	Loaded coremods (and transformers): 
CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  
LoadingPlugin (HardcoreDarkness-MC1.10.2-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  lumien.randomthings.asm.ClassTransformer
LoadingPlugin (NoNausea-MC1.9.4-1.0.jar)
  lumien.nonausea.asm.ClassTransformer
literalascension (literalascension-1.10.2-1.0.2.2.jar)
  com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  appeng.coremod.transformer.IntegrationTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
  
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta4-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
AppleCore (AppleCore-mc1.10.2-3.1.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
Brandon's Core (BrandonsCore-1.10.2-2.1.13.133-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.7.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  com.pengu.hammercore.asm.HammerCoreTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.4-alpha-universal.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
FMLModule ([1.10.2][2.0.0.33] mdxlib.jar)
  com.arisux.mdx.AccessTransformer
llibrary (llibrary-1.7.7-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MineSoulsControlsCoreMod (minesouls-1.10.2-1.2.1.jar)
  com.rwtema.minesouls.coremod.MineSoulsControlsTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
  
LoadingPlugin (Quark-r1.1-70.jar)
  vazkii.quark.base.asm.ClassTransformer
SHLoadingPlugin (ScalingHealth-1.12-1.2.2-70.jar)
  net.silentchaos512.scalinghealth.asm.SHClassTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)
  
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.33' Renderer: 'GeForce GTX 660/PCIe/SSE2'
	AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)
		- WailaIntegration (Enabled/Not Forced)
		- craftingtweaksIntegration (Enabled/Not Forced)

	List of loaded APIs: 
		* AbyssalCraftAPI (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Biome (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Block (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Condition (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Disruption (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Energy (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Entity (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Event (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Integration (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Internal (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Item (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Necronomicon (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Recipe (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Ritual (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* AbyssalCraftAPI|Spell (1.11.0) from AbyssalCraft-1.10.2-1.9.4.3.jar
		* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
		* AppleCoreAPI (3.1.0) from AppleCore-mc1.10.2-3.1.0.jar
		* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-stable-1.jar
		* AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
		* Base|API (1.0.0) from base-1.10.2-1.5.0.jar
		* Baubles|API (1.3.1.3) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
		* BetterQuesting|API (2.6) from BetterQuesting-2.3.234.jar
		* BetweenlandsAPI (1.3.0) from TheBetweenlands-2.0.4-alpha-universal.jar
		* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
		* calculatorapi (1.9.4 - 1.0) from Calculator-1.10.2-3.2.5.jar
		* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.16.jar
		* CoFHAPI (1.8.9R1.2.0B1) from quantumflux-1.10.2-2.0.11.jar
		* cofhapi (1.5.0) from SimplyJetpacks2-1.10.2-2.1.3.55.jar
		* cofhapi|block (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* CoFHAPI|energy (1.8.9R1.2.0B1) from quantumflux-1.10.2-2.0.11.jar
		* cofhapi|energy (1.5.0) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.5.1.jar
		* cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|audio (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|gui (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|gui|container (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|gui|element (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|gui|element|listbox (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|gui|slot (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|inventory (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|util (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|util|helpers (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|world (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* cofhlib|world|feature (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
		* compatlayer (0.3.0) from compatlayer-1.10-0.3.0.jar
		* Core (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Blocks (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Constants (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Entities (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Entities|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Entities|Data|Role (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Events (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Handlers (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* Core|Handlers|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
		* CoroAI|dynamicdifficulty (1.0) from coroutil-1.10.2-1.1.18.jar
		* CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.9.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.7.266-universal.jar
		* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
		* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
		* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
		* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
		* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
		* foundry.api (2.2.0.0) from Foundry-1.10.2-2.2.3.0.jar
		* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
		* iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.5.0.jar
		* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
		* journeymap|client-api (1.4) from journeymap-1.10.2-5.5.2.jar
		* journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.2.jar
		* journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.2.jar
		* journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.2.jar
		* journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.2.jar
		* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
		* mcjtylib_ng (2.5.1) from mcjtylib-1.1x-2.5.1.jar
		* Open Glider|API (0.1) from OpenGlider-1.10.2-1.0.0.jar
		* ProjectEAPI (1.10.2-1.0.0) from ProjectE-1.10.2-PE1.3.1.jar
		* reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
		* rh_api (1.51) from rockhounding_core-1.10.2-1.10.jar
		* Sanguimancy|API (@VERSION@) from Sanguimancy-1.10.2-2.0.2.jar
		* ScalingHealthAPI (1) from ScalingHealth-1.12-1.2.2-70.jar
		* SilentGemsAPI (3) from SilentsGems-1.11.2-2.4.7-217.jar
		* sonarapi (1.0.1) from SonarCore-1.10.2-3.3.0.jar
		* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
		* techrebornAPI (2.1.18.235) from TechReborn-1.10.2-2.1.18.235-universal.jar
		* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
		* wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
	CodeChickenLib Invalid Fingerprint Reports: 
	CodeChickenCore Invalid Fingerprint Reports: 
	EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from quantumflux-1.10.2-2.0.11.jar).
                    It is a supported version, but that difference may lead to problems.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
	Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/Minecraft/Instances/Dev%20DJ/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/TileEnergyHandler.class
	Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

	EnderStorage Invalid Fingerprint Reports: 
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 2.13.6.142
		Mixin Status: 1
		Runtime Debofucsation 1
		RenderEngine: 0
	Translocator Invalid Fingerprint Reports: 

Chocohead

2018-01-18 23:24

developer   ~0005510

Are they adding in any recipes directly to IC2, or are they just adding their things to the ore dictionary? The crash itself is from a mod trying to add a recipe which IC2 already has, causing a crash due to duplicates not being allowed.

Chocohead

2018-02-01 19:34

developer   ~0005541

Closed unless there is feedback assisting further

Issue History

Date Modified Username Field Change
2018-01-18 22:33 Shattered New Issue
2018-01-18 22:33 Shattered File Added: crash-2018-01-18_23.14.10-client.txt
2018-01-18 22:33 Shattered Tag Attached: 1.10.2
2018-01-18 23:24 Chocohead Assigned To => Chocohead
2018-01-18 23:24 Chocohead Status new => feedback
2018-01-18 23:24 Chocohead Note Added: 0005510
2018-02-01 19:34 Chocohead Status feedback => closed
2018-02-01 19:34 Chocohead Resolution open => suspended
2018-02-01 19:34 Chocohead Note Added: 0005541