Robotic Parts

Robotic Parts

1M Downloads

Incompatible with more player models

rfwainug opened this issue ยท 3 comments

commented

Title says it all, but here's the full report.

---- Minecraft Crash Report ----

WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
LoadingPlugin (Quark-r1.4-125.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
HCASM (HammerCore-1.12.2-2.0.2.2.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 8/13/18 8:39 PM
Description: Initializing game

java.lang.NoClassDefFoundError: micdoodle8/mods/galacticraft/api/client/tabs/InventoryTabMPM
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:601)
at sun.reflect.GeneratedMethodAccessor3.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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
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)
Caused by: java.lang.ClassNotFoundException: micdoodle8.mods.galacticraft.api.client.tabs.InventoryTabMPM
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 39 more
Caused by: java.lang.SecurityException: class "micdoodle8.mods.galacticraft.api.client.tabs.InventoryTabMPM"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 41 more

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

-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:601)
at sun.reflect.GeneratedMethodAccessor3.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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 951112632 bytes (907 MB) / 2142240768 bytes (2043 MB) up to 8351383552 bytes (7964 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8960m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2747 112 mods loaded, 112 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                                |
|:----- |:------------------------------------- |:------------------ |:---------------------------------------------------- |:---------------------------------------- |
| UC    | minecraft                             | 1.12.2             | minecraft.jar                                        | None                                     |
| UC    | mcp                                   | 9.42               | minecraft.jar                                        | None                                     |
| UC    | FML                                   | 8.0.99.99          | forge-1.12.2-14.23.4.2747.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | forge                                 | 14.23.4.2747       | forge-1.12.2-14.23.4.2747.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | opencomputers|core                    | 1.7.2.67           | minecraft.jar                                        | None                                     |
| UC    | movillages                            | 1.5.4              | [1.12]MoVillages-1.5.4.jar                           | None                                     |
| UC    | actuallyadditions                     | 1.12.2-r140        | ActuallyAdditions-1.12.2-r140.jar                    | None                                     |
| UC    | baubles                               | 1.5.2              | Baubles-1.12-1.5.2.jar                               | None                                     |
| UC    | actuallybaubles                       | 1.1                | ActuallyBaubles-1.12-1.1.jar                         | None                                     |
| UC    | opencomputers                         | 1.7.2.67           | OpenComputers-MC1.12.2-1.7.2.67.jar                  | None                                     |
| UC    | actuallycomputers                     | 2.1.0              | actuallycomputers-2.1.0.jar                          | None                                     |
| UC    | extrautils2                           | 1.0                | extrautils2-1.12-1.8.3.jar                           | None                                     |
| UC    | flyringbaublemod                      | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar          | None                                     |
| UC    | tammodized                            | 0.15.5             | TamModized-1.12.1-0.15.5.jar                         | None                                     |
| UC    | aov                                   | 0.8.14             | AoV-1.12-0.8.14.jar                                  | None                                     |
| UC    | psi                                   | r1.1-59            | Psi-r1.1-59.jar                                      | None                                     |
| UC    | quark                                 | r1.4-125           | Quark-r1.4-125.jar                                   | None                                     |
| UC    | autoreglib                            | 1.3-18             | AutoRegLib-1.3-18.jar                                | None                                     |
| UC    | bettercombatmod                       | 1.5.6              | BetterCombat-1.12.2-1.5.6.jar                        | None                                     |
| UC    | bibliocraft                           | 2.4.5              | BiblioCraft[v2.4.5][MC1.12.2].jar                    | None                                     |
| UC    | biomesoplenty                         | 7.0.1.2399         | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar        | None                                     |
| UC    | thaumcraft                            | 6.1.BETA21         | Thaumcraft-1.12.2-6.1.BETA21.jar                     | None                                     |
| UC    | botania                               | r1.10-354          | Botania r1.10-354.jar                                | None                                     |
| UC    | charset                               | 0.5.4.7            | Charset-Lib-0.5.4.7.jar                              | None                                     |
| UC    | chesttransporter                      | 2.8.8              | ChestTransporter-1.12.2-2.8.8.jar                    | None                                     |
| UC    | ctm                                   | MC1.12.2-0.3.2.18  | CTM-MC1.12.2-0.3.2.18.jar                            | None                                     |
| UC    | chisel                                | MC1.12.2-0.2.0.31  | Chisel-MC1.12.2-0.2.0.31.jar                         | None                                     |
| UC    | corail_pillar_extension_biomesoplenty | 4.0.1              | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar | None                                     |
| UC    | corail_pillar_extension_chisel        | 4.0.0              | corail_pillar_extension_chisel-4.0.0-1.12.jar        | None                                     |
| UC    | corail_pillar_extension_quark         | 4.0.0              | corail_pillar_extension_quark-4.0.0-1.12.jar         | None                                     |
| UC    | cosmeticarmorreworked                 | 1.12.2-v3          | CosmeticArmorReworked-1.12.2-v3.jar                  | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UC    | cosmeticarmorreworked|tombmanygraves  | 1.12.2-v3          | CosmeticArmorReworked-1.12.2-v3.jar                  | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UC    | crafttweaker                          | 4.1.9              | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | ctgui                                 | 1.0.0              | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | jei                                   | 4.11.0.206         | jei_1.12.2-4.11.0.206.jar                            | None                                     |
| UC    | crafttweakerjei                       | 2.0.2              | CraftTweaker2-1.12-4.1.9.jar                         | None                                     |
| UC    | custommainmenu                        | 2.0.8              | CustomMainMenu-MC1.12.2-2.0.8.jar                    | None                                     |
| UC    | cyberware                             | 0.2.10.13          | cyberware-1.12.2-0.2.10.13.jar                       | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC    | dmonsters                             | 1.7                | Deadly Monsters 1.71.jar                             | None                                     |
| UC    | diethopper                            | 1.1                | diethopper-1.1.jar                                   | None                                     |
| UC    | doggytalents                          | 1.14.2.321         | Doggy Talents-1.12.2-1.14.2.321-universal.jar        | None                                     |
| UC    | dsurround                             | 3.4.9.14           | DynamicSurroundings-1.12.2-3.4.9.14.jar              | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UC    | presets                               | 3.4.9.14           | DynamicSurroundings-1.12.2-3.4.9.14.jar              | None                                     |
| UC    | endercore                             | 1.12.2-0.5.37      | EnderCore-1.12.2-0.5.37.jar                          | None                                     |
| UC    | enderio                               | 5.0.31             | EnderIO-base-1.12.2-5.0.31.jar                       | None                                     |
| UC    | enderiobase                           | 5.0.31             | EnderIO-base-1.12.2-5.0.31.jar                       | None                                     |
| UC    | enderioconduits                       | 5.0.31             | EnderIO-conduits-1.12.2-5.0.31.jar                   | None                                     |
| UC    | enderiopowertools                     | 5.0.31             | EnderIO-conduits-1.12.2-5.0.31.jar                   | None                                     |
| UC    | ftblib                                | 5.2.0.31           | FTBLib-5.2.0.31.jar                                  | None                                     |
| UC    | enderiomachines                       | 5.0.31             | EnderIO-machines-1.12.2-5.0.31.jar                   | None                                     |
| UC    | valkyrielib                           | 1.12.2-2.0.13a     | valkyrielib-1.12.2-2.0.13a.jar                       | None                                     |
| UC    | environmentaltech                     | 1.12.2-2.0.13a     | environmentaltech-1.12.2-2.0.13a.jar                 | None                                     |
| UC    | extraalchemy                          | 0.3.8.5-release    | extraalchemy-0.3.8.5-release.jar                     | None                                     |
| UC    | felling                               | 1.4.0              | felling-1.4.0-1.12.x.jar                             | None                                     |
| UC    | forestry                              | 5.8.1.322          | forestry_1.12.2-5.8.1.322.jar                        | None                                     |
| UC    | waila                                 | 1.8.26             | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
| UC    | redstoneflux                          | 2.0.2              | RedstoneFlux-1.12-2.0.2.3-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC    | mekanism                              | 1.12.2-9.4.13.349  | Mekanism-1.12.2-9.4.13.349.jar                       | None                                     |
| UC    | lex                                   | 1.0.6              | LibEx-1.12.2-1.0.6.jar                               | None                                     |
| UC    | nex                                   | 2.0.6              | NetherEx-1.12.2-2.0.6.jar                            | None                                     |
| UC    | roguelike                             | 1.8.0              | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
| UC    | traverse                              | 1.5.5              | Traverse-1.12.2-1.5.5-65.jar                         | None                                     |
| UC    | primal                                | 0.6.67             | PrimalCore-1.12.2-0.6.67.jar                         | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC    | forgecraft                            | 1.4.08             | ForgeCraft-1.4.08.jar                                | None                                     |
| UC    | journeymap                            | 1.12.2-5.5.2       | journeymap-1.12.2-5.5.2.jar                          | None                                     |
| UC    | ftbutilities                          | 5.2.0.37           | FTBUtilities-5.2.0.37.jar                            | None                                     |
| UC    | hammercore                            | 2.0.2.2            | HammerCore-1.12.2-2.0.2.2.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC    | llibrary                              | 1.7.15             | llibrary-1.7.15-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UC    | iceandfire                            | 1.5.2              | iceandfire-1.5.2.jar                                 | None                                     |
| UC    | ironbackpacks                         | 1.12.2-3.0.8-12    | IronBackpacks-1.12.2-3.0.8-12.jar                    | None                                     |
| UC    | ironchest                             | 1.12.2-7.0.40.824  | ironchest-1.12.2-7.0.40.824.jar                      | None                                     |
| UC    | jeibees                               | 0.9.0.5            | jeibees-0.9.0.5-mc1.12.2.jar                         | None                                     |
| UC    | jeresources                           | 0.8.5.27           | JustEnoughResources-1.12.2-0.8.5.27.jar              | None                                     |
| UC    | magnum                                | 0.0.23             | MagnumOpus-1.12.2-0.0.23.jar                         | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC    | matteroverdrive                       | 0.6.0.176          | MatterOverdrive-1.12.2-0.6.0.176-universal.jar       | None                                     |
| UC    | mcjtylib_ng                           | 3.0.3              | mcjtylib-1.12-3.0.3.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    | mobends                               | 0.24               | mobends-0.24_for_MC-1.12.jar                         | None                                     |
| U     | moreplayermodels                      | 1.12.2             | MorePlayerModels_1.12.2(18jan18).jar                 | None                                     |
| U     | morpheus                              | 1.12-3.3.2         | Morpheus-1.12-3.3.2.jar                              | None                                     |
| U     | netherportalfix                       | 5.3.13             | NetherPortalFix_1.12.1-5.3.13.jar                    | None                                     |
| U     | nmsot                                 | 1.2.2-mc1.12.2     | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar              | None                                     |
| U     | harvestcraft                          | 1.12.2u            | Pam's HarvestCraft 1.12.2v.jar                       | None                                     |
| U     | portality                             | 1.0-SNAPSHOT       | portality-1.12.2-1.0.4-6.jar                         | None                                     |
| U     | potioncore                            | @VERSION@          | PotionRings-r1.0-17.jar                              | None                                     |
| U     | potionfingers                         | r1.0-17            | PotionRings-r1.0-17.jar                              | None                                     |
| U     | realdrops                             | 1.2.12             | RealisticItemDrops-1.2.12.jar                        | None                                     |
| U     | reborncore                            | 3.10.0.332         | RebornCore-1.12.2-3.10.0.332-universal.jar           | None                                     |
| U     | redstonepaste                         | 1.7.5              | redstonepaste-mc1.12-1.7.5.jar                       | None                                     |
| U     | rftools                               | 7.55               | rftools-1.12-7.55.jar                                | None                                     |
| U     | rftoolscontrol                        | 1.9.1              | rftoolsctrl-1.12-1.9.1.jar                           | None                                     |
| U     | rftoolspower                          | 1.1.1              | rftoolspower-1.12-1.1.1.jar                          | None                                     |
| U     | rftpwroc                              | 0.1                | rftpwr_oc-0.2.jar                                    | None                                     |
| U     | roots                                 | 0.104              | roots-2-0.104.jar                                    | None                                     |
| U     | scannable                             | 1.6.3.19           | Scannable-MC1.12-1.6.3.19.jar                        | None                                     |
| U     | simplevoidworld                       | 1.2.0.9            | Simple-Void-World-1.12-1.2.0.9-universal.jar         | None                                     |
| U     | flammpfeil.slashblade                 | mc1.12-r13         | SlashBlade-mc1.12-r13.jar                            | None                                     |
| U     | solarflux                             | 4.10r              | SolarFluxReborn_1.12.2-4.10r.jar                     | None                                     |
| U     | spartanshields                        | 1.4.1              | SpartanShields-1.12.2-1.4.1.jar                      | None                                     |
| U     | speedbasedfalldamage                  | 1.0.2              | SpeedBasedFallDamage-1.0.2.jar                       | None                                     |
| U     | stg                                   | 1.12.2-1.2.3       | stg-1.12.2-1.2.3.jar                                 | None                                     |
| U     | tails                                 | 1.12-1.10.0        | Tails-1.12-1.10.0.jar                                | None                                     |
| U     | thaumcomp                             | 0.3.0.16           | ThaumicComputers-MC1.12.2-0.3.0.16.jar               | None                                     |
| U     | thaumicjei                            | 1.2.1              | ThaumicJEI-1.12.2-1.4.0-14.jar                       | None                                     |
| U     | thaumkatana                           | 1.0.0              | Thaumickatana_V1.0.8_MC1.12.2.jar                    | None                                     |
| U     | thaumicperiphery                      | 0.2.4              | thaumicperiphery-0.2.4.jar                           | None                                     |
| U     | beneath                               | 1.4.2              | The Beneath-1.12.2-1.4.2.jar                         | None                                     |
| U     | trade                                 | 1.0.4              | trade-1.0.4.jar                                      | None                                     |
| U     | twilightforest                        | 3.7.424            | twilightforest-1.12.2-3.7.424-universal.jar          | None                                     |
| U     | universalmodifiers                    | 1.12.2-1.0.9a      | valkyrielib-1.12.2-2.0.13a.jar                       | None                                     |
| U     | corail_pillar                         | 4.1.0              | corail_pillar-4.1.0-1.12.jar                         | None                                     |

Loaded coremods (and transformers): 

EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
org.blockartistry.DynSurround.asm.Transformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
li.cil.oc.common.asm.ClassTransformer
HCASM (HammerCore-1.12.2-2.0.2.2.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer

commented

As soon as this is fixed, I'd be more than happy to download the fix jar.

commented

More Player Models should not be bundling it's inventory tab with the Tab API itself.

micdoodle8.mods.galacticraft.api.client.tabs.InventoryTabMPM

commented

Bug was in another mod and is no longer reproduced, hence closing.