Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gendustry crash while loading mod for Modern Skyblock 3 #284

Open
ExampleGaming702 opened this issue Aug 16, 2018 · 0 comments
Open

Gendustry crash while loading mod for Modern Skyblock 3 #284

ExampleGaming702 opened this issue Aug 16, 2018 · 0 comments

Comments

@ExampleGaming702
Copy link

I have a problem with the Modern Skyblock 3 modpack. It is crashing while loading the gendustry Mod.

Here is the crach report:
---- Minecraft Crash Report ----

WARNING: coremods are present:
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
RandomPatches (randompatches-1.12.2-1.2.0.0.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
FMLPlugin (elulib-0.1.12.jar)
LoadingPlugin (Quark-r1.4-125.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.8.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 8/16/18 8:44 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 GenDustry (gendustry)
Caused by: java.lang.NullPointerException
at net.bdew.gendustry.misc.ResourceListener$.func_110549_a(ResourceListener.scala:35)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.bdew.gendustry.misc.ResourceListener$.init(ResourceListener.scala:21)
at net.bdew.gendustry.GendustryClient$.preInit(GendustryClient.scala:20)
at net.bdew.gendustry.Gendustry$.preInit(Gendustry.scala:78)
at net.bdew.gendustry.Gendustry.preInit(Gendustry.scala)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:626)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.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:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
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:

-- 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: 1168563232 bytes (1114 MB) / 3204448256 bytes (3056 MB) up to 6681526272 bytes (6372 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7168m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2712 278 mods loaded, 278 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.2712.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                             | 14.23.4.2712                 | forge-1.12.2-14.23.4.2712.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | micdoodlecore                     |                              | minecraft.jar                                      | None                                     |
| UCH   | randompatches                     | 1.12.2-1.2.0.0               | minecraft.jar                                      | None                                     |
| UCH   | openmodscore                      | 0.11.5                       | minecraft.jar                                      | None                                     |
| UCH   | foamfixcore                       | 7.7.4                        | minecraft.jar                                      | None                                     |
| UCH   | opencomputers|core                | 1.7.2.67                     | minecraft.jar                                      | None                                     |
| UCH   | elucore                           | 1.0                          | minecraft.jar                                      | None                                     |
| UCH   | fastbench                         | 1.5.0                        | FastWorkbench-1.12.2-1.5.0.jar                     | None                                     |
| UCH   | actuallyadditions                 | 1.12.2-r135                  | ActuallyAdditions-1.12.2-r135.jar                  | None                                     |
| UCH   | baubles                           | 1.5.2                        | Baubles-1.12-1.5.2.jar                             | None                                     |
| UCH   | actuallybaubles                   | 1.1                          | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
| UCH   | opencomputers                     | 1.7.2.67                     | OpenComputers-MC1.12.2-1.7.2.67.jar                | None                                     |
| UCH   | actuallycomputers                 | 2.1.0                        | actuallycomputers-2.1.0.jar                        | None                                     |
| UCH   | additionalbanners                 | 1.1.42                       | AdditionalBanners-1.12.2-1.1.42.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | appliedenergistics2               | rv5-stable-11                | appliedenergistics2-rv5-stable-11.jar              | None                                     |
| UCH   | bdlib                             | 1.14.3.12                    | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
| UCH   | ae2stuff                          | 0.7.0.4                      | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
| UCH   | aether_legacy                     | 1.12.2-v3.0                  | aether_legacy-1.12.2-v3.0.jar                      | None                                     |
| UCH   | aether_legacy_addon               | 1.12.2-v1.0                  | aether_legacy_addon_1.12.2-v1.0.jar                | None                                     |
| UCH   | infinitylib                       | 1.12.2-1.12.0                | infinitylib-1.12.0.jar                             | None                                     |
| UCH   | agricraft                         | 2.12.0-1.12.0-a4             | agricraft-2.12.0-1.12.0-a4.jar                     | None                                     |
| UCH   | akashictome                       | 1.2-10                       | AkashicTome-1.2-10.jar                             | None                                     |
| UCH   | crafttweaker                      | 4.1.8                        | CraftTweaker2-1.12-4.1.8.jar                       | None                                     |
| UCH   | mtlib                             | 3.0.5                        | MTLib-3.0.5.jar                                    | None                                     |
| UCH   | modtweaker                        | 4.0.12                       | modtweaker-4.0.12.jar                              | None                                     |
| UCH   | jei                               | 4.10.0.198                   | jei_1.12.2-4.10.0.198.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   | endercore                         | 1.12.2-0.5.31                | EnderCore-1.12.2-0.5.31.jar                        | None                                     |
| UCH   | thaumcraft                        | 6.1.BETA16                   | Thaumcraft-1.12.2-6.1.BETA16.jar                   | None                                     |
| 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   | cofhcore                          | 4.5.2                        | CoFHCore-1.12.2-4.5.2.19-universal.jar             | None                                     |
| UCH   | brandonscore                      | 2.4.3                        | BrandonsCore-1.12.2-2.4.3.168-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   | thermalexpansion                  | 5.5.0                        | ThermalExpansion-1.12.2-5.5.0.29-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | enderio                           | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderiointegrationtic             | 5.0.26                       | EnderIO-1.12.2-5.0.26.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   | theoneprobe                       | 1.4.23                       | theoneprobe-1.12-1.4.23.jar                        | None                                     |
| UCH   | immersiveengineering              | 0.12-82                      | ImmersiveEngineering-0.12-82.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | alternatingflux                   | 0.12-4                       | alternatingflux-0.12-4.jar                         | None                                     |
| UCH   | extrautils2                       | 1.0                          | extrautils2-1.12-1.7.6.jar                         | None                                     |
| UCH   | flyringbaublemod                  | 0.3.1_1.12-d4e654e           | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar        | None                                     |
| UCH   | applecore                         | 3.1.3                        | AppleCore-mc1.12.2-3.1.3.jar                       | None                                     |
| UCH   | appleskin                         | 1.0.9                        | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
| UCH   | astralsorcery                     | 1.9.1                        | astralsorcery-1.12.2-1.9.1.jar                     | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | morphtool                         | 1.2-16                       | Morph-o-Tool-1.2-16.jar                            | None                                     |
| UCH   | psi                               | r1.1-59                      | Psi-r1.1-59.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   | avaritia                          | 3.2.0                        | Avaritia-1.12-3.2.0.13-universal.jar               | None                                     |
| UCH   | botania                           | r1.10-354                    | Botania r1.10-354.jar                              | None                                     |
| UCH   | avaritiatweaks                    | 1.12.2-1.1                   | AvaritiaTweaks-1.12.2-1.1.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | badwithernocookiereloaded         | 1.12.2-3.1.14                | badwithernocookiereloaded-1.12.2-3.1.14.jar        | None                                     |
| UCH   | base                              | 3.9.0                        | base-1.12.2-3.9.0.jar                              | None                                     |
| UCH   | betteradvancements                | 0.0.5.17                     | BetterAdvancements-1.12.2-0.0.5.17.jar             | None                                     |
| UCH   | betterbuilderswands               | 0.11.1                       | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
| UCH   | betterquesting                    | 3.5.253                      | BetterQuesting-3.5.253.jar                         | None                                     |
| UCH   | bibliocraft                       | 2.4.5                        | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
| UCH   | biometweaker                      | 3.2.354                      | BiomeTweaker-1.12.2-3.2.354.jar                    | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
| UCH   | blockcraftery                     | 0.1.3                        | blockcraftery-0.1.3.jar                            | None                                     |
| UCH   | guideapi                          | 1.12-2.1.5-60                | Guide-API-1.12-2.1.5-60.jar                        | None                                     |
| UCH   | bloodmagic                        | 1.12.2-2.2.12-97             | BloodMagic-1.12.2-2.2.12-97.jar                    | None                                     |
| UCH   | bonsaitrees                       | 1.0.5                        | bonsaitrees-1.0.5-b77.jar                          | None                                     |
| UCH   | bookshelf                         | 2.3.552                      | Bookshelf-1.12.2-2.3.552.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | buildcraftlib                     | 7.99.17                      | buildcraft-core-7.99.17.jar                        | None                                     |
| UCH   | buildcraftcore                    | 7.99.17                      | buildcraft-core-7.99.17.jar                        | None                                     |
| UCH   | buildcrafttransport               | 7.99.17                      | buildcraft-transport-7.99.17.jar                   | None                                     |
| UCH   | buildcraftsilicon                 | 7.99.17                      | buildcraft-silicon-7.99.17.jar                     | None                                     |
| UCH   | mekanism                          | 1.12.2-9.4.13.349            | Mekanism-1.12.2-9.4.13.349.jar                     | None                                     |
| UCH   | sonarcore                         | 5.0.13                       | sonarcore-1.12.2-5.0.13-11.jar                     | None                                     |
| UCH   | calculator                        | 5.0.8                        | calculator-1.12.2-5.0.8-4.jar                      | None                                     |
| UCH   | rf-capability-adapter             | 1.0                          | capabilityadapter-1.0.1.jar                        | None                                     |
| UCH   | cyclopscore                       | 0.11.6                       | CyclopsCore-1.12.2-0.11.6.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | capabilityproxy                   | 2.1.1                        | CapabilityProxy-1.12.2-2.1.1.jar                   | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | gamestages                        | 1.0.86                       | GameStages-1.12.2-1.0.86.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | carryon                           | 1.9                          | CarryOn MC1.12.2 v1.9.jar                          | None                                     |
| UCH   | ceramics                          | 1.12-1.3.4                   | Ceramics-1.12-1.3.4.jar                            | None                                     |
| UCH   | cfb                               | 1.0                          | cfb-1.0.jar                                        | None                                     |
| UCH   | chameleon                         | 1.12-4.1.3                   | Chameleon-1.12-4.1.3.jar                           | None                                     |
| UCH   | chancecubes                       | 1.12.2-3.2.1.224             | ChanceCubes-1.12.2-3.2.1.224.jar                   | None                                     |
| UCH   | chickens                          | 6.1.0                        | chickens-6.1.0.jar                                 | None                                     |
| UCH   | chiselsandbits                    | 14.17                        | chiselsandbits-14.17.jar                           | None                                     |
| UCH   | clumps                            | 3.1.0                        | Clumps-3.1.0.jar                                   | None                                     |
| UCH   | colossalchests                    | 1.6.11                       | ColossalChests-1.12.2-1.6.11.jar                   | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | commoncapabilities                | 1.4.0                        | CommonCapabilities-1.12-1.4.0.jar                  | None                                     |
| UCH   | compactmachines3                  | 3.0.12                       | compactmachines3-1.12.2-3.0.12-b215.jar            | None                                     |
| UCH   | containerfix                      | 1.0                          | ContainerFix MC1.12.2 v1.0.jar                     | None                                     |
| UCH   | controlling                       | 3.0.6                        | Controlling-3.0.6.jar                              | None                                     |
| UCH   | cookingforblockheads              | 6.4.40                       | CookingForBlockheads_1.12.2-6.4.40.jar             | None                                     |
| UCH   | craftingtweaks                    | 8.1.9                        | CraftingTweaks_1.12.2-8.1.9.jar                    | None                                     |
| UCH   | ctgui                             | 1.0.0                        | CraftTweaker2-1.12-4.1.8.jar                       | None                                     |
| UCH   | crafttweakerjei                   | 2.0.2                        | CraftTweaker2-1.12-4.1.8.jar                       | None                                     |
| UCH   | creeperconfetti                   | 1.4.2                        | creeperconfetti-1.4.2.jar                          | None                                     |
| UCH   | cucumber                          | 1.1.0                        | cucumber-1.12-1.1.0.jar                            | None                                     |
| UCH   | custombackgrounds                 | 1.0                          | CustomBackgrounds-MC1.12-1.1.1.jar                 | None                                     |
| UCH   | custommainmenu                    | 2.0.8                        | CustomMainMenu-MC1.12.2-2.0.8.jar                  | None                                     |
| UCH   | darkutils                         | 1.8.211                      | DarkUtils-1.12.2-1.8.211.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | journeymap                        | 1.12.2-5.5.2                 | journeymap-1.12.2-5.5.2.jar                        | None                                     |
| UCH   | defaultoptions                    | 9.2.7                        | DefaultOptions_1.12.2-9.2.7.jar                    | None                                     |
| UCH   | diethopper                        | 1.1                          | diethopper-1.1.jar                                 | None                                     |
| UCH   | dimstages                         | 1.0.18                       | DimensionStages-1.12.2-1.0.18.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | dirt2path                         | 1.7.1                        | dirt2path-1.7.1.jar                                | None                                     |
| UCH   | embers                            | 0.230                        | embers-0.230.jar                                   | None                                     |
| UCH   | csb_ench_table                    | 1.1.3                        | EnchantingTable-1.12-1.1.3.jar                     | None                                     |
| UCH   | enderiobase                       | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderioconduits                   | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderioconduitsappliedenergistics | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderioconduitsopencomputers      | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderioconduitsrefinedstorage     | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | reborncore                        | 3.8.9.300                    | RebornCore-1.12.2-3.8.9.300-universal.jar          | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | techreborn                        | 2.15.15.712                  | TechReborn-1.12.2-2.15.15.712-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | forestry                          | 5.8.0.306                    | forestry_1.12.2-5.8.0.306.jar                      | None                                     |
| UCH   | enderiointegrationforestry        | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderiointegrationticlate         | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | ichunutil                         | 7.1.4                        | iChunUtil-1.12.2-7.1.4.jar                         | None                                     |
| UCH   | ftblib                            | 5.2.0.23                     | FTBLib-5.2.0.23.jar                                | None                                     |
| UCH   | enderiomachines                   | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| UCH   | enderiopowertools                 | 5.0.26                       | EnderIO-1.12.2-5.0.26.jar                          | None                                     |
| 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   | enderzoo                          | 1.12.1-1.4.0.49              | EnderZoo-1.12.1-1.4.0.49.jar                       | None                                     |
| UCH   | valkyrielib                       | 1.12.2-2.0.11a               | valkyrielib-1.12.2-2.0.11a.jar                     | None                                     |
| UCH   | environmentalmaterials            | @EM_VERSION@                 | environmentalmaterials-1.12.2-1.0.11a.jar          | None                                     |
| UCH   | environmentaltech                 | 1.12.2-2.0.11a               | environmentaltech-1.12.2-2.0.11a.jar               | None                                     |
| UCH   | equipmenttooltips                 | 1.0.3                        | EquipmentTooltips-1.12.2-1.0.3-4.jar               | None                                     |
| UCH   | projecte                          | 1.12-PE1.3.0                 | ProjectE-1.12-PE1.3.0.jar                          | None                                     |
| UCH   | equivalentenergistics             | 0.8.1                        | EquivalentEnergistics-1.12.2-0.8.1.jar             | None                                     |
| UCH   | etlunar                           | 1.12.2-2.0.11a               | etlunar-1.12.2-2.0.11a.jar                         | None                                     |
| UCH   | evilcraft                         | 0.10.59                      | EvilCraft-1.12.2-0.10.59.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | evilcraftcompat                   | 1.0.0                        | EvilCraft-1.12.2-0.10.59.jar                       | None                                     |
| UCH   | galacticraftcore                  | 4.0.1.177                    | GalacticraftCore-1.12.2-4.0.1.177.jar              | None                                     |
| UCH   | extrabitmanipulation              | 1.12-3.2.1                   | ExtraBitManipulation-1.12-3.2.1.jar                | None                                     |
| UCH   | extracells                        | 2.5.13                       | ExtraCells-1.12.2-2.5.13a60.jar                    | None                                     |
| UCH   | galacticraftplanets               | 4.0.1.177                    | Galacticraft-Planets-1.12.2-4.0.1.177.jar          | None                                     |
| UCH   | mjrlegendslib                     | 1.12.2-1.1.4                 | MJRLegendsLib-1.12.2-1.1.4.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCH   | extraplanets                      | 1.12.2-0.3.9                 | ExtraPlanets-1.12.2-0.3.9.jar                      | b02331787272ec3515ebe63ecdeea0d746653468 |
| 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   | exu2cer                           | 1.0                          | exu2cer-1.12-1.0.jar                               | None                                     |
| UCH   | factorytech                       | 1.5                          | FactoryTech-1.12.2-1.5c.jar                        | None                                     |
| UCH   | fastleafdecay                     | v14                          | FastLeafDecay-v14.jar                              | None                                     |
| UCH   | fluxnetworks                      | 3.0.14                       | fluxnetworks-1.12.2-3.0.14-8.jar                   | None                                     |
| UCH   | foamfix                           | 0.9.9.1-1.12.2               | foamfix-0.9.9.1-1.12.2-anarchy.jar                 | None                                     |
| UCH   | forgelin                          | 1.7.4                        | Forgelin-1.7.4.jar                                 | None                                     |
| UCH   | forgivingvoid                     | 1.0.17                       | ForgivingVoid_1.12.2-1.0.17.jar                    | None                                     |
| UCH   | ftbutilities                      | 5.2.0.28                     | FTBUtilities-5.2.0.28.jar                          | None                                     |
| UCH   | gardenofglass                     | sqrt(-1)                     | GardenOfGlass.jar                                  | None                                     |
| UCEE  | gendustry                         | 1.6.5.8                      | gendustry-1.6.5.8-mc1.12.2.jar                     | None                                     |
| UC    | advgenerators                     | 0.9.20.12                    | generators-0.9.20.12-mc1.12.2.jar                  | None                                     |
| UC    | hats                              | 7.0.0                        | Hats-1.12.2-7.0.2.jar                              | None                                     |
| UC    | immersivecables                   | 1.3.0                        | ImmersiveCables-1.12.2-1.3.0.jar                   | None                                     |
| UC    | immersivepetroleum                | 1.1.9                        | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
| UC    | immersivetech                     | 1.3.10                       | immersivetech-1.12-1.3.10.jar                      | None                                     |
| UC    | incontrol                         | 0.1.0                        | incontrol-1.12-3.8.1.jar                           | None                                     |
| UC    | teslacorelib                      | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | industrialforegoing               | 1.12.2-1.12.2                | industrialforegoing-1.12.2-1.10.1-176.jar          | None                                     |
| UC    | lunatriuscore                     | 1.2.0.42                     | LunatriusCore-1.12.2-1.2.0.42-universal.jar        | None                                     |
| UC    | ingameinfoxml                     | 2.8.2.94                     | InGameInfoXML-1.12.2-2.8.2.94-universal.jar        | None                                     |
| UC    | integrateddynamics                | 0.11.13                      | IntegratedDynamics-1.12.2-0.11.13.jar              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC    | integrateddynamicscompat          | 1.0.0                        | IntegratedDynamics-1.12.2-0.11.13.jar              | None                                     |
| UC    | integratedtunnels                 | 1.5.6                        | IntegratedTunnels-1.12.2-1.5.6.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC    | integratedtunnelscompat           | 1.0.0                        | IntegratedTunnels-1.12.2-1.5.6.jar                 | None                                     |
| UC    | mysticalagriculture               | 1.6.12                       | mysticalagriculture-1.12-1.6.12.jar                | None                                     |
| UC    | mysticalagradditions              | 1.2.8                        | mysticalagradditions-1.12-1.2.8.jar                | None                                     |
| UC    | harvestcraft                      | 1.12.2u                      | Pam's HarvestCraft 1.12.2u.jar                     | None                                     |
| UC    | mcjtylib_ng                       | 3.0.2                        | mcjtylib-1.12-3.0.2.jar                            | None                                     |
| UC    | rftools                           | 7.54                         | rftools-1.12-7.54.jar                              | None                                     |
| UC    | silentlib                         | 2.3.2                        | SilentLib-1.12.2-2.3.2-109.jar                     | None                                     |
| UC    | silentgems                        | 2.7.2                        | SilentsGems-1.12.2-2.7.2b-270.jar                  | None                                     |
| UC    | integrationforegoing              | 1.12.2-1.7                   | IntegrationForegoing-1.12.2-1.7.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UC    | kjlib                             | 1.0.4                        | kjlib-1.0.4.jar                                    | None                                     |
| UC    | inventorygenerators               | 1.1.2                        | inventorygenerators-1.1.2.jar                      | None                                     |
| UC    | inventorytweaks                   | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar                       | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC    | ironchest                         | 1.12.2-7.0.40.824            | ironchest-1.12.2-7.0.40.824.jar                    | None                                     |
| UC    | itemstages                        | 1.0.33                       | ItemStages-1.12.2-1.0.33.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | itlt                              | 1.0.0                        | itlt-1.12-1.0.0.jar                                | None                                     |
| UC    | jaopcasingularities               | 1.12.2-2.2.0.8               | JAOPCASingularities-1.12.2-2.2.0.8.jar             | None                                     |
| UC    | jaopca                            | 1.12.2-2.2.8.90              | JAOPCA-1.12.2-2.2.8.90.jar                         | None                                     |
| UC    | oredictinit                       | 1.12.2-2.2.1.68              | JAOPCA-1.12.2-2.2.8.90.jar                         | None                                     |
| UC    | jaopcaadditions                   | 1.12.2-2.2.1.9               | JAOPCAAdditions-1.12.2-2.2.1.9.jar                 | None                                     |
| UC    | jehc                              | 1.12.2                       | JEHC-1.12.2-1.5.1.0.jar                            | None                                     |
| UC    | jeibees                           | 0.9.0.5                      | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
| UC    | justanothersnad                   | 1.12-1.0.0.0                 | JustAnotherSnad-1.12-1.0.0.0.jar                   | None                                     |
| UC    | justenoughreactors                | 1.1.1.47                     | JustEnoughReactors-1.12.2-1.1.1.47.jar             | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| UC    | kleeslabs                         | 5.4.10                       | KleeSlabs_1.12.2-5.4.10.jar                        | None                                     |
| UC    | lootbags                          | 2.5.6                        | LootBags-1.12.2-2.5.6.jar                          | None                                     |
| UC    | magipsi                           | 1.3                          | MagicalPsi-1.3.jar                                 | None                                     |
| UC    | magicbees                         | 1.0                          | MagicBees-1.12.2-3.1.10.jar                        | None                                     |
| UC    | megaloot                          | 0.2.27                       | megaloot-1.12.2-0.2.27.jar                         | None                                     |
| UC    | mekanismgenerators                | 9.4.11                       | MekanismGenerators-1.12.2-9.4.13.349.jar           | None                                     |
| UC    | mekanismtools                     | 9.4.11                       | MekanismTools-1.12.2-9.4.13.349.jar                | None                                     |
| UC    | moartinkers                       | 0.5.4                        | moartinkers-0.5.4.jar                              | None                                     |
| UC    | mobstages                         | 1.0.7                        | MobStages-1.12.2-1.0.7.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | modnametooltip                    | 1.10.0                       | modnametooltip_1.12.2-1.10.0.jar                   | None                                     |
| UC    | morechickens                      | 3.2.0                        | morechickens-1.12.2-3.2.0.jar                      | None                                     |
| UC    | moreoverlays                      | 1.13                         | moreoverlays-1.13-mc1.12.1.jar                     | None                                     |
| UC    | morpheus                          | 1.12-3.3.2                   | Morpheus-1.12-3.3.2.jar                            | None                                     |
| UC    | mousetweaks                       | 2.8                          | MouseTweaks-2.8-mc1.12.1.jar                       | None                                     |
| UC    | multistorage                      | 1.4.10                       | multistorage-1.12.0-1.4.10.jar                     | None                                     |
| UC    | mystagradcompat                   | 1.2                          | mystagradcompat-1.2.jar                            | None                                     |
| UC    | netherportalfix                   | 5.3.13                       | NetherPortalFix_1.12.1-5.3.13.jar                  | None                                     |
| UC    | nmsot                             | 1.2.2-mc1.12.2               | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar            | None                                     |
| UC    | neid                              | 1.5.4.2                      | NotEnoughIDs-1.5.4.2.jar                           | None                                     |
| UC    | nuclearcraft                      | 2.10p                        | NuclearCraft-2.10p--1.12.2.jar                     | None                                     |
| UC    | xnet                              | 1.7.1                        | xnet-1.12-1.7.1.jar                                | None                                     |
| UC    | ocxnetdriver                      | 1.0.2                        | ocxnetdriver-1.0.2-b11.jar                         | None                                     |
| UC    | openmods                          | 0.11.5                       | OpenModsLib-1.12.2-0.11.5.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC    | openblocks                        | 1.7.6                        | OpenBlocks-1.12.2-1.7.6.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC    | oreexcavation                     | 1.4.118                      | OreExcavation-1.4.118.jar                          | None                                     |
| UC    | p455w0rdslib                      | 2.0.29                       | p455w0rdslib-1.12-2.0.29.jar                       | None                                     |
| UC    | rftoolsdim                        | 5.60                         | rftoolsdim-1.12-5.60.jar                           | None                                     |
| UC    | persistentbits                    | 1.0.6a                       | PersistentBits-1.12-1.0.6a.jar                     | None                                     |
| UC    | pewter                            | 0.4.0                        | Pewter-0.4.0.jar                                   | None                                     |
| UC    | placebo                           | 1.4.0                        | Placebo-1.12.2-1.4.0.jar                           | None                                     |
| UC    | planetprogression                 | 1.12.2-0.2.5                 | PlanetProgression-1.12.2-0.2.5.jar                 | b02331787272ec3515ebe63ecdeea0d746653468 |
| UC    | twilightforest                    | 3.7.424                      | twilightforest-1.12.2-3.7.424-universal.jar        | None                                     |
| UC    | plustic                           | 6.5.2.0                      | plustic-6.5.2.0.jar                                | None                                     |
| UC    | pneumaticcraft                    | 1.12.2-0.6.7-210             | pneumaticcraft-repressurized-1.12.2-0.6.7-210.jar  | None                                     |
| UC    | progressivebosses                 | 1.3.2                        | ProgressiveBosses-1.3.2-mc1.12.x.jar               | None                                     |
| UC    | questbook                         | 3.1.1-1.12                   | questbook-3.1.1-1.12.jar                           | None                                     |
| UC    | questutils                        | 0.2.0                        | questutils-0.2.0.jar                               | None                                     |
| UC    | randomthings                      | 4.1.8                        | RandomThings-MC1.12.2-4.1.8.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UC    | randomtweaks                      | 1.12.2-1.19.1.1              | randomtweaks-1.12.2-1.19.1.1.jar                   | None                                     |
| UC    | recipestages                      | 1.0.8                        | RecipeStages-1.0.8.jar                             | None                                     |
| UC    | redstonearsenal                   | 2.5.1                        | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC    | xreliquary                        | 1.12.2-1.3.4.767             | Reliquary-1.12.2-1.3.4.767.jar                     | None                                     |
| UC    | resourceloader                    | 1.5.3                        | ResourceLoader-MC1.12.1-1.5.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UC    | rftoolscontrol                    | 1.9.1                        | rftoolsctrl-1.12-1.9.1.jar                         | None                                     |
| UC    | roost                             | 1.2.0                        | roost-1.12-1.2.0.jar                               | None                                     |
| UC    | sgextraparts                      | 1.4.1                        | SGExtraParts-1.12-1.4.1-34.jar                     | None                                     |
| UC    | thermaldynamics                   | 2.5.1                        | ThermalDynamics-1.12.2-2.5.1.14-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC    | simplyjetpacks                    | 2.2.7.45                     | SimplyJetpacks2-1.12.2-2.2.7.45.jar                | None                                     |
| UC    | skyresources                      | 2.3.1                        | skyresources-2.3.1.jar                             | None                                     |
| UC    | sc                                | 1.2.2.2                      | Sky Compression-1.2.2.2.jar                        | None                                     |
| UC    | solcarrot                         | 1.3.1                        | solcarrot-1.12.2-1.3.3.jar                         | None                                     |
| UC    | soot                              | 0.18hotfix                   | Soot-0.18hotfix.jar                                | None                                     |
| UC    | bq_standard                       | 3.4.141                      | StandardExpansion-3.4.141.jar                      | None                                     |
| UC    | storagedrawers                    | 1.12-5.3.5                   | StorageDrawers-1.12.2-5.3.6.jar                    | None                                     |
| UC    | storagedrawersextra               | @VERSION@                    | StorageDrawersExtras-1.12-3.1.0.jar                | None                                     |
| UC    | thaumcomp                         | 0.3.0.16                     | ThaumicComputers-MC1.12.2-0.3.0.16.jar             | None                                     |
| UC    | thaumicequivalence                | 1.12.2-1.0.2                 | ThaumicEquivalence-1.12.2-1.0.2.jar                | None                                     |
| UC    | tcinventoryscan                   | 2.0.10                       | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
| UC    | thaumicjei                        | 1.2.1                        | ThaumicJEI-1.12.2-1.4.0-14.jar                     | None                                     |
| UC    | thaumicperiphery                  | 0.2.3                        | thaumicperiphery-0.2.3.jar                         | None                                     |
| UC    | tinker_io                         | release 2.6.1                | tinker_io-1.12.2-release 2.6.1.jar                 | None                                     |
| UC    | tcomplement                       | ${version}                   | TinkersComplement-1.12.2-0.2.3b.jar                | None                                     |
| UC    | tinkersjei                        | 1.0                          | tinkersjei-1.0.jar                                 | None                                     |
| UC    | tinkerskyblock                    | 1.12-0.3.DEV.83d5fa9         | TinkerSkyblock-1.12-0.3.jar                        | None                                     |
| UC    | tinkerstages                      | 1.0.13                       | TinkerStages-1.12.2-1.0.13.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC    | tinkertoolleveling                | 1.12.2-1.0.5.DEV.30c7957     | TinkerToolLeveling-1.12.2-1.0.5.jar                | None                                     |
| UC    | tipthescales                      | 1.0.1                        | TipTheScales-1.12.2-1.0.1.jar                      | None                                     |
| UC    | toastcontrol                      | 1.7.0                        | Toast Control-1.12.2-1.7.0.jar                     | None                                     |
| UC    | tombstone                         | 2.9.8                        | tombstone-2.9.8-1.12.jar                           | None                                     |
| UC    | topaddons                         | 1.12.2-1.7.0                 | topaddons-1.12.2-1.7.0.jar                         | None                                     |
| UC    | torchmaster                       | 1.6.4.62                     | torchmaster_1.12.2-1.6.4.62.jar                    | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UC    | ts2k16                            | 1.2.8                        | TS2K16-1.2.8.jar                                   | None                                     |
| UC    | ungrabmouse                       | 2.2                          | ungrabmouse-2.2.jar                                | None                                     |
| UC    | universalmodifiers                | 1.12.2-1.0.9a                | valkyrielib-1.12.2-2.0.11a.jar                     | None                                     |
| UC    | voidislandcontrol                 | 1.3.7                        | voidislandcontrol-1.3.7.jar                        | None                                     |
| UC    | wct                               | 3.9.67                       | WirelessCraftingTerminal-1.12.2-3.9.67.jar         | None                                     |
| UC    | xtones                            | 1.12-1.0.8-11                | Xtones-1.12-1.0.8-11.jar                           | None                                     |
| UC    | yabba                             | 1.1.2.10                     | YABBA-1.1.2.10.jar                                 | None                                     |
| UC    | ynot                              | 0.2.3                        | YNot-0.2.3.jar                                     | None                                     |
| UC    | yoyos                             | 1.12.2-1.2.2.20              | yoyos_1.12.2-1.2.2.20.jar                          | None                                     |
| UC    | reauth                            | 3.6.0                        | reauth-3.6.0.jar                                   | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UC    | elulib                            | 0.1.12                       | elulib-0.1.12.jar                                  | None                                     |
| UC    | justthetips                       | 1.12-1.0.1.1                 | justthetips-1.12-1.0.1.1.jar                       | None                                     |
| UC    | ocsensors                         | 1.0.4                        | ocsensors-1.0.4-b23.jar                            | None                                     |
| UC    | teslacorelib_registries           | 1.0.14                       | tesla-core-lib-1.12.2-1.0.14.jar                   | None                                     |
| UC    | wrapup                            | 1.12-1.1.3                   | WrapUp-1.12-1.1.3.jar                              | None                                     |

Loaded coremods (and transformers): 

AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.177.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
RandomPatches (randompatches-1.12.2-1.2.0.0.jar)
com.therandomlabs.randompatches.RPTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.1.8.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
li.cil.oc.common.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.9.1.jar)

GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) UHD Graphics 620'
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)
	- craftingtweaksIntegration (Enabled/Not Forced)
	- theoneprobeIntegration (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleFeature (Enabled/Not Forced)
	- CeramicsPlugin (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
	* AetherAPI (v1.0.0) from aether_legacy-1.12.2-v3.0.jar
	* AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.0-a4.jar
	* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
	* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
	* Base|API (1.0.0) from base-1.12.2-3.9.0.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
	* BetterQuesting|API (3.0) from BetterQuesting-3.5.253.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
	* BiomeTweakerAPI (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|block (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|event (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|property (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|script|pack (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|script|wrapper (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* BiomeTweakerAPI|world|gen|feature (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
	* BotaniaAPI (89) from Botania r1.10-354.jar
	* BuildCraftAPI|blocks (1.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|boards (2.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|core (2.2) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|crops (1.1) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|enums (1.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|events (2.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|facades (1.1) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|filler (5.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|fuels (2.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|gates (4.1) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|items (1.1) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|library (2.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|lists (1.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|power (1.3) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|recipes (3.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|robotics (3.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|statements (1.1) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|tiles (1.2) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|tools (1.0) from buildcraft-core-7.99.17.jar
	* BuildCraftAPI|transport (5.0) from buildcraft-core-7.99.17.jar
	* calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.8-4.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
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.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
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.12.297-universal.jar
	* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.26.jar
	* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.14-8.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
	* Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.177.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
	* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.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.1-176.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.13.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
	* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.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
	* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
	* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.7-210.jar
	* projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.0.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* QuarkAPI (2) from Quark-r1.4-125.jar
	* reborncoreAPI (3.8.9.300) from RebornCore-1.12.2-3.8.9.300-universal.jar
	* reborncoreAPI|Power (3.8.9.300) from RebornCore-1.12.2-3.8.9.300-universal.jar
	* reborncoreAPI|Recipe (3.8.9.300) from RebornCore-1.12.2-3.8.9.300-universal.jar
	* reborncoreAPI|Tile (3.8.9.300) from RebornCore-1.12.2-3.8.9.300-universal.jar
	* SilentGemsAPI (4) from SilentsGems-1.12.2-2.7.2b-270.jar
	* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.13-11.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* SuperScript (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* SuperScript|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* SuperScript|script|command (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* SuperScript|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* SuperScript|util (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
	* techrebornAPI (2.15.15.712) from TechReborn-1.12.2-2.15.15.712-universal.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA16.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.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.8.9.300
	Runtime Debofucsation 1
	RenderEngine: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant