Integration Foregoing

Integration Foregoing

32M Downloads

Crash on startup

GuffeTheGreat opened this issue ยท 1 comments

commented

---- Minecraft Crash Report ----

WARNING: coremods are present:
ApotheosisCore (Apotheosis-1.12.2-1.8.6.jar)
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0 (3).jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
CorePlugin (ForgeEndertech-1.12.2-4.4.19.1-build.0353.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.4-core.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0 (2).jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.10.11.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
Wizardry Plugin (wizardry-0.9.9.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
DLFMLCorePlugin (DynamicLights-1.12.2 (3).jar)
Botania Tweaks Core (botaniatweaks-1.8.4.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 5/25/19 1:23 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 Integration Foregoing (integrationforegoing)
Caused by: java.lang.NoSuchMethodError: com.buuz135.industrial.api.recipe.LaserDrillEntry.addOreFile(Lnet/minecraft/util/ResourceLocation;)V
at jackyy.integrationforegoing.util.ModUtils.loadLaserDrillFile(ModUtils.java:96)
at jackyy.integrationforegoing.integration.Integrations.preInit(Integrations.java:28)
at jackyy.integrationforegoing.proxy.CommonProxy.preInit(CommonProxy.java:11)
at jackyy.integrationforegoing.proxy.ClientProxy.preInit(ClientProxy.java:12)
at jackyy.integrationforegoing.IntegrationForegoing.preInit(IntegrationForegoing.java:20)
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:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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:498)
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:

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.15.0-50-generic
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1142672568 bytes (1089 MB) / 2329993216 bytes (2222 MB) up to 6429081600 bytes (6131 MB)
JVM Flags: 5 total; -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2823 Optifine OptiFine_1.12.2_HD_U_E3 244 mods loaded, 244 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                                |
|:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
| LCH   | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
| LCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2823.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                             | 14.23.5.2823             | forge-1.12.2-14.23.5.2823.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | advancedrocketrycore              | 1                        | minecraft.jar                                      | None                                     |
| LCH   | ivtoolkit                         | 1.3.3-1.12               | minecraft.jar                                      | None                                     |
| LCH   | openmodscore                      | 0.12.1                   | minecraft.jar                                      | None                                     |
| LCH   | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
| LCH   | botania_tweaks_core               | -100                     | minecraft.jar                                      | None                                     |
| LCH   | randompatches                     | 1.12.2-1.15.0.2          | randompatches-1.12.2-1.15.0.2.jar                  | None                                     |
| LCH   | crafttweaker                      | 4.1.17                   | CraftTweaker2-1.12-4.1.17.jar                      | None                                     |
| LCH   | endertweaker                      | 1.1.4                    | EnderTweaker-1.12.2-1.1.4.jar                      | None                                     |
| LCH   | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                    | None                                     |
| LCH   | modtweaker                        | 4.0.16                   | modtweaker-4.0.16.jar                              | None                                     |
| LCH   | jei                               | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                          | None                                     |
| LCH   | abyssalcraft                      | 1.9.6                    | AbyssalCraft-1.12.2-1.9.6.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCH   | ctm                               | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                          | None                                     |
| LCH   | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
| LCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
| LCH   | endercore                         | 1.12.2-0.5.45            | EnderCore-1.12.2-0.5.45.jar                        | None                                     |
| LCH   | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LCH   | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | cofhcore                          | 4.6.2                    | CoFHCore-1.12.2-4.6.2.25-universal.jar             | None                                     |
| LCH   | brandonscore                      | 2.4.9                    | BrandonsCore-1.12.2-2.4.9.195-universal.jar        | None                                     |
| LCH   | cofhworld                         | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | thermalfoundation                 | 2.6.2                    | ThermalFoundation-1.12.2-2.6.2.26-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | draconicevolution                 | 2.3.18                   | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar | None                                     |
| LCH   | thermalexpansion                  | 5.5.3                    | ThermalExpansion-1.12.2-5.5.3.41-universal (2).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH   | enderio                           | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderiointegrationtic             | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | mantle                            | 1.12-1.3.3.49            | Mantle-1.12-1.3.3.49.jar                           | None                                     |
| LCH   | twilightforest                    | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal (2).jar    | None                                     |
| LCH   | tconstruct                        | 1.12.2-2.12.0.135        | TConstruct-1.12.2-2.12.0.135.jar                   | None                                     |
| LCH   | acintegration                     | 1.8.1                    | AbyssalCraft+Integration-1.12.2-1.8.1.jar          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCH   | fastbench                         | 1.6.1                    | FastWorkbench-1.12.2-1.6.1 (1).jar                 | None                                     |
| LCH   | actuallyadditions                 | 1.12.2-r147              | ActuallyAdditions-1.12.2-r147.jar                  | None                                     |
| LCH   | forgeendertech                    | 1.12.2-4.4.19.1          | ForgeEndertech-1.12.2-4.4.19.1-build.0353.jar      | None                                     |
| LCH   | adlods                            | 1.12.2-1.0.4.1           | AdLods-1.12.2-1.0.4.1-build.0335.jar               | None                                     |
| LCH   | libvulpes                         | 0.4.0.-53                | LibVulpes-1.12.2-0.4.0-53-universal.jar            | None                                     |
| LCH   | advancedrocketry                  | 1.5.0.-139               | AdvancedRocketry-1.12.2-1.5.0-139-universal.jar    | None                                     |
| LCH   | appliedenergistics2               | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCH   | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
| LCH   | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2 (1).jar                  | None                                     |
| LCH   | p455w0rdslib                      | 2.0.36                   | p455w0rdslib-1.12.2-2.0.36 (1).jar                 | None                                     |
| LCH   | ae2wtlib                          | 1.0.6                    | AE2WTLib-1.12.2-1.0.6.jar                          | None                                     |
| LCH   | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0 (1).jar                         | None                                     |
| LCH   | agricraft                         | 2.12.0-1.12.0-a6         | AgriCraft-2.12.0-1.12.0-a6 (3).jar                 | None                                     |
| LCH   | angermanagement                   | 1.12.2-1.0.2             | angermanagement-1.12.2-1.0.2.jar                   | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCH   | antiqueatlas                      | 4.5.1                    | antiqueatlas-1.12.2-4.5.1.jar                      | e631d7254e451d0360d0148cb21407d5511d45e9 |
| LCH   | antiqueatlasoverlay               | 1.2                      | antiqueatlas-1.12.2-4.5.1.jar                      | e631d7254e451d0360d0148cb21407d5511d45e9 |
| LCH   | aoa3                              | 3.1.1                    | AoA3-3.1.1 (1).jar                                 | None                                     |
| LCH   | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
| LCH   | apotheosis                        | 1.8.6                    | Apotheosis-1.12.2-1.8.6.jar                        | None                                     |
| LCH   | applecore                         | 3.2.0                    | AppleCore-mc1.12.2-3.2.0 (2).jar                   | None                                     |
| LCH   | architecturecraft                 | @VERSION@                | architecturecraft-1.12-3.80.jar                    | None                                     |
| LCH   | armoreablemobs                    | 1.1.2                    | armoreablemobs-1.12.2-1.1.8 (1).jar                | None                                     |
| LCH   | aroma1997core                     | 2.0.0.2.b165             | Aroma1997Core-1.12.2-2.0.0.2.b165.jar              | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCH   | aromabackup                       | 3.0.0.0.b117             | AromaBackup-1.12.2-3.0.0.0.b117.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCH   | aromabackuprecovery               | 3.0.0.0.b117             | AromaBackup-1.12.2-3.0.0.0.b117.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCH   | athenaeum                         | 1.12.2-1.16.0-1-g05e9939 | athenaeum-1.12.2-1.16.0.jar                        | None                                     |
| LCH   | bookshelf                         | 2.3.574                  | Bookshelf-1.12.2-2.3.574.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | gamestages                        | 2.0.114                  | GameStages-1.12.2-2.0.114 (1).jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | artisanworktables                 | 1.12.2-1.21.1            | artisanworktables-1.12.2-1.21.1.jar                | None                                     |
| LCH   | astikorcarts                      | 1.12.2-0.1.2.7           | astikorcarts-1.12.2-0.1.2.7.jar                    | None                                     |
| LCH   | astralsorcery                     | 1.10.11                  | astralsorcery-1.12.2-1.10.11.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCH   | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
| LCH   | botania_tweaks                    | 1.8.4                    | botaniatweaks-1.8.4.jar                            | None                                     |
| LCH   | botania                           | r1.10-359                | Botania+r1.10-359.jar                              | None                                     |
| LCH   | avaritiatweaks                    | 1.12.2-1.1               | AvaritiaTweaks-1.12.2-1.1.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH   | base                              | 3.12.0                   | base-1.12.2-3.12.0.jar                             | None                                     |
| LCH   | bassebombecraft                   | 1.12.2-1.30              | BasseBombeCraft-1.12.2-1.30 (3).jar                | None                                     |
| LCH   | bhc                               | 1.2.1                    | baubley-heart-canisters-1.12.2-1.2.1.jar           | None                                     |
| LCH   | cyclicmagic                       | 1.19.4                   | Cyclic-1.12.2-1.19.4.jar                           | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCH   | mekanism                          | 1.12.2-9.7.4.375         | Mekanism-1.12.2-9.7.4.375.jar                      | None                                     |
| LCH   | betterwithmods                    | 1.12-2.3.20-1027         | BetterWithMods-1.12-2.3.20-1027 (6).jar            | None                                     |
| LCH   | betterwithaddons                  | 0.50-hotfix              | Better+With+Addons-0.50-hotfix.jar                 | None                                     |
| LCH   | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar             | None                                     |
| LCH   | patchouli                         | 1.0-18                   | Patchouli-1.0-18.jar                               | None                                     |
| LCH   | llibrary                          | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH   | bewitchment                       | @VERSION@                | Bewitchment-1.12.2-0.0.19.47-indev.jar             | None                                     |
| LCH   | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
| LCH   | biggerpacketsplz                  | 1.2                      | biggerpacketsplz-since1.8-1.2.jar                  | 266588b191a3e2974a4a577f282858a3bc07da42 |
| LCH   | forestry                          | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
| LCH   | binniecore                        | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | binniedesign                      | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | genetics                          | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | botany                            | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | extrabees                         | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | extratrees                        | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
| LCH   | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
| LCH   | bloodmagic                        | 1.12.2-2.4.0-102         | BloodMagic-1.12.2-2.4.0-102 (1).jar                | None                                     |
| LCH   | caliper                           | 1.1.41                   | Caliper-1.12.2-1.1.41 (2).jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | gregtech                          | 1.8.1.399                | gregtech-1.12.2-1.8.1.399 (2).jar                  | None                                     |
| LCH   | ceu                               | 1.0.3.3                  | CEU-1.12.2-1.0.3.3 (3).jar                         | None                                     |
| LCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCH   | clumps                            | 3.1.2                    | Clumps-3.1.2 (1).jar                               | None                                     |
| LCH   | cyclopscore                       | 1.2.1                    | CyclopsCore-1.12.2-1.2.1.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH   | commoncapabilities                | 2.3.0                    | CommonCapabilities-1.12.2-2.3.0.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH   | compactmachines3                  | 3.0.15                   | compactmachines3-1.12.2-3.0.15-b249.jar            | None                                     |
| LCH   | contenttweaker                    | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1 (1).jar                | None                                     |
| LCH   | controlling                       | 3.0.6                    | Controlling-3.0.6.jar                              | None                                     |
| LCH   | cookingforblockheads              | 6.4.69                   | CookingForBlockheads_1.12.2-6.4.69.jar             | None                                     |
| LCH   | craftstudioapi                    | 1.0.0                    | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
| LCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.17.jar                      | None                                     |
| LCH   | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.17.jar                      | None                                     |
| LCH   | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
| LCH   | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
| LCH   | darkutils                         | 1.8.226                  | DarkUtils-1.12.2-1.8.226.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | dimstages                         | 2.0.23                   | DimensionStages-1.12.2-2.0.23 (4).jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | dldungeonsjbg                     | 1.12.3                   | DoomlikeDungeons-1.12.3-MC1.12.2 (2).jar           | None                                     |
| LCH   | dynamiclights                     | 1.4.9                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_onfire              | 1.0.7                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_creepers            | 1.0.6                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_dropitems           | 1.1.0                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_entityclasses       | 1.0.1                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_mobequipment        | 1.1.0                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_flamearrows         | 1.0.1                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_floodlights         | 1.0.3                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_otherplayers        | 1.0.9                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | dynamiclights_theplayer           | 1.1.3                    | DynamicLights-1.12.2 (3).jar                       | None                                     |
| LCH   | ebwizardry                        | 4.1.4                    | Electroblob's+Wizardry+-+4.1.4+-+MC+1.12.2 (3).jar | None                                     |
| LCH   | mysticalmechanics                 | 0.8-hotfix               | Mystical+Mechanics-0.8-hotfix.jar                  | None                                     |
| LCH   | embers                            | 1.13-hotfix2             | EmbersRekindled-1.13-hotfix2.jar                   | None                                     |
| LCH   | csb_ench_table                    | 1.1.3                    | EnchantingTable-1.12-1.1.3 (1).jar                 | None                                     |
| LCH   | enderiobase                       | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderioconduits                   | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderioconduitsappliedenergistics | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderioconduitsopencomputers      | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderioconduitsrefinedstorage     | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderiointegrationforestry        | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderiointegrationticlate         | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | ftblib                            | 5.4.1.99                 | FTBLib-5.4.1.99.jar                                | None                                     |
| LCH   | enderiomachines                   | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderiopowertools                 | 5.0.40                   | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
| LCH   | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | enderutilities                    | 0.7.12                   | enderutilities-1.12.2-0.7.12.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
| LCH   | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH   | extendedcrafting                  | 1.5.2                    | ExtendedCrafting-1.12.2-1.5.2.jar                  | None                                     |
| LCH   | extraalchemy                      | 0.3.8.6.1-release        | extraalchemy-0.3.8.6.1-release (2).jar             | None                                     |
| LCH   | extra_spells                      | 1.0.7                    | ExtraSpells-1.12.2-1.0.7 (1).jar                   | None                                     |
| LCH   | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.8.jar                         | None                                     |
| LCH   | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                              | None                                     |
| LCH   | foamfix                           | 0.10.3-1.12.2            | foamfix-0.10.3-1.12.2.jar                          | None                                     |
| LCH   | forgelin                          | 1.8.2                    | Forgelin-1.8.2.jar                                 | None                                     |
| LCH   | ftbutilities                      | 5.4.0.90                 | FTBUtilities-5.4.0.90.jar                          | None                                     |
| LCH   | itemfilters                       | 1.0.3.12                 | ItemFilters-1.0.3.12.jar                           | None                                     |
| LCH   | ftbquests                         | 1.5.2.151                | FTBQuests-1.5.2.151.jar                            | None                                     |
| LCH   | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                  | None                                     |
| LCH   | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2 (4).jar                 | None                                     |
| LCH   | hammercore                        | 2.0.4.7                  | HammerCore-1.12.2-2.0.4.7.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCH   | hardcoredarkness                  | 2.0                      | HardcoreDarkness-MC1.12.2-2.0 (3).jar              | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCH   | horsepower                        | 2.6.4                    | HorsePower-1.12.2-2.6.4.74.jar                     | cd7e958342770a8b17c919055da42c24dfefd879 |
| LCH   | iceandfire                        | 1.7.1                    | iceandfire-1.7.1-1.12.2.jar                        | None                                     |
| LCH   | ichunutil                         | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH   | incontrol                         | 3.9.6                    | incontrol-1.12-3.9.6.jar                           | None                                     |
| LCH   | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.9.1-166.jar           | None                                     |
| LCH   | infoaccessories                   | 1.0.11                   | InfoAccessories-1.12.2-1.0.11 (2).jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | inspirations                      | 1.12.2-0.2.4             | Inspirations-1.12.2-0.2.4 (1).jar                  | None                                     |
| LCH   | integrateddynamics                | 1.0.12                   | IntegratedDynamics-1.12.2-1.0.12.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH   | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-1.0.12.jar               | None                                     |
| LCH   | integratedtunnels                 | 1.6.8                    | IntegratedTunnels-1.12.2-1.6.8 (2).jar             | None                                     |
| LCH   | integratedtunnelscompat           | 1.0.0                    | IntegratedTunnels-1.12.2-1.6.8 (2).jar             | None                                     |
| LCH   | mysticalagriculture               | 1.7.1                    | MysticalAgriculture-1.12.2-1.7.1.jar               | None                                     |
| LCH   | mysticalagradditions              | 1.3.1                    | MysticalAgradditions-1.12.2-1.3.1.jar              | None                                     |
| LCH   | nuclearcraft                      | 2.16c                    | NuclearCraft-2.16c-1.12.2.jar                      | None                                     |
| LCH   | harvestcraft                      | 1.12.2zb                 | Pam's+HarvestCraft+1.12.2zb.jar                    | None                                     |
| LCH   | mcjtylib_ng                       | 3.5.1                    | mcjtylib-1.12-3.5.1.jar                            | None                                     |
| LCH   | rftools                           | 7.71                     | rftools-1.12-7.71.jar                              | None                                     |
| LCE   | integrationforegoing              | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC    | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC    | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
| LC    | ironchest                         | 1.12.2-7.0.59.842        | ironchest-1.12.2-7.0.59.842.jar                    | None                                     |
| LC    | jaopca                            | 1.12.2-2.2.8.102         | JAOPCA-1.12.2-2.2.8.102.jar                        | None                                     |
| LC    | oredictinit                       | 1.12.2-2.2.1.71          | JAOPCA-1.12.2-2.2.8.102.jar                        | None                                     |
| LC    | jehc                              | 1.12.2                   | JEHC-1.12.2-1.6.2.0.jar                            | None                                     |
| LC    | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2 (1).jar                   | None                                     |
| LC    | journeymap                        | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                        | None                                     |
| LC    | jmapstages                        | @VERSION@                | JourneyMapStages-1.12.2-2.0.8 (5).jar              | None                                     |
| LC    | jee                               | 1.0.6                    | JustEnoughEnergistics-1.12.2-1.0.6.jar             | None                                     |
| LC    | jeid                              | 1.0.2-26                 | JustEnoughIDs-1.0.2-26.jar                         | None                                     |
| LC    | librarianlib                      | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
| LC    | loottweaker                       | 0.0.9                    | LootTweaker-1.12.2-0.0.9.jar                       | None                                     |
| LC    | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10 (3).jar                    | None                                     |
| LC    | matc                              | 1.0.1-hotfix             | matc-1.0.1-hotfix (1).jar                          | None                                     |
| LC    | mightyenderchicken                | 7.3.0                    | MightyEnderChicken-1.12.2-7.3.0.jar                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC    | mtrm                              | 1.2.2.30                 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar         | None                                     |
| LC    | mobstages                         | 2.0.8                    | MobStages-1.12.2-2.0.8 (5).jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | modularmachinery                  | 1.9.6                    | modularmachinery-1.12.2-1.9.6 (1).jar              | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC    | pneumaticcraft                    | 1.12.2-0.9.4-CUSTOM      | pneumaticcraft-repressurized-1.12.2-0.9.4-1.jar    | None                                     |
| LC    | modulardiversity                  | 1.1                      | Modular+Diversity-1.1 (1).jar                      | None                                     |
| LC    | morecauldrons                     | 1.4.3                    | More-Cauldrons-1.4.3 (1).jar                       | None                                     |
| LC    | mowziesmobs                       | 1.5.3                    | mowziesmobs-1.5.3.jar                              | None                                     |
| LC    | netherendingores                  | 1.12.2-1.3               | Netherending-Ores-1.12.2-1.3 (2).jar               | None                                     |
| LC    | openmods                          | 0.12.1                   | OpenModsLib-1.12.2-0.12.1.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC    | openblocks                        | 1.8                      | OpenBlocks-1.12.2-1.8.jar                          | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC    | oreexcavation                     | 1.4.137                  | OreExcavation-1.4.137.jar                          | None                                     |
| LC    | pickletweaks                      | 2.1.3                    | PickleTweaks-1.12.2-2.1.3 (1).jar                  | None                                     |
| LC    | potioncore                        | 1.6_for_1.12.2           | PotionCore-1.6_for_1.12.2 (2).jar                  | None                                     |
| LC    | poweradapters                     | 1.0.9                    | PowerAdapters-1.12.2-1.0.9 (1).jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | thebetweenlands                   | 3.4.4                    | TheBetweenlands-3.4.4-universal.jar                | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| LC    | primal                            | 0.6.104                  | PrimalCore-1.12.2-0.6.104 (7).jar                  | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| LC    | prospectors                       | 1.0.2                    | prospectors-1.0.2.jar                              | None                                     |
| LC    | reborncore                        | 3.13.3.416               | RebornCore-1.12.2-3.13.3.416-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC    | reccomplex                        | 1.4.8.2                  | RecurrentComplex-1.4.8.2 (1).jar                   | None                                     |
| LC    | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                           | None                                     |
| LC    | rootsclassic                      | 1.12.2-1.1.5             | RootsClassic-1.12.2-1.1.5.jar                      | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LC    | roughtweaks                       | 1.0                      | roughTweaks0.2.4-1.12.2 (2).jar                    | None                                     |
| LC    | runecraft                         | 2.1.1                    | RuneCraft-1.12.2-(v.2.1.1).jar                     | None                                     |
| LC    | scannable                         | 1.6.3.24                 | Scannable-MC1.12.2-1.6.3.24.jar                    | None                                     |
| LC    | gtadditions                       | 1.12.2-2.7.0             | Shadows_of_Greg-1.12.2-2.7.0 (2).jar               | None                                     |
| LC    | lteleporters                      | 1.12.2-3.0.2             | simpleteleporters-1.12.2-3.0.2.jar                 | None                                     |
| LC    | simple_trophies                   | 1.1.0                    | simpletrophies-1.1.0 (1).jar                       | None                                     |
| LC    | thermaldynamics                   | 2.5.4                    | ThermalDynamics-1.12.2-2.5.4.18-universal (1).jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC    | simplyjetpacks                    | 2.2.11.64                | SimplyJetpacks2-1.12.2-2.2.11.64 (1).jar           | None                                     |
| LC    | solcarrot                         | 1.12.2-1.6.3             | solcarrot-1.12.2-1.6.3.jar                         | None                                     |
| LC    | soot                              | 1.5                      | Soot-1.5.jar                                       | None                                     |
| LC    | stevescarts                       | 2.4.30.134               | StevesCarts-1.12.2-2.4.30.134.jar                  | None                                     |
| LC    | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
| LC    | superfactorymanager               | @VERSION@                | SuperFactoryManager-1.12.2-2.0.13.jar              | None                                     |
| LC    | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
| LC    | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.5-23.jar                     | None                                     |
| LC    | tcomplement                       | ${version}               | TinkersComplement-1.12.2-0.3.1.jar                 | None                                     |
| LC    | tipthescales                      | 1.0.3                    | TipTheScales-1.12.2-1.0.3.jar                      | None                                     |
| LC    | togetherforever                   | 1.0.2                    | togetherforever-1.12.2-1.0.11-20 (2).jar           | None                                     |
| LC    | unloader                          | 1.2.0                    | unloader-1.2.0.jar                                 | None                                     |
| LC    | valkyrielib                       | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
| LC    | universalmodifiers                | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
| LC    | watercontrolextreme               | 1.0.0                    | WaterControlExtreme-1.0.2.jar                      | None                                     |
| LC    | wawla                             | 2.5.271                  | Wawla-1.12.2-2.5.271.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | weirdinggadget                    | 1.0                      | weirdinggadget-1.12.2-2.0.13-universal.jar         | None                                     |
| LC    | wct                               | 3.11.88                  | WirelessCraftingTerminal-1.12.2-3.11.88 (2).jar    | None                                     |
| LC    | witherskelefix                    | 2.6.3                    | WitherSkeletonTweaks-1.12.2-2.6.3.jar              | None                                     |
| LC    | wizardry                          | 0.9.9                    | wizardry-0.9.9.jar                                 | None                                     |
| LC    | worleycaves                       | 1.4.0                    | worleycaves-1.4.0.jar                              | None                                     |
| LC    | xtones                            | 1.12-1.0.8-11            | Xtones-1.12-1.0.8-11 (1).jar                       | None                                     |
| LC    | zentriggers                       | 1.0.0                    | Zen+Triggers-1.12-1.0.6.jar                        | None                                     |
| LC    | zenstages                         | 0.4.1-19                 | zenstages-0.4.1-19 (1).jar                         | None                                     |
| LC    | justthetips                       | 1.12-1.0.1.1             | justthetips-1.12-1.0.1.1.jar                       | None                                     |
| LC    | librarianliblate                  | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
| LC    | primal_tech                       | 0.3.4                    | PrimalTech-0.3.4 (2).jar                           | None                                     |
| LC    | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
| LC    | wrapup                            | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                              | None                                     |

Loaded coremods (and transformers): 

ApotheosisCore (Apotheosis-1.12.2-1.8.6.jar)
shadows.ApotheosisTransformer
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0 (3).jar)
lumien.hardcoredarkness.asm.ClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
com.therandomlabs.randompatches.core.RPTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
org.dimdev.jeid.JEIDTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CorePlugin (ForgeEndertech-1.12.2-4.4.19.1-build.0353.jar)

TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.4-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0 (2).jar)
squeek.applecore.asm.TransformerModuleHandler
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

AstralCore (astralsorcery-1.12.2-1.10.11.jar)

EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer
Wizardry Plugin (wizardry-0.9.9.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
DLFMLCorePlugin (DynamicLights-1.12.2 (3).jar)
atomicstryker.dynamiclights.common.DLTransformer
Botania Tweaks Core (botaniatweaks-1.8.4.jar)
quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 18.0.5' Renderer: 'Mesa DRI Intel(R) Haswell Desktop '
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]
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)
- wailaIntegration (Enabled/Not Forced)

AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 948 names; 1620 stacks.
Pastebin Connection: Okay.
Dependent Mods: None.

Pulsar/inspirations loaded Pulses: 
	- InspirationsShared (Enabled/Forced)
	- InspirationsBuilding (Enabled/Not Forced)
	- InspirationsUtility (Enabled/Not Forced)
	- InspirationsTools (Enabled/Not Forced)
	- InspirationsRecipes (Enabled/Not Forced)
	- InspirationsTweaks (Enabled/Not Forced)
	- InspirationsShared (Enabled/Forced)
	- WailaPlugin (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleMelter (Enabled/Not Forced)
	- ModuleArmor (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)

List of loaded APIs: 
	* AbyssalCraftAPI (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Biome (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Block (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Caps (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Condition (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Disruption (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Energy (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Entity (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Event (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Integration (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Internal (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Item (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Necronomicon (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Recipe (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Ritual (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Spell (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* AbyssalCraftAPI|Structure (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
	* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r147.jar
	* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
	* AgriCraftAPI (1.0) from AgriCraft-2.12.0-1.12.0-a6 (3).jar
	* antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar
	* AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0 (2).jar
	* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
	* ArtisanWorktablesAPI (7) from artisanworktables-1.12.2-1.21.1.jar
	* Base|API (1.0.0) from base-1.12.2-3.12.0.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
	* BetterWithModsAPI (Beta 0.6) from BetterWithMods-1.12-2.3.20-1027 (6).jar
	* betterwithmodsAPI (1.12-2.3.20-1027) from BetterWithMods-1.12-2.3.20-1027 (6).jar
	* BetweenlandsAPI (1.12.1) from TheBetweenlands-3.4.4-universal.jar
	* BewitchmentAPI (0.0.19.5) from Bewitchment-1.12.2-0.0.19.47-indev.jar
	* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.0-102 (1).jar
	* BotaniaAPI (92) from Botania+r1.10-359.jar
	* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
	* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.3.0.jar
	* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
	* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
	* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
	* DLDungeonsAPI (1.1) from DoomlikeDungeons-1.12.3-MC1.12.2 (2).jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.18.329-universal.jar
	* EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
	* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.40.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
	* ForgeEndertechAPI (1.0) from ForgeEndertech-1.12.2-4.4.19.1-build.0353.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2 (4).jar
	* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
	* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.1-166.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.12.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
	* MekanismAPI|core (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|energy (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|gas (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|infuse (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|laser (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|transmitter (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.4.375.jar
	* MouseTweaks|API (1.0) from artisanworktables-1.12.2-1.21.1.jar
	* MysticalMechanicsAPI (0.1) from Mystical+Mechanics-0.8-hotfix.jar
	* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
	* PatchouliAPI (6) from Patchouli-1.0-18.jar
	* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.9.4-1.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36 (1).jar
	* reborncoreAPI (3.13.3.416) from RebornCore-1.12.2-3.13.3.416-universal.jar
	* reborncoreAPI|Power (3.13.3.416) from RebornCore-1.12.2-3.13.3.416-universal.jar
	* reborncoreAPI|Recipe (3.13.3.416) from RebornCore-1.12.2-3.13.3.416-universal.jar
	* reborncoreAPI|Tile (3.13.3.416) from RebornCore-1.12.2-3.13.3.416-universal.jar
	* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
	* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
	* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
	* togetherforeverapi (1) from togetherforever-1.12.2-1.0.11-20 (2).jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
	* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
	* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88 (2).jar
OptiFine Version: OptiFine_1.12.2_HD_U_E3
OptiFine Build: 20181210-121000
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 3.0 Mesa 18.0.5
OpenGlRenderer: Mesa DRI Intel(R) Haswell Desktop 
OpenGlVendor: Intel Open Source Technology Center
CpuCount: 4
commented

Your version of Industrial Foregoing was outdated, update the mod should have fixed it (at least 1.12.0 or above).