Here is a fresh error report, and I've already tried disabling Pam's harvestcraft (it didn't work)
---- Minecraft Crash Report ----
WARNING: coremods are present:
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
LoadingPlugin (Quark-r1.4-125.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 6/30/18 10:27 AM
Description: Initializing game
java.lang.NoSuchMethodError: cofh.api.util.ThermalExpansionHelper.addCompactorStorageRecipe(ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$1511/518495709.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_324_ThermalExpansion_regShit_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$1511/518495709.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_324_ThermalExpansion_regShit_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1720156488 bytes (1640 MB) / 4493672448 bytes (4285 MB) up to 5965348864 bytes (5689 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6400m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2725 90 mods loaded, 90 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-125.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
* BotaniaAPI (89) from Botania r1.10-354.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.17.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.0.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.12.297-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.306.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.2-178.jar
* jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.10.0.198.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
* QuarkAPI (2) from Quark-r1.4-125.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
Launched Version: forge-14.23.4.2725
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 6000 GL version 4.4.0 - Build 20.19.15.4835, 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:
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Here is a fresh error report, and I've already tried disabling Pam's harvestcraft (it didn't work)
---- Minecraft Crash Report ----
WARNING: coremods are present:
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
LoadingPlugin (Quark-r1.4-125.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 6/30/18 10:27 AM
Description: Initializing game
java.lang.NoSuchMethodError: cofh.api.util.ThermalExpansionHelper.addCompactorStorageRecipe(ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$1511/518495709.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_324_ThermalExpansion_regShit_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion$$Lambda$1511/518495709.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_324_ThermalExpansion_regShit_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:762)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1720156488 bytes (1640 MB) / 4493672448 bytes (4285 MB) up to 5965348864 bytes (5689 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6400m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2725 90 mods loaded, 90 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:----------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| UCH | minecraft | 1.12.2 | minecraft.jar | None |
| UCH | mcp | 9.42 | minecraft.jar | None |
| UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2725.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | forge | 14.23.4.2725 | forge-1.12.2-14.23.4.2725.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | openmodscore | 0.11.5 | minecraft.jar | None |
| UCH | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
| UCH | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCH | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None |
| UCH | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCH | jei | 4.10.0.198 | jei_1.12.2-4.10.0.198.jar | None |
| UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCH | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| UCH | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCH | botania | r1.10-354 | Botania r1.10-354.jar | None |
| UCH | conarm | 1.0.1.1 | conarm-1.12.2-1.0.1.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCH | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
| UCH | modernmetals | 2.5.0-beta5 | ModernMetals-1.12-2.5.0-beta5.120.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None |
| UCH | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
| UCH | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | draconicevolution | 2.3.12 | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar | None |
| UCH | valkyrielib | 1.12.2-2.0.11a | valkyrielib-1.12.2-2.0.11a.jar | None |
| UCH | environmentaltech | 1.12.2-2.0.11a | environmentaltech-1.12.2-2.0.11a.jar | None |
| UCH | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
| UCH | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.2-178.jar | None |
| UCH | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
| UCH | taiga | 1.3.2 | taiga-1.12.2-1.3.2.jar | None |
| UCH | armoryexpansion | 0.1.4 | armoryexpansion-0.1.4.jar | None |
| UCH | quark | r1.4-125 | Quark-r1.4-125.jar | None |
| UCH | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
| UCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| UCH | chiselsandbits | 14.17 | chiselsandbits-14.17.jar | None |
| UCH | cookingforblockheads | 6.4.40 | CookingForBlockheads_1.12.2-6.4.40.jar | None |
| UCH | forestry | 5.8.0.306 | forestry_1.12.2-5.8.0.306.jar | None |
| UCH | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCH | mcjtylib_ng | 3.0.2 | mcjtylib-1.12-3.0.2.jar | None |
| UCH | deepresonance | 1.7.0 | deepresonance-1.12-1.7.0.jar | None |
| UCH | enderstorage | 2.4.4.132 | EnderStorage-1.12.2-2.4.4.132-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH | shetiphiancore | 3.5.7 | shetiphiancore-1.12.0-3.5.7.jar | None |
| UCH | endertanks | 1.6.6 | endertanks-1.12.0-1.6.6.jar | None |
| UCH | exnihilocreatio | 1.12-0.2.4 | exnihilocreatio-1.12-0.2.4.jar | None |
| UCH | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
| UCH | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| UCH | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
| UCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| UCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| UCH | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| UCH | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2u.jar | None |
| UCH | jehc | 1.12.2 | JEHC-1.12.2-1.5.1.0.jar | None |
| UCH | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCH | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| UCH | kythsopmoss | 0.1 | kythsopmoss-0.2.jar | None |
| UCH | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
| UCH | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH | moreplates | 5.0.0 | moreplates-1.12.2-5.0.0.jar | None |
| UCH | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCH | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCH | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCH | oresalleasy | 0.1.0.22 | OresAllEasy-1.12.2-0.1.0.22.jar | None |
| UCH | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
| UCH | bonecraft | 1.12.2a | Pam's BoneCraft 1.12.2a.jar | None |
| UCH | clayspawn | 1.12a | Pam's ClaySpawn 1.12a.jar | None |
| UCH | desertcraft | 1.12.2a | Pam's DesertCraft 1.12.2a.jar | None |
| UCH | getalltheseeds | 1.12a | Pam's Get all the Seeds! 1.12a.jar | None |
| UCH | pamscookables | 1.1 | pamscookables-1.1.jar | None |
| UCH | rftools | 7.54 | rftools-1.12-7.54.jar | None |
| UCH | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None |
| UCH | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermalsolars | 1.12.2 V1.9 | thermalsolars-1.12.2-1.9.jar | None |
| UCH | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| UCH | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
| UCH | tinkerskyblock | 1.12-0.3.DEV.83d5fa9 | TinkerSkyblock-1.12-0.3.jar | None |
| UCH | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| UCH | ts2k16 | 1.2.8 | TS2K16-1.2.8.jar | None |
| UCH | unifieditems | 1.7.4.212 | UnifiedItems-1.12.2-1.7.4-212.jar | None |
| UCH | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.11a.jar | None |
| UCH | wct | 3.9.67 | WirelessCraftingTerminal-1.12.2-3.9.67.jar | None |
| UCH | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCH | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
| UCH | tinkersurvival | 1.1.0.4 | TinkerSurvival-1.12.2-1.1.0.4.jar | 9cd6bcf5f667bff0b7825080f467db605192243c |
Loaded coremods (and transformers):
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 6000'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
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)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- ExNihiloPlugin (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-125.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
* BotaniaAPI (89) from Botania r1.10-354.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.17.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.0.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.12.297-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.306.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.306.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.2-178.jar
* jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.10.0.198.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
* QuarkAPI (2) from Quark-r1.4-125.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
Launched Version: forge-14.23.4.2725
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 6000 GL version 4.4.0 - Build 20.19.15.4835, 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: