Jump to content

[1.11.2 ModelStateComposition.apply]java.lang.NullPointerException: Initializing game


Arkyo

Recommended Posts

Crashes at the end of stage 7/7

Forge 2588

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  BCModPlugin (backpacks 1.11.2 - 3.4.3.jar)
  AppleCore (AppleCore-mc1.11.2-3.1.0.jar)
  LoadingPlugin (NoNausea-MC1.11-1.0.jar)
  offlineskins (OfflineSkins-1.11.2-v1.jar)
  MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.1.132.jar)
  RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  IC2core (industrialcraft-2-2.7.81-ex111.jar)
  MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
  ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.9.jar)
  ItemPatchingLoader (ItemPhysic Full 1.4.10 mc1.11.2.jar)
  LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar)
  IvToolkit (IvToolkit-1.3.3.jar)
  CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.328-universal.jar)
  CTMCorePlugin (CTM-MC1.11.2-0.2.3.14.jar)
  LibrarianLib Plugin (librarianlib-3.1.5.jar)
  NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  OpenEyePlugin (OpenEye-1.11.2-0.8.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.11.2-0.7.3-Anarchy.jar)
  LoadingPlugin (Quark-r1.2-93b.jar)
  CoreModLoader (applied-llamagistics-1.11.2-rv5-beta-10.jar)
  CreativePatchingLoader (CreativeCore v1.9.16 mc1.11.2.jar)
  llibrary (llibrary-1.7.7-1.11.2.jar)
  TransformerLoader (OpenComputers-MC1.11.2-1.7.1.79.jar)
  NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.227-universal.jar)
  ForgelinPlugin (Forgelin-1.6.0.jar)
  MDECore-Core (mdecore-1.11-1.0.jar)
  CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  Plugin (NotEnoughIDs-1.5.4.1.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 2/3/18 1:39 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraftforge.client.model.ModelStateComposition.apply(ModelStateComposition.java:42)
	at net.minecraftforge.client.model.MultiModelState.apply(MultiModelState.java:66)
	at net.minecraftforge.client.model.MultiModelState.getPartState(MultiModelState.java:50)
	at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:827)
	at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:205)
	at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
	at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:764)
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:373)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
	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)


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraftforge.client.model.ModelStateComposition.apply(ModelStateComposition.java:42)
	at net.minecraftforge.client.model.MultiModelState.apply(MultiModelState.java:66)
	at net.minecraftforge.client.model.MultiModelState.getPartState(MultiModelState.java:50)
	at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:827)
	at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:205)
	at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
	at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:764)
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:373)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
	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)

-- System Details --
Details:
	Minecraft Version: 1.11.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 449212184 bytes (428 MB) / 2908749824 bytes (2774 MB) up to 2908749824 bytes (2774 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.38 Powered by Forge 13.20.1.2588 220 mods loaded, 219 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJA	minecraft{1.11.2} [Minecraft] (minecraft.jar) 
	UCHIJA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2588.jar) 
	UCHIJA	forge{13.20.1.2588} [Minecraft Forge] (forge-1.11.2-13.20.1.2588.jar) 
	UCHIJA	appliedenergistics2-core{rv5-beta-10} [Applied Llamagistics Core] (minecraft.jar) 
	UCHIJA	creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar) 
	UCHIJA	itemphysic{1.4.0} [ItemPhysic] (minecraft.jar) 
	UCHIJA	ivtoolkit{1.3.3} [IvToolkit] (minecraft.jar) 
	UCHIJA	Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
	UCHIJA	opencomputers|core{1.7.1.79} [OpenComputers (Core)] (minecraft.jar) 
	UCHIJA	OpenEye{0.8} [OpenEye] (OpenEye-1.11.2-0.8.jar) 
	UCHIJA	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
	UCHIJA	foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
	UCHIJA	actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar) 
	UCHIJA	akashictome{1.1-7} [Akashic Tome] (AkashicTome-1.1-7.jar) 
	UCHIJA	applecore{3.1.0} [AppleCore] (AppleCore-mc1.11.2-3.1.0.jar) 
	UCHIJA	jei{4.5.0.294} [Just Enough Items] (jei_1.11.2-4.5.0.294.jar) 
	UCHIJA	appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.11-1.0.9.jar) 
	UCHIJA	baubles{1.4.6} [Baubles] (Baubles-1.11-1.4.6.jar) 
	UCHIJA	ic2{2.7.81-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.81-ex111.jar) 
	UCHIJA	cofhcore{4.2.8} [CoFH Core] (CoFHCore-1.11.2-4.2.8.16-universal.jar) 
	UCHIJA	mcmultipart{2.0.2} [MCMultiPart] (MCMultiPart-2.0.2.jar) 
	UCHIJA	mekanism{9.3.5} [Mekanism] (Mekanism-1.11.2-9.3.5.206.jar) 
	UCHIJA	opencomputers{1.7.1.79} [OpenComputers] (OpenComputers-MC1.11.2-1.7.1.79.jar) 
	UCHIJA	codechickenlib{3.0.0.328} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.328-universal.jar) 
	UCHIJA	brandonscore{2.2.5} [Brandon's Core] (BrandonsCore-1.11.2-2.2.5.135-universal.jar) 
	UCHIJA	thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar) 
	UCHIJA	draconicevolution{2.2.5} [Draconic Evolution] (Draconic-Evolution-1.11.2-2.2.5.271-universal.jar) 
	UCHIJA	thermalexpansion{5.2.7} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.7.30-universal.jar) 
	UCHIJA	appliedenergistics2{rv5-beta-10} [Applied Llamagistics] (applied-llamagistics-1.11.2-rv5-beta-10.jar) 
	UCHIJA	aquaculture{1.5.1} [Aquaculture] (Aquaculture-1.11.2-1.5.1.2.jar) 
	UCHIJA	mdecore{1.11-1.0} [MattDahEpic Core] (mdecore-1.11-1.0.jar) 
	UCHIJA	autooredictconv{1.11-1.0.2} [Auto Ore Dictionary Converter] (autooredictconv-1.11-1.0.2.jar) 
	UCHIJA	autopackager{1.7a} [AutoPackager] (autopackager-1.7a.jar) 
	UCHIJA	morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar) 
	UCHIJA	psi{r1.1-47} [Psi] (Psi-r1.1-47.jar) 
	UCHIJA	quark{r1.2-93} [Quark] (Quark-r1.2-93b.jar) 
	UCHIJA	autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar) 
	UCHIJA	backpacks16840{3.4.3} [Backpacks!] (backpacks 1.11.2 - 3.4.3.jar) 
	UCHIJA	base{2.1.0} [B.A.S.E] (base-1.11.2-2.1.0.jar) 
	UCHIJA	betterbedrockgen{6.0.1} [BetterBedrockGen] (BBG-6.0.1.jar) 
	UCHIJA	bdlib{1.13.2.8} [BD Lib] (bdlib-1.13.2.8-mc1.11.2.jar) 
	UCHIJA	bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.11.2-1.1.7.jar) 
	UCHIJA	betterachievements{0.4.3.12} [Better Achievements] (BetterAchievements-1.11.2-0.4.3.12.jar) 
	UCHIJA	bibliocraft{2.3.3} [BiblioCraft] (BiblioCraft[v2.3.3][MC1.11.2].jar) 
	UCHIJA	biomesoplenty{6.2.0.2267} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2267-universal.jar) 
	UCHIJA	bibliowoodsbop{2.0} [BiblioWoodBoP] (BiblioWoods[BiomesOPlenty][v2.0][MC1.11.2].jar) 
	UCHIJA	bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar) 
	UCHIJA	mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar) 
	UCHIJA	natura{1.11.2-4.2.0.33} [Natura] (natura-1.11.2-4.2.0.33.jar) 
	UCHIJA	bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar) 
	UCHIJA	guideapi{1.11.2-2.1.4-56} [Guide-API] (Guide-API-1.11.2-2.1.4-56.jar) 
	UCHIJA	bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar) 
	UCHIJA	botania{r1.9-345} [Botania] (Botania r1.9-345.jar) 
	UCHIJA	buildcraftlib{7.99.8.1} [BuildCraft Lib] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftcore{7.99.8.1} [BuildCraft] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftbuilders{7.99.8.1} [BC Builders] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftenergy{7.99.8.1} [BC Energy] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftfactory{7.99.8.1} [BC Factory] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftrobotics{7.99.8.1} [BC Robotics] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcraftsilicon{7.99.8.1} [BC Silicon] (buildcraft-7.99.8.1.jar) 
	UCHIJA	buildcrafttransport{7.99.8.1} [BC Transport] (buildcraft-7.99.8.1.jar) 
	UCHIJA	chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar) 
	UCHIJA	chancecubes{1.11.2-3.0.1.193} [Chance Cubes] (ChanceCubes-1.11.2-3.0.1.193.jar) 
	UCHIJA	chatflow{ANT:VERSION} [ChatFlow] (ChatFlow-1.3-6.jar) 
	UCHIJA	chickenchunks{2.3.1.68} [ChickenChunks] (ChickenChunks-1.11.2-2.3.1.68-universal.jar) 
	UCHIJA	chickens{5.0.1} [Chickens] (chickens-5.0.1.jar) 
	UCHIJA	ctm{MC1.11.2-0.2.3.14} [CTM] (CTM-MC1.11.2-0.2.3.14.jar) 
	UCHIJA	chisel{MC1.11.2-0.1.1.31} [Chisel] (Chisel-MC1.11.2-0.1.1.31.jar) 
	UCHIJA	chiselsandbits{13.14} [Chisels & Bits] (chiselsandbits-13.14.jar) 
	UCHIJA	clienttweaks{2.1.2} [Client Tweaks] (ClientTweaks_1.11-2.1.2.jar) 
	UCHIJA	clumps{2.0.0} [Clumps] (Clumps-2.0.0.jar) 
	UCHIJA	cm2{2.0.1} [Compact Machines 2] (cm2-1.11.2-2.0.1-b142.jar) 
	UCHIJA	controlling{2.0.5} [Controlling] (Controlling-2.0.5.jar) 
	UCHIJA	cookingforblockheads{5.3.27} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.27.jar) 
	UCHIJA	cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar) 
	UCHIJA	craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar) 
	UCHIJA	crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJA	crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJA	ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJA	creativecore{1.9.9} [CreativeCore] (CreativeCore v1.9.16 mc1.11.2.jar) 
	UCHIJA	cyberware{alpha-0.2.10} [Cyberware] (cyberware-1.11.2-alpha-0.2.10.jar) 
	UCHIJA	cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.11.2-0.10.9.jar) 
	UCHIJA	forestry{5.3.4.225} [Forestry] (forestry_1.11.2-5.3.4.225.jar) 
	UCHIJA	eleccore{1.7.431} [ElecCore] (ElecCore-1.11-1.7.431.jar) 
	UCHIJA	deepresonance{1.4.9} [DeepResonance] (deepresonance-1.1x-1.4.9.jar) 
	UCHIJA	koresample{1.11.2-L1.3} [Kore Sample] (koresample-1.11.2-L1.3.jar) 
	UCHIJA	dendrology{1.11.2-L1.3} [Ancient Trees] (dendrology-1.11.2-L1.3.jar) 
	UCHIJA	storagedrawers{1.11.2-4.2.10} [Storage Drawers] (StorageDrawers-1.11.2-4.2.10.jar) 
	UCHIJA	bitdrawers{0.41} [Drawers & Bits] (DrawersBits-1.11.2-0.41.jar) 
	UCHIJA	eiramoticons{5.2.1} [EiraMoticons] (EiraMoticons_1.11-5.2.1.jar) 
	UCHIJA	embers{0.220} [Embers] (embers-0.220.jar) 
	UCHIJA	enchiridion{3.2.0} [Enchiridion] (Enchiridion-1.11.2-3.2.0.jar) 
	UCHIJA	endercompass{1.2.5.3} [Ender Compass] (EnderCompass-1.11-1.2.5.3.jar) 
	UCHIJA	enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.1.116-universal.jar) 
	UCHIJA	shetiphiancore{3.4.9} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.9.jar) 
	UCHIJA	endertanks{1.5.6} [EnderTanks] (endertanks-1.11.0-1.5.6.jar) 
	UCHIJA	enderutilities{0.7.2} [Ender Utilities] (enderutilities-1.11.2-0.7.2.jar) 
	UCHIJA	enderzoo{1.11.2-1.3.0.47} [Ender Zoo] (EnderZoo-1.11.2-1.3.0.47.jar) 
	UCHIJA	valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar) 
	UCHIJA	environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar) 
	UCHIJA	etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar) 
	UCHIJA	evilcraft{0.10.30} [EvilCraft] (EvilCraft-1.11.2-0.10.30.jar) 
	UCHIJA	evilcraftcompat{1.0.0} [EvilCraft-Compat] (EvilCraft-1.11.2-0.10.30.jar) 
	UCHIJA	tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar) 
	UCHIJA	galacticraftcore{4.0.1.132} [Galacticraft Core] (GalacticraftCore-1.11.2-4.0.1.132.jar) 
	UCHIJA	extrabitmanipulation{1.11.2-3.2.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.11.2-3.2.1.jar) 
	UCHIJA	galacticraftplanets{4.0.1.132} [Galacticraft Planets] (Galacticraft-Planets-1.11.2-4.0.1.132.jar) 
	UCHIJA	mjrlegendslib{1.11.2-1.0.3} [MJRLegendsLib] (MJRLegendsLib-1.11.2-1.0.3.jar) 
	UCHIJA	extraplanets{1.11.2-0.5.9} [Extra Planets] (ExtraPlanets-1.11.2-0.5.9.jar) 
	UCHIJA	zerocore{1.11.2-0.1.1.0} [Zero CORE] (zerocore-1.11.2-0.1.1.0.jar) 
	UCHIJA	bigreactors{1.11.2-0.4.5.46} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.46.jar) 
	UCHIJA	fastleafdecay{v15} [Fast Leaf Decay] (FastLeafDecay-v15.jar) 
	UCHIJA	foamfix{@VERSION@} [FoamFix] (FoamFix-1.11.2-0.7.3-Anarchy.jar) 
	UCHIJA	forgelin{1.6.0} [Shadowfacts' Forgelin] (Forgelin-1.6.0.jar) 
	UCHIJA	nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.3.0.227-universal.jar) 
	UCHIJA	ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
	UCHIJA	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
	UCHIJA	cfm{4.1.3} [MrCrayfish's Furniture Mod] (furniture-4.1.3-1.11.2.jar) 
	UCHIJA	limelib{1.5.4} [LimeLib] (limelib-1.11.2-1.5.4.jar) 
	UCHIJA	furnus{1.94} [Furnus] (furnus-1.11.2-1.94.jar) 
	UCHIJA	gearswap{1.4.1} [Gear Swapper] (gearswap-1.1x-1.4.1.jar) 
	UCHIJA	pressure{1.3.1.8} [Pressure Pipes] (pressure-1.3.1.8-mc1.11.2.jar) 
	UCHIJA	advgenerators{0.9.20.6} [Advanced Generators] (generators-0.9.20.6-mc1.11.2.jar) 
	UCHIJA	hidenames{1.3} [HideNames] (HideNames-1.11.2-1.3.jar) 
	UCHIJA	hardcorequesting{1.11.2-5.1.0alpha3} [Hardcore Questing Mode] (HQM-New Heights-1.11.2-5.1.0alpha3.jar) 
	UCHIJA	tesla{1.3.0.52} [TESLA] (Tesla-1.11-1.3.0.52.jar) 
	UCHIJA	theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar) 
	UCHIJA	immersiveengineering{0.11-63} [Immersive Engineering] (ImmersiveEngineering-0.11-63.jar) 
	UCHIJA	infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar) 
	UCHIJA	intwheel{1.2.6} [Interaction Wheel] (intwheel-1.1x-1.2.6.jar) 
	UCHIJA	inventorypets{1.4.9.9b} [Inventory Pets] (inventorypets-1.11.2-1.4.9.9b.jar) 
	UCHIJA	inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar) 
	UCHIJA	ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar) 
	UCHIJA	itemscroller{0.11.0} [Item Scroller] (itemscroller-1.11.2-0.11.0.jar) 
	UCHIJA	jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.11.2-1.3.1.jar) 
	UCHIJA	jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar) 
	UCHIJA	journeymap{1.11.2-5.5.2} [JourneyMap] (journeymap-1.11.2-5.5.2.jar) 
	UCHIJA	justenoughbuttons{1.11.2-1.4.6} [Just Enough Buttons] (justenoughbuttons-1.11.2-1.4.6.jar) 
	UCHIJA	jeresources{0.6.6.12} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.6.12.jar) 
	UCHIJA	karatgarden{0.1.0} [KaratGarden] (KaratGarden-0.1.0-[1.11.2].jar) 
	UCHIJA	launchgui{@VERSION@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar) 
	UCHIJA	librarianlib{3.1.5} [LibrarianLib] (librarianlib-3.1.5.jar) 
	UCHIJA	libvulpes{0.2.6.} [Vulpes library] (LibVulpes-1.11.2-0.2.6-universal.jar) 
	UCHIJA	llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.11.2.jar) 
	UCHIJA	llor{1.1.3-mc1.11.2} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.3-mc1.11.2.jar) 
	UCHIJA	malisiscore{1.11.2-5.2.5} [MalisisCore] (malisiscore-1.11.2-5.2.5.jar) 
	UCHIJA	malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar) 
	UCHIJA	malisisdoors{1.11.2-6.1.3} [MalisisDoors] (malisisdoors-1.11.2-6.1.3.jar) 
	UCHIJA	mekanismgenerators{9.3.5} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.5.206.jar) 
	UCHIJA	mekanismtools{9.3.5} [MekanismTools] (MekanismTools-1.11.2-9.3.5.206.jar) 
	UCHIJA	minemenu{1.5.0} [MineMenu] (MineMenu-1.11.2-1.5.0-universal.jar) 
	UCHIJA	testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar) 
	UCHIJA	modnametooltip{1.7.1} [Mod Name Tooltip] (modnametooltip_1.11-1.7.1.jar) 
	UCHIJA	moreplanets{2.0.11} [More Planets] (More-Planets-1.11.2-2.0.11-GC122.jar) 
	UCHIJA	morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar) 
	UCHIJA	moreplayermodels{1.11.2} [MorePlayerModels] (MorePlayerModels_1.11.2(16jul17).jar) 
	UCHIJA	morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar) 
	UCHIJA	mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar) 
	UCHIJA	mtlib{@VERSION@} [MTLib] (MTLib-2.0.3.jar) 
	UCHIJA	terraqueous{1.3.18} [Terraqueous] (terraqueous-1.11.0-1.3.18.jar) 
	UCHIJA	multistorage{1.3.10} [Multi-Storage] (multistorage-1.11.0-1.3.10.jar) 
	UCHIJA	neat{1.4-13} [Neat] (Neat 1.4-13.jar) 
	UCHIJA	netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11.2-4.3.4.jar) 
	UCHIJA	recipehandler{0.8} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.8(1.11).jar) 
	UCHIJA	nonausea{1.0} [NoNausea] (NoNausea-MC1.11-1.0.jar) 
	UCHIJA	neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar) 
	UCHIJA	notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
	UCHIJA	offlineskins{1.11.2-v1} [OfflineSkins] (OfflineSkins-1.11.2-v1.jar) 
	UCHIJA	omlib{3.0.0-129} [OMLib] (omlib-1.11.2-3.0.0-129.jar) 
	UCHIJA	ompd{3.0.0-22} [Open Modular Passive Defense] (ompd-1.10.2-3.0.0-22.jar) 
	UCHIJA	openglider{@VERSION@} [Open Glider] (OpenGlider-1.11.2-1.0.0.jar) 
	UCHIJA	openmodularturrets{3.0.0-223} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-223.jar) 
	UCHIJA	oreexcavation{1.3.112} [OreExcavation] (OreExcavation-1.3.112.jar) 
	UCHIJA	oeintegration{2.0} [OreExcavation Integration] (OreExcavationIntegration-1.11.2_2.0.jar) 
	UCHIJA	oretweaker{1.0.2-1.11.2} [Ore Tweaker] (OreTweaker-1.0.2-1.11.2.jar) 
	UCHIJA	projecte{1.11.2-PE1.0.0B} [ProjectE] (ProjectE-1.11.2-PE1.0.0B.jar) 
	UCHIJA	p455w0rdslib{1.0.18} [p455w0rd's Library] (p455w0rdslib-1.11.2-1.0.18.jar) 
	UCHIJA	harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar) 
	UCHIJA	ping{1.3.1} [Ping] (Ping-1.11.2-1.3.1.jar) 
	UCHIJA	platforms{1.3.5b} [Platforms] (platforms-1.11.0-1.3.5b.jar) 
	UCHIJA	reborncore{2.16.1.115} [Reborn Core] (RebornCore-1.11.2-2.16.1.115-universal.jar) 
	UCHIJA	quantumstorage{4.2.3} [QuantumStorage] (QuantumStorage-1.11.2-4.2.3.jar) 
	UCHIJA	randomthings{4.0} [Random Things] (RandomThings-MC1.11.2-4.0.jar) 
	UCHIJA	reborncore-mcmultipart{2.16.1.115} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.1.115-universal.jar) 
	UCHIJA	reccomplex{1.4.5-1.11} [Recurrent Complex] (RecurrentComplex-1.4.5-1.11.jar) 
	UCHIJA	redstonearsenal{2.2.6} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.6.10-universal.jar) 
	UCHIJA	redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar) 
	UCHIJA	refinedrelocation{3.1.15} [Refined Relocation] (RefinedRelocation-mc1.11.2-3.1.15.jar) 
	UCHIJA	refinedstorage{1.4.20} [Refined Storage] (refinedstorage-1.4.20.jar) 
	UCHIJA	xreliquary{1.11.2-1.3.4.678} [Reliquary] (Reliquary-1.11.2-1.3.4.678.jar) 
	UCHIJA	resourceloader{1.5.2} [Resource Loader] (ResourceLoader-MC1.11.2-1.5.2.jar) 
	UCHIJA	rftools{7.16} [RFTools] (rftools-1.1x-7.16.jar) 
	UCHIJA	rftoolscontrol{1.7.0} [RFTools Control] (rftoolsctrl-1.1x-1.7.0.jar) 
	UCHIJA	rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) 
	UCHIJA	roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar) 
	UCHIJA	roots{0.025} [Roots 2] (roots-2-0.025.jar) 
	UCHIJA	ropebridge{2.0.5} [Rope Bridge] (ropebridge-1.11.2-2.0.6.jar) 
	UCHIJA	simpledimensions{1.3} [Simple Dimensions] (SimpleDimensions-MC1.11-1.3.jar) 
	UCHIJA	skyresources{1.6.6} [Sky Resources] (skyresources-1.6.6.jar) 
	UCHIJA	sonarcore{4.0.1} [SonarCore] (sonarcore-1.11.2-4.0.1.jar) 
	UCHIJA	tails{1.11.2-1.9.3} [Tails] (Tails-1.11.2-1.9.3.jar) 
	UCHIJA	thermaldynamics{2.2.7} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.7.16-universal.jar) 
	UCHIJA	tinker_io{release 2.5.2d} [Tinker I/O] (tinker_io-1.11.2-release 2.5.2d.jar) 
	UCHIJA	tinkersaddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.11.2-1.0.6.jar) 
	UCHIJA	tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar) 
	UCHIJA	tp{2.2.3} [Tiny Progressions] (tinyprogressions-1.11.2-2.2.4.jar) 
	UCHIJA	tis3d{1.3.1.55} [TIS-3D] (TIS-3D-MC1.11.2-1.3.1.55.jar) 
	UCHIJA	tombmanygraves{1.11.2-3.0.10} [Tomb Many Graves] (TombManyGraves-1.11.2-3.0.10.jar) 
	UCHIJA	torohealthmod{1.11.2-11} [ToroHealth Damage Indicators] (torohealth-1.11.2-11.jar) 
	UCHIJA	translocator{2.3.0.63} [Translocator] (Translocators-1.11.2-2.3.0.63-universal.jar) 
	UCHIJA	trashslot{7.4.8} [TrashSlot] (TrashSlot_1.11.2-7.4.8.jar) 
	UCHIJA	teleporter{1.6.2} [Vanilla-Inspired Teleporters] (VanillaTeleporter-1.11-1.6.2.jar) 
	UCHIJA	wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar) 
	UCHIJA	woot{1.11.2-1.0.0} [Woot] (woot-1.11.2-1.0.0.jar) 
	UCHIJA	worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar) 
	UCHIJA	xnet{1.5.0} [XNet] (xnet-1.5.0.jar) 
	UCHIJA	librarianliblate{3.1.5} [LibrarianLib Stage 2] (librarianlib-3.1.5.jar) 
	UCHIJA	unidict{1.11.2-1.2} [UniDict] (UniDict-1.11.2-1.2.jar) 
	UD	mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar) 
	Loaded coremods (and transformers): 
BCModPlugin (backpacks 1.11.2 - 3.4.3.jar)
  brad16840.core.ClassTransformer
AppleCore (AppleCore-mc1.11.2-3.1.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (NoNausea-MC1.11-1.0.jar)
  lumien.nonausea.asm.ClassTransformer
offlineskins (OfflineSkins-1.11.2-v1.jar)
  lain.mods.skins.asm.ASMTransformer
MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.1.132.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
IC2core (industrialcraft-2-2.7.81-ex111.jar)
  
MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.9.jar)
  shetiphian.core.asm.ClassTransformer
ItemPatchingLoader (ItemPhysic Full 1.4.10 mc1.11.2.jar)
  com.creativemd.itemphysic.ItemTransformer
LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar)
  lumien.resourceloader.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3.jar)
  
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.328-universal.jar)
  codechicken.lib.asm.ClassHierarchyManager
  codechicken.lib.asm.CCL_ASMTransformer
CTMCorePlugin (CTM-MC1.11.2-0.2.3.14.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LibrarianLib Plugin (librarianlib-3.1.5.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  net.fybertech.nwr.NWRTransformer
LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  lumien.randomthings.asm.ClassTransformer
OpenEyePlugin (OpenEye-1.11.2-0.8.jar)
  openeye.asm.MultiTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.11.2-0.7.3-Anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (Quark-r1.2-93b.jar)
  vazkii.quark.base.asm.ClassTransformer
CoreModLoader (applied-llamagistics-1.11.2-rv5-beta-10.jar)
  appeng.coremod.transformer.ASMIntegration
CreativePatchingLoader (CreativeCore v1.9.16 mc1.11.2.jar)
  com.creativemd.creativecore.core.CreativeCoreTransformer
llibrary (llibrary-1.7.7-1.11.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
TransformerLoader (OpenComputers-MC1.11.2-1.7.1.79.jar)
  li.cil.oc.common.asm.ClassTransformer
NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.227-universal.jar)
  codechicken.nei.asm.NEITransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
  
MDECore-Core (mdecore-1.11-1.0.jar)
  com.mattdahepic.mdecore.asm.TickrateTransformer
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  invtweaks.forge.asm.ContainerTransformer
Plugin (NotEnoughIDs-1.5.4.1.jar)
  ru.fewizz.neid.asm.Transformer
	GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4642' Renderer: 'Intel(R) HD Graphics 5500'
	AE2 Version: beta rv5-beta-10 for Forge 13.20.1.2388
	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)
		- craftingtweaksIntegration (Enabled/Not Forced)

	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- craftingtweaksIntegration (Enabled/Not Forced)
		- theoneprobeIntegration (Enabled/Not Forced)

	codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.: 
	List of loaded APIs: 
		* actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
		* AppleCoreAPI (3.1.0) from AppleCore-mc1.11.2-3.1.0.jar
		* appliedenergistics2|API (rv5) from applied-llamagistics-1.11.2-rv5-beta-10.jar
		* Base|API (1.0.0) from base-1.11.2-2.1.0.jar
		* Baubles|API (1.1.1.0) from inventorypets-1.11.2-1.4.9.9b.jar
		* BetterAchievements|API (0.4.3.12) from BetterAchievements-1.11.2-0.4.3.12.jar
		* BetterWithModsAPI (Beta 0.6) from Quark-r1.2-93b.jar
		* bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.46.jar
		* bloodmagic|API (1.11-2.1.11-80) from BloodMagic-1.11-2.1.11-80.jar
		* BotaniaAPI (79) from AkashicTome-1.1-7.jar
		* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|boards (2.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|core (2.2) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|crops (1.1) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|enums (1.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|events (2.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|facades (1.1) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|filler (5.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|gates (4.1) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|items (1.1) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|library (2.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|lists (1.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|power (1.3) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|statements (1.1) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|tablet (1.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|tools (1.0) from buildcraft-7.99.8.1.jar
		* BuildCraftAPI|transport (5.0) from buildcraft-7.99.8.1.jar
		* Chisel-API (0.0.1) from Chisel-MC1.11.2-0.1.1.31.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.1.1.31.jar
		* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.14.jar
		* CoFHAPI (1.8.9R1.2.0B1) from theoneprobe-1.1x-1.4.19.jar
		* cofhapi (1.5.0) from p455w0rdslib-1.11.2-1.0.18.jar
		* cofhapi|block (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhapi|core (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* CoFHAPI|energy (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.5.206.jar
		* cofhapi|energy (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
		* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.5.1.jar
		* cofhapi|item (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
		* cofhapi|tileentity (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
		* cofhapi|util (1.6.0) from zerocore-1.11.2-0.1.1.0.jar
		* cofhlib (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|audio (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|container (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|element (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|element|listbox (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|slot (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|inventory (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|util (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|util|helpers (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|world (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|world|feature (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
		* CraftingTweaks|API (4.1) from CraftingTweaks_1.11.2-7.1.9.jar
		* ctm-api (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
		* ctm-api-events (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
		* ctm-api-models (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.9.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.11.2-2.2.5.271-universal.jar
		* EiraMoticons|API (1.1) from EiraMoticons_1.11-5.2.1.jar
		* ElecCoreAPI (1.0) from ElecCore-1.11-1.7.431.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.431.jar
		* environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.225.jar
		* ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.225.jar
		* Galacticraft API (1.1) from GalacticraftCore-1.11.2-4.0.1.132.jar
		* Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.4-56.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-63.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-63.jar
		* intwheel_api (1.2.4) from intwheel-1.1x-1.2.6.jar
		* jeresources|API (0.6.6.12) from JustEnoughResources-1.11.2-0.6.6.12.jar
		* journeymap|client-api (1.4) from journeymap-1.11.2-5.5.2.jar
		* journeymap|client-api-display (1.4) from journeymap-1.11.2-5.5.2.jar
		* journeymap|client-api-event (1.4) from journeymap-1.11.2-5.5.2.jar
		* journeymap|client-api-model (1.4) from journeymap-1.11.2-5.5.2.jar
		* journeymap|client-api-util (1.4) from journeymap-1.11.2-5.5.2.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.0.294.jar
		* mcjtylib_ng (2.5.1) from mcjtylib-1.1x-2.5.1.jar
		* MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
		* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.11.2.jar
		* Open Glider|API (0.1) from OpenGlider-1.11.2-1.0.0.jar
		* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.1.79.jar
		* pressureAPI (1.3.1.8) from pressure-1.3.1.8-mc1.11.2.jar
		* projecteapi (1.11.2-1.0.0) from ProjectE-1.11.2-PE1.0.0B.jar
		* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.11.2-1.0.18.jar
		* PsiAPI (4) from Psi-r1.1-47.jar
		* reborncoreAPI (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
		* reborncoreAPI|Fuel (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
		* reborncoreAPI|Power (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
		* reborncoreAPI|Recipe (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
		* reborncoreAPI|Tile (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
		* RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.11.2-3.1.15.jar
		* sonarapi (1.0.1) from sonarcore-1.11.2-4.0.1.jar
		* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
		* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
		* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
		* StorageDrawersAPI|pack (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
		* StorageDrawersAPI|registry (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
		* StorageDrawersAPI|render (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
		* StorageDrawersAPI|storage (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
		* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
		* TerraqueousAPI (1.0) from terraqueous-1.11.0-1.3.18.jar
		* TerraqueousAPI|Cloud (1.0) from terraqueous-1.11.0-1.3.18.jar
		* TerraqueousAPI|Machines (1.0) from terraqueous-1.11.0-1.3.18.jar
		* TerraqueousAPI|Plant (1.0) from terraqueous-1.11.0-1.3.18.jar
		* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.19.jar
		* tis3dAPI (1.3.1.55) from TIS-3D-MC1.11.2-1.3.1.55.jar
		* valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
		* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
		* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
		* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
		* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.1.0.jar
	chickenchunks Invalid Fingerprint Reports: - No invalid fingerprints.: 
	enderstorage Invalid Fingerprint Reports: - No invalid fingerprints.: 
	nei Invalid Fingerprint Reports: - No invalid fingerprints.: 
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 2.16.1.115
		Mixin Status: 1
		Runtime Debofucsation 1
		RenderEngine: 0
	translocator Invalid Fingerprint Reports: - No invalid fingerprints.: 
	AE2 Integration: IC2:ON, BUILDCRAFT:OFF, COFH_HAMMER:ON, RF:ON, RFItem:ON, Waila:OFF, JEI:ON, OpenComputers:ON, THE_ONE_PROBE:ON, MEKANISM:ON, CHISEL:ON
	Launched Version: forge-13.20.1.2588
	LWJGL: 2.9.4
	OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4642, Intel
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: 
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz

 

 

Edited by Arkyo
Link to comment
Share on other sites

This is 1.11, not 1.12.

 

A new build for 1.11 doesn't automatically contain all 1.12 changes, they're seperate branches.

 

Also the issue was fixed by Immersive Engineering - the Forge change was about preventing an unexplained crash.

 

See:

https://github.com/BluSunrize/ImmersiveEngineering/issues/2701

https://github.com/BluSunrize/ImmersiveEngineering/issues/2704

https://github.com/BluSunrize/ImmersiveEngineering/issues/2707

 

All filed using Forge 14.23.1.2582.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Yes... You're right, this mod conflicts with very many other mods causing this error.
    • Hi, the microphone mod is not working on my Mac. It says “launcher does not support MacOS microphone permissions” Thank you in advance for answering.
    • Make sure you have Optifine installed as a mod. Go into Options > Video Settings > Shaders > and then click the shader you want Make sure the shader.zip files are in the shaderpacks folder inside the minecraft folder
    • It sounds like you're probably registering the item in the wrong place, try looking at this tutorial for how to register items:  Forge Modding Tutorial - Minecraft 1.20: Custom Items & Creative Mode Tab | #2 This (free) tutorial series is excellent, by the way, and I'd highly recommend watching through some or all of the videos. There may also be an error in the code I showed above since I was in a hurry, but it should be enough for the general idea. I can't be more specific since I don't know exactly what you plan to do.
    • Realizing I was a victim of a scam was a devastating blow. My initial investment of $89,000, driven by dreams of financial success and the buzz surrounding a new cryptocurrency project, turned into a nightmare. The project promised high returns and rapid gains, attracting many eager investors like myself. However, as time passed and inconsistencies began to surface, it became evident that I had made a grave mistake by not thoroughly vetting the brokerage company handling the investment. Feeling anxious and betrayed, I desperately searched for a way to recover my funds. It was during this frantic search that I stumbled upon the Lee Ultimate Hacker tool through a Facebook post. With little left to lose, I decided to reach out to their team for help. To my relief, they were quick to respond and immediately started recovering my compromised email and regaining access to my cryptocurrency wallets. The team at Lee Ultimate Hacker was incredibly professional and transparent throughout the process. They meticulously traced the digital footprints left by the scammers, employing advanced technological methods to unravel the complex network that had ensnared my funds. Their expertise in cybersecurity and recovery strategies gradually began to turn the tide in my favor. Although the scammers had already siphoned off $30,000 worth of Bitcoin, Lee Ultimate Hacker was relentless in their pursuit. They managed to expose the fraudulent activities of the scam operators, revealing their identities and the mechanisms they used to lure investors. This exposure was crucial not only for my case but also as a warning to the wider community about the perils of unverified investment schemes. As we progressed, it became a race against time to retrieve the remaining $59,000 before the scammers could vanish completely. Each step forward was met with new challenges, as these criminals constantly shifted tactics and moved their digital assets to evade capture. Nonetheless, the determination and skill of the recovery team kept us hopeful. Throughout this ordeal, I learned the hard value of caution and due diligence in investment, especially within the volatile world of cryptocurrency. The experience has been incredibly taxing, both emotionally and financially, but the support and results provided by Lee Ultimate Hacker have been indispensable. The recovery process is ongoing, and while the final outcome remains uncertain, the progress made so far gives me hope. The battle to recover the full amount of my investment continues, and with the expertise of Lee Ultimate Hacker, I remain optimistic about the eventual recovery of my funds. Their commitment to their clients and proficiency in handling such complex cases truly sets them apart in the field of cyber recovery. LEEULTIMATEHACKER@ AOL. COM   Support @ leeultimatehacker . com.  telegram:LEEULTIMATE   wh@tsapp +1  (715) 314  -  9248     
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.