RS485 / LogisticsPipes

The RS485 take on LogisticsPipes -- ESTḌ 2012
https://rs485.network
Other
240 stars 127 forks source link

[Bug] Logistic Request Table voids crafted Item #1194

Open TheonlyTazz opened 5 years ago

TheonlyTazz commented 5 years ago

Modpack: FTB Interactions Beta Mod Version: 0.10.1.109

On the Test-Server I am playing on i crafted the Logistic Request Table (only 2 RFtools Modular storages hooked up) and wanted to craft some stuff. This resulted in the crafted items being voided. I uploaded a video on Youtube to show you how/what happens https://youtu.be/e1tJrLWRSXI

This happens in Singleplayer aswell

davboecki commented 5 years ago

Please test with the newest build.

See: https://github.com/RS485/LogisticsPipes/pull/1197

TheonlyTazz commented 5 years ago

crashed my client after trying to craft a stone button

Crashlog https://pastebin.com/vu2tdFcu

TheonlyTazz commented 5 years ago

using latest #111 jenkins version



WARNING: coremods are present:
  MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  RandomPatches (randompatches-1.12.2-1.12.0.1.jar)
  LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.44.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-122-universal.jar)
  JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
  Botania Tweaks Core (botaniatweaks-1.8.2.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.5.jar)
  LogisticsPipesCoreLoader (logisticspipes-0.10.1.111.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  AstralCore (astralsorcery-1.12.2-1.10.11.jar)
  LoadingPlugin (Quark-r1.5-144.jar)
  Wizardry Plugin (wizardry-0.9.9.jar)
  DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 1/20/19 8:30 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
    at logisticspipes.proxy.MainProxy.getFakePlayer(MainProxy.java:290)
    at logisticspipes.pipes.PipeBlockRequestTable.getOutput(PipeBlockRequestTable.java:435)
    at logisticspipes.pipes.PipeBlockRequestTable.getResultForClick(PipeBlockRequestTable.java:475)
    at logisticspipes.gui.orderer.GuiRequestTable$$Lambda$5254/1889324094.getResultForClick(Unknown Source)
    at logisticspipes.utils.gui.HandelableSlot.getProvidedStack(HandelableSlot.java:25)
    at logisticspipes.utils.gui.DummyContainer.func_184996_a(DummyContainer.java:593)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:566)
    at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:638)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:392)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.func_73864_a(LogisticsBaseGuiScreen.java:454)
    at logisticspipes.gui.orderer.GuiRequestTable.func_73864_a(GuiRequestTable.java:609)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.handleMouseInputSub(LogisticsBaseGuiScreen.java:358)
    at logisticspipes.gui.orderer.GuiRequestTable.handleMouseInputSub(GuiRequestTable.java:617)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.func_146274_d(LogisticsBaseGuiScreen.java:353)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
    at logisticspipes.proxy.MainProxy.getFakePlayer(MainProxy.java:290)
    at logisticspipes.pipes.PipeBlockRequestTable.getOutput(PipeBlockRequestTable.java:435)
    at logisticspipes.pipes.PipeBlockRequestTable.getResultForClick(PipeBlockRequestTable.java:475)
    at logisticspipes.gui.orderer.GuiRequestTable$$Lambda$5254/1889324094.getResultForClick(Unknown Source)
    at logisticspipes.utils.gui.HandelableSlot.getProvidedStack(HandelableSlot.java:25)
    at logisticspipes.utils.gui.DummyContainer.func_184996_a(DummyContainer.java:593)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:566)
    at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:638)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:392)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.func_73864_a(LogisticsBaseGuiScreen.java:454)
    at logisticspipes.gui.orderer.GuiRequestTable.func_73864_a(GuiRequestTable.java:609)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.handleMouseInputSub(LogisticsBaseGuiScreen.java:358)
    at logisticspipes.gui.orderer.GuiRequestTable.handleMouseInputSub(GuiRequestTable.java:617)
    at logisticspipes.utils.gui.LogisticsBaseGuiScreen.func_146274_d(LogisticsBaseGuiScreen.java:353)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)

-- Affected screen --
Details:
    Screen name: logisticspipes.gui.orderer.GuiRequestTable

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['TheonlyTazz'/252658, l='MpServer', x=1003.81, y=68.00, z=1011.10]]
    Chunk stats: MultiplayerChunkCache: 441, 441
    Level seed: 0
    Level generator: ID 07 - voidworld, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (0,68,10), Chunk: (at 0,4,10 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 32861232 game time, 10351926 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 5 total; [EntityChunkData['entity.chunkdata.name'/2, l='MpServer', x=1000.00, y=512.00, z=1000.00], EntityPlayerSP['TheonlyTazz'/252658, l='MpServer', x=1003.81, y=68.00, z=1011.10], EntityLatchedRenderer['unknown'/8, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/16, l='MpServer', x=1003.81, y=68.00, z=1011.10], EntityChunkData['entity.chunkdata.name'/256831, l='MpServer', x=984.00, y=512.00, z=984.00]]
    Retry entities: 1 total; [EntityLatchedRenderer['unknown'/8, l='MpServer', x=8.50, y=65.00, z=8.50]]
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
    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: 5300489944 bytes (5054 MB) / 8287944704 bytes (7904 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=25 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2784 250 mods loaded, 250 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                                |
    |:------ |:------------------------------------ |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                            | 1.12.2                    | minecraft.jar                                             | None                                     |
    | LCHIJA | mcp                                  | 9.42                      | minecraft.jar                                             | None                                     |
    | LCHIJA | FML                                  | 8.0.99.99                 | forge-1.12.2-14.23.5.2784.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                                | 14.23.5.2784              | forge-1.12.2-14.23.5.2784.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | advancedrocketrycore                 | 1                         | minecraft.jar                                             | None                                     |
    | LCHIJA | openmodscore                         | 0.12.1                    | minecraft.jar                                             | None                                     |
    | LCHIJA | bnbgamingcore                        | 0.10.0                    | minecraft.jar                                             | None                                     |
    | LCHIJA | foamfixcore                          | 7.7.4                     | minecraft.jar                                             | None                                     |
    | LCHIJA | botania_tweaks_core                  | -100                      | minecraft.jar                                             | None                                     |
    | LCHIJA | randompatches                        | 1.12.2-1.12.0.1           | randompatches-1.12.2-1.12.0.1.jar                         | None                                     |
    | LCHIJA | fastbench                            | 1.6.0                     | FastWorkbench-1.12.2-1.6.0.jar                            | None                                     |
    | LCHIJA | actuallyadditions                    | 1.12.2-r144               | ActuallyAdditions-1.12.2-r144.jar                         | None                                     |
    | LCHIJA | baubles                              | 1.5.2                     | Baubles-1.12-1.5.2.jar                                    | None                                     |
    | LCHIJA | actuallybaubles                      | 1.1                       | ActuallyBaubles-1.12-1.1.jar                              | None                                     |
    | LCHIJA | redstoneflux                         | 2.1.0                     | RedstoneFlux-1.12-2.1.0.6-universal.jar                   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | cofhcore                             | 4.6.1                     | CoFHCore-1.12.2-4.6.1.22-universal.jar                    | None                                     |
    | LCHIJA | libvulpes                            | 0.4.0.-47                 | LibVulpes-1.12.2-0.4.0-47-universal.jar                   | None                                     |
    | LCHIJA | advancedrocketry                     | 1.5.0.-122                | AdvancedRocketry-1.12.2-1.5.0-122-universal.jar           | None                                     |
    | LCHIJA | ctm                                  | MC1.12.2-0.3.3.22         | CTM-MC1.12.2-0.3.3.22.jar                                 | None                                     |
    | LCHIJA | appliedenergistics2                  | rv6-stable-6              | appliedenergistics2-rv6-stable-6.jar                      | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCHIJA | endercore                            | 1.12.2-0.5.44             | EnderCore-1.12.2-0.5.44.jar                               | None                                     |
    | LCHIJA | crafttweaker                         | 4.1.13                    | CraftTweaker2-1.12-4.1.13.jar                             | None                                     |
    | LCHIJA | mtlib                                | 3.0.5                     | MTLib-3.0.5.jar                                           | None                                     |
    | LCHIJA | modtweaker                           | 4.0.15                    | modtweaker-4.0.15.jar                                     | None                                     |
    | LCHIJA | jei                                  | 4.14.4.260                | jei_1.12.2-4.14.4.260.jar                                 | None                                     |
    | LCHIJA | thaumcraft                           | 6.1.BETA26                | Thaumcraft-1.12.2-6.1.BETA26.jar                          | None                                     |
    | LCHIJA | codechickenlib                       | 3.2.2.353                 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | brandonscore                         | 2.4.9                     | BrandonsCore-1.12.2-2.4.9.195-universal.jar               | None                                     |
    | LCHIJA | cofhworld                            | 1.3.0                     | CoFHWorld-1.12.2-1.3.0.6-universal.jar                    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalfoundation                    | 2.6.1                     | ThermalFoundation-1.12.2-2.6.1.22-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | draconicevolution                    | 2.3.18                    | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar        | None                                     |
    | LCHIJA | thermalexpansion                     | 5.5.2                     | ThermalExpansion-1.12.2-5.5.2.39-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | enderio                              | 5.0.39                    | EnderIO-base-1.12.2-5.0.39.jar                            | None                                     |
    | LCHIJA | mantle                               | 1.12-1.3.3.39             | Mantle-1.12-1.3.3.39.jar                                  | None                                     |
    | LCHIJA | projecte                             | 1.12-PE1.3.2h             | ProjectE-1.12-PE1.3.2h.jar                                | None                                     |
    | LCHIJA | chisel                               | MC1.12.2-0.2.1.35         | Chisel-MC1.12.2-0.2.1.35.jar                              | None                                     |
    | LCHIJA | enderiointegrationtic                | 5.0.39                    | EnderIO-integration-tic-1.12.2-5.0.39.jar                 | None                                     |
    | LCHIJA | tinkersextras                        | 1.12.2-1.0.5              | TinkersExtras-1.12.2-1.0.5.jar                            | None                                     |
    | LCHIJA | tconstruct                           | 1.12.2-2.12.0.115         | TConstruct-1.12.2-2.12.0.115.jar                          | None                                     |
    | LCHIJA | p455w0rdslib                         | 2.0.36                    | p455w0rdslib-1.12.2-2.0.36.jar                            | None                                     |
    | LCHIJA | ae2wtlib                             | 1.0.6                     | AE2WTLib-1.12.2-1.0.6.jar                                 | None                                     |
    | LCHIJA | cyclicmagic                          | 1.17.14                   | Cyclic-1.12.2-1.17.14.jar                                 | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
    | LCHIJA | guideapi                             | 1.12-2.1.8-63             | Guide-API-1.12-2.1.8-63.jar                               | None                                     |
    | LCHIJA | bloodmagic                           | 1.12.2-2.3.3-CUSTOM       | BloodMagic-1.12.2-2.3.3-CUSTOM.jar                        | None                                     |
    | LCHIJA | theoneprobe                          | 1.4.27                    | theoneprobe-1.12-1.4.27.jar                               | None                                     |
    | LCHIJA | animus                               | 1                         | Animus-2.0.6.jar                                          | None                                     |
    | LCHIJA | applecore                            | 3.1.4                     | AppleCore-mc1.12.2-3.1.4.jar                              | None                                     |
    | LCHIJA | appleskin                            | 1.0.9                     | AppleSkin-mc1.12-1.0.9.jar                                | None                                     |
    | LCHIJA | armoreablemobs                       | 1.1.2                     | armoreablemobs-1.12-1.1.7-5.jar                           | None                                     |
    | LCHIJA | athenaeum                            | 1.12.2-1.16.0-1-g05e9939  | athenaeum-1.12.2-1.16.0.jar                               | None                                     |
    | LCHIJA | bookshelf                            | 2.3.572                   | Bookshelf-1.12.2-2.3.572.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | gamestages                           | 2.0.114                   | GameStages-1.12.2-2.0.114.jar                             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | mousetweaks                          | 2.9                       | MouseTweaks-2.9-mc1.12.2.jar                              | None                                     |
    | LCHIJA | artisanworktables                    | 1.12.2-1.20.1             | artisanworktables-1.12.2-1.20.1.jar                       | None                                     |
    | LCHIJA | astralsorcery                        | 1.10.11                   | astralsorcery-1.12.2-1.10.11.jar                          | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCHIJA | morphtool                            | 1.2-21                    | Morph-o-Tool-1.2-21.jar                                   | None                                     |
    | LCHIJA | quark                                | r1.5-144                  | Quark-r1.5-144.jar                                        | None                                     |
    | LCHIJA | autoreglib                           | 1.3-24                    | AutoRegLib-1.3-24.jar                                     | None                                     |
    | LCHIJA | avaritia                             | 3.3.0                     | Avaritia-1.12.2-3.3.0.33-universal.jar                    | None                                     |
    | LCHIJA | base                                 | 3.11.0                    | base-1.12.2-3.11.0.jar                                    | None                                     |
    | LCHIJA | bhc                                  | 1.2.1                     | baubley-heart-canisters-1.12.2-1.2.1.jar                  | None                                     |
    | LCHIJA | betteradvancements                   | 0.0.16.71                 | BetterAdvancements-1.12.2-0.0.16.71.jar                   | None                                     |
    | LCHIJA | betterbedrockgen                     | 6.0.2                     | BetterBedrockGenerator-1.12-6.1.1.jar                     | None                                     |
    | LCHIJA | betterbuilderswands                  | 0.12.1                    | BetterBuildersWands-1.12.2-0.12.1.254+27f21b9.jar         | None                                     |
    | LCHIJA | bnbgaminglib                         | 2.17.0                    | BNBGamingLib-1.12.2-2.17.0.jar                            | None                                     |
    | LCHIJA | botania_tweaks                       | 1.8.2                     | botaniatweaks-1.8.2.jar                                   | None                                     |
    | LCHIJA | botania                              | r1.10-358                 | Botania r1.10-358.jar                                     | None                                     |
    | LCHIJA | buildcraftlib                        | 7.99.19                   | buildcraft-core-7.99.19.jar                               | None                                     |
    | LCHIJA | buildcraftcore                       | 7.99.19                   | buildcraft-core-7.99.19.jar                               | None                                     |
    | LCHIJA | buildcraftenergy                     | 7.99.19                   | buildcraft-energy-7.99.19.jar                             | None                                     |
    | LCHIJA | buildinggadgets                      | 2.5.0                     | BuildingGadgets-2.5.0.jar                                 | None                                     |
    | LCHIJA | ceramics                             | 1.12-1.3.6                | Ceramics-1.12-1.3.6.jar                                   | None                                     |
    | LCHIJA | forgemultipartcbe                    | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | gregtech                             | 1.0.124                   | gregtech-1.12.2-1.0.124.jar                               | None                                     |
    | LCHIJA | ceu                                  | 1.0.1.1                   | CEU-1.12.2-1.0.1.1.jar                                    | None                                     |
    | LCHIJA | chickens                             | 6.1.0                     | chickens-6.1.0.jar                                        | None                                     |
    | LCHIJA | chiselsandbits                       | 14.29                     | chiselsandbits-14.29.jar                                  | None                                     |
    | LCHIJA | cleanview                            | 1.12.2-v1a                | CleanView-1.12.2-v1a.jar                                  | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | clumps                               | 3.1.1                     | Clumps-3.1.1.jar                                          | None                                     |
    | LCHIJA | cyclopscore                          | 1.0.1                     | CyclopsCore-1.12.2-1.0.1.jar                              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | commoncapabilities                   | 2.0.0                     | CommonCapabilities-1.12.2-2.0.0.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | compactmachines3                     | 3.0.13                    | compactmachines3-1.12.2-3.0.13-b236.jar                   | None                                     |
    | LCHIJA | contenttweaker                       | 1.12.2-4.9.1              | ContentTweaker-1.12.2-4.9.1.jar                           | None                                     |
    | LCHIJA | controlling                          | 3.0.6                     | Controlling-3.0.6.jar                                     | None                                     |
    | LCHIJA | cookingforblockheads                 | 6.4.69                    | CookingForBlockheads_1.12.2-6.4.69.jar                    | None                                     |
    | LCHIJA | cosmeticarmorreworked                | 1.12.2-v4                 | CosmeticArmorReworked-1.12.2-v4.jar                       | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | tombmanygraves                       | 1.12-4.2.0                | TombManyGraves-1.12-4.2.0.jar                             | None                                     |
    | LCHIJA | tombmanygraves2api                   | 1.12.2-1.0.0              | tombmanygraves2api-1.12.2-1.0.0.jar                       | None                                     |
    | LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4                 | CosmeticArmorReworked-1.12.2-v4.jar                       | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | ctgui                                | 1.0.0                     | CraftTweaker2-1.12-4.1.13.jar                             | None                                     |
    | LCHIJA | crafttweakerjei                      | 2.0.2                     | CraftTweaker2-1.12-4.1.13.jar                             | None                                     |
    | LCHIJA | cryingobsidian                       | 1.1.3                     | CryingObsidian-1.12.1-1.1.3.jar                           | None                                     |
    | LCHIJA | cucumber                             | 1.1.3                     | Cucumber-1.12.2-1.1.3.jar                                 | None                                     |
    | LCHIJA | custommainmenu                       | 2.0.9                     | CustomMainMenu-MC1.12.2-2.0.9.jar                         | None                                     |
    | LCHIJA | cyberware                            | 0.2.10.15                 | cyberware-1.12.2-0.2.10.15.jar                            | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
    | LCHIJA | dmonsters                            | 1.7                       | Deadly Monsters 1.71.jar                                  | None                                     |
    | LCHIJA | patchouli                            | 1.0-16                    | Patchouli-1.0-16.jar                                      | None                                     |
    | LCHIJA | deepmoblearning                      | 1.12.2-2.2.0              | deepmoblearning-1.12.2-2.2.0-universal.jar                | None                                     |
    | LCHIJA | deepmoblearningbm                    | 1.12.2-0.9.1              | deepmoblearningbm-1.12.2-0.9.1-universal.jar              | None                                     |
    | LCHIJA | defaultoptions                       | 9.2.8                     | DefaultOptions_1.12.2-9.2.8.jar                           | None                                     |
    | LCHIJA | diethopper                           | 1.1                       | diethopper-1.1.jar                                        | None                                     |
    | LCHIJA | dimensionalcontrol                   | 2.10.3                    | DimensionalControl-1.12.2-2.10.3.jar                      | None                                     |
    | LCHIJA | dimstages                            | 2.0.23                    | DimensionStages-1.12.2-2.0.23.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | dldungeonsjbg                        | 1.12.0                    | DoomlikeDungeons-1.12.0-MC1.12.2.jar                      | None                                     |
    | LCHIJA | dropt                                | 1.12.2-1.13.0-1-ga0b501f  | dropt-1.12.2-1.13.0.jar                                   | None                                     |
    | LCHIJA | dynamiclights                        | 1.4.9                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_onfire                 | 1.0.7                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_creepers               | 1.0.6                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_dropitems              | 1.1.0                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_entityclasses          | 1.0.1                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_mobequipment           | 1.1.0                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_flamearrows            | 1.0.1                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_floodlights            | 1.0.3                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_otherplayers           | 1.0.9                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | dynamiclights_theplayer              | 1.1.3                     | DynamicLights-1.12.2.jar                                  | None                                     |
    | LCHIJA | emberroot                            | 1.3.9                     | EmberRootZoo-1.12.2-1.3.10.jar                            | None                                     |
    | LCHIJA | emojiful                             | 1.0.3                     | emojiful-1.0.3.jar                                        | None                                     |
    | LCHIJA | enchiridion                          | 3.3.4                     | Enchiridion-1.12.2-3.3.4.jar                              | None                                     |
    | LCHIJA | enderiobase                          | 5.0.39                    | EnderIO-base-1.12.2-5.0.39.jar                            | None                                     |
    | LCHIJA | enderioconduits                      | 5.0.39                    | EnderIO-conduits-1.12.2-5.0.39.jar                        | None                                     |
    | LCHIJA | enderiopowertools                    | 5.0.39                    | EnderIO-conduits-1.12.2-5.0.39.jar                        | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics    | 5.0.39                    | EnderIO-conduits-appliedenergistics-1.12.2-5.0.39.jar     | None                                     |
    | LCHIJA | ftblib                               | 5.4.1.77                  | FTBLib-5.4.1.77.jar                                       | None                                     |
    | LCHIJA | enderiomachines                      | 5.0.39                    | EnderIO-machines-1.12.2-5.0.39.jar                        | None                                     |
    | LCHIJA | enderioendergy                       | 5.0.39                    | EnderIO-endergy-1.12.2-5.0.39.jar                         | None                                     |
    | LCHIJA | enderiointegrationticlate            | 5.0.39                    | EnderIO-integration-tic-1.12.2-5.0.39.jar                 | None                                     |
    | LCHIJA | enderstorage                         | 2.4.5.135                 | EnderStorage-1.12.2-2.4.5.135-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | enderutilities                       | 0.7.12                    | enderutilities-1.12.2-0.7.12.jar                          | 2b03e1423915a189b8094816baa18f239d576dff |
    | LCHIJA | satako                               | 2.23                      | Satako 1.12-2.23.jar                                      | None                                     |
    | LCHIJA | extended_item_information            | 1.0                       | Extended Item Information-1.12.2-1.0.jar                  | None                                     |
    | LCHIJA | extrautils2                          | 1.0                       | extrautils2-1.12-1.9.8.jar                                | None                                     |
    | LCHIJA | floralchemy                          | 1.12.2-1.0.1              | Floralchemy-1.12.2-1.0.1.jar                              | None                                     |
    | LCHIJA | mcmultipart                          | 2.5.3                     | MCMultiPart-2.5.3.jar                                     | None                                     |
    | LCHIJA | mekanism                             | 1.12.2-9.4.13.349         | Mekanism-1.12.2-9.4.13.349.jar                            | None                                     |
    | LCHIJA | sonarcore                            | 5.0.19                    | sonarcore-1.12.2-5.0.19-20.jar                            | None                                     |
    | LCHIJA | fluxnetworks                         | 3.0.19                    | fluxnetworks-1.12.2-3.0.19-21.jar                         | None                                     |
    | LCHIJA | foamfix                              | 0.10.3-1.12.2             | foamfix-0.10.3-1.12.2.jar                                 | None                                     |
    | LCHIJA | forgelin                             | 1.8.2                     | Forgelin-1.8.2.jar                                        | None                                     |
    | LCHIJA | microblockcbe                        | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar              | None                                     |
    | LCHIJA | minecraftmultipartcbe                | 2.6.1.81                  | ForgeMultipart-1.12.2-2.6.1.81-universal.jar              | None                                     |
    | LCHIJA | ftbutilities                         | 5.3.0.75                  | FTBUtilities-5.3.0.75.jar                                 | None                                     |
    | LCHIJA | itemfilters                          | 1.0.1.5                   | ItemFilters-1.0.1.5.jar                                   | None                                     |
    | LCHIJA | ftbquests                            | 1.5.0.118                 | FTBQuests-1.5.0.118.jar                                   | None                                     |
    | LCHIJA | funkylocomotion                      | 1.0                       | funky-locomotion-1.12.2-1.1.2.jar                         | None                                     |
    | LCHIJA | gtadditions                          | 1.12.2-1.3.0              | GregicAdditions-1.12.2-1.3.0.jar                          | None                                     |
    | LCHIJA | hardcoredarkness                     | 2.0                       | HardcoreDarkness-MC1.12.2-2.0.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | integrateddynamics                   | 1.0.1                     | IntegratedDynamics-1.12.2-1.0.1.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | placebo                              | 1.5.1                     | Placebo-1.12.2-1.5.1.jar                                  | None                                     |
    | LCHIJA | plants2                              | 2.10.4                    | Plants-1.12.2-2.10.4.jar                                  | None                                     |
    | LCHIJA | randomthings                         | 4.2.5                     | RandomThings-MC1.12.2-4.2.5.jar                           | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | traverse                             | 1.6.0                     | Traverse-1.12.2-1.6.0-69.jar                              | None                                     |
    | LCHIJA | hitwithaxe                           | 1.3.0                     | Hit With Axe-1.12.2-1.3.0.jar                             | None                                     |
    | LCHIJA | hotornot                             | 1.0                       | HotOrNot-1.12-1.1.1-15.jar                                | None                                     |
    | LCHIJA | ichunutil                            | 7.1.4                     | iChunUtil-1.12.2-7.1.4.jar                                | None                                     |
    | LCHIJA | incontrol                            | 3.8.3                     | incontrol-1.12-3.8.3.jar                                  | None                                     |
    | LCHIJA | teslacorelib                         | 1.0.15                    | tesla-core-lib-1.12.2-1.0.15.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | industrialforegoing                  | 1.12.2-1.12.2             | industrialforegoing-1.12.2-1.12.4-228.jar                 | None                                     |
    | LCHIJA | initialinventory                     | 2.0.2                     | InitialInventory-3.0.0.jar                                | None                                     |
    | LCHIJA | integrateddynamicscompat             | 1.0.0                     | IntegratedDynamics-1.12.2-1.0.1.jar                       | None                                     |
    | LCHIJA | integratedtunnels                    | 1.6.1                     | IntegratedTunnels-1.12.2-1.6.1.jar                        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | integratedtunnelscompat              | 1.0.0                     | IntegratedTunnels-1.12.2-1.6.1.jar                        | None                                     |
    | LCHIJA | harvestcraft                         | 1.12.2zb                  | Pam's HarvestCraft 1.12.2zb.jar                           | None                                     |
    | LCHIJA | mcjtylib_ng                          | 3.1.1                     | mcjtylib-1.12-3.1.1.jar                                   | None                                     |
    | LCHIJA | rftools                              | 7.60                      | rftools-1.12-7.60.jar                                     | None                                     |
    | LCHIJA | rustic                               | 1.0.15                    | rustic-1.0.15.jar                                         | None                                     |
    | LCHIJA | integrationforegoing                 | 1.12.2-1.8.2              | IntegrationForegoing-1.12.2-1.8.2.jar                     | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | inventorytweaks                      | 1.64+dev.145.16d98f2      | InventoryTweaks-1.64+dev.145.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironchest                            | 1.12.2-7.0.55.839         | ironchest-1.12.2-7.0.55.839.jar                           | None                                     |
    | LCHIJA | itemstages                           | 2.0.46                    | ItemStages-1.12.2-2.0.46.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | jehc                                 | 1.12.2                    | JEHC-1.12.2-1.6.2.0.jar                                   | None                                     |
    | LCHIJA | jeiintegration                       | 1.5.1.36                  | jeiintegration_1.12.2-1.5.1.36.jar                        | None                                     |
    | LCHIJA | jecalculation                        | 1.12.2-3.0.0              | JustEnoughCalculation-1.12.2-3.0.0-pre20.jar              | None                                     |
    | LCHIJA | justenoughdimensions                 | 1.6.0-dev.20190112.002003 | justenoughdimensions-1.12.2-1.6.0-dev.20190112.002003.jar | 2b03e1423915a189b8094816baa18f239d576dff |
    | LCHIJA | jee                                  | 1.0.4                     | JustEnoughEnergistics-1.12.2-1.0.4.jar                    | None                                     |
    | LCHIJA | jeid                                 | 1.0.2-26                  | JustEnoughIDs-1.0.2-26.jar                                | None                                     |
    | LCHIJA | laggoggles                           | FORGE-1.12.2-4.1          | LagGoggles-FORGE-1.12.2-4.1.jar                           | None                                     |
    | LCHIJA | librarianlib                         | 4.15                      | librarianlib-1.12.2-4.15.jar                              | None                                     |
    | LCHIJA | logisticspipes                       | 0.10.1.111                | logisticspipes-0.10.1.111.jar                             | 4ab9c640e37baa2d4eca3354863a84d2c06bee42 |
    | LCHIJA | loottweaker                          | 0.0.8                     | LootTweaker-1.12.2-0.0.8.jar                              | None                                     |
    | LCHIJA | malisiscore                          | 1.12.2-6.4.0              | malisiscore-1.12.2-6.4.0.jar                              | None                                     |
    | LCHIJA | malisisdoors                         | 1.12.2-7.3.0              | malisisdoors-1.12.2-7.3.0.jar                             | None                                     |
    | LCHIJA | malisisswitches                      | 1.12.2-5.1.0              | malisisswitches-1.12.2-5.1.0.jar                          | None                                     |
    | LCHIJA | mightyenderchicken                   | 7.2.0                     | MightyEnderChicken-1.12.2-7.2.0.jar                       | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | mobstages                            | 2.0.13                    | MobStages-1.12.2-2.0.13.jar                               | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | modnametooltip                       | 1.10.0                    | modnametooltip_1.12.2-1.10.0.jar                          | None                                     |
    | LCHIJA | modularmachinery                     | 1.9.5                     | modularmachinery-1.9.5.jar                                | None                                     |
    | LCHIJA | modulardiversity                     | 1.1                       | Modular Diversity-1.1.jar                                 | None                                     |
    | LCHIJA | morechickens                         | 3.2.0                     | morechickens-1.12.2-3.2.0.jar                             | None                                     |
    | LCHIJA | morelootstuff                        | 0.0.4                     | MoreLootStuff-1.12.2-0.0.4.jar                            | None                                     |
    | LCHIJA | moreoverlays                         | 1.14                      | moreoverlays-1.14-mc1.12.2.jar                            | None                                     |
    | LCHIJA | mputils                              | 1.5.6                     | MPUtils-1.12.2-1.5.6.jar                                  | None                                     |
    | LCHIJA | mpbasic                              | 1.4.7                     | mpbasic-1.12.2-1.4.10.jar                                 | None                                     |
    | LCHIJA | naturescompass                       | 1.5.1                     | NaturesCompass-1.12.2-1.5.1.jar                           | None                                     |
    | LCHIJA | nonvflash                            | 1.2.0                     | NoNVFlash-1.12.2-1.2.0.3-universal.jar                    | None                                     |
    | LCHIJA | norecipebook                         | 1.2.1                     | noRecipeBook_v1.2.2formc1.12.2.jar                        | None                                     |
    | LCHIJA | nutrition                            | 4.0.0                     | Nutrition-1.12.2-4.0.0.jar                                | None                                     |
    | LCHIJA | openmods                             | 0.12.1                    | OpenModsLib-1.12.2-0.12.1.jar                             | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openblocks                           | 1.8                       | OpenBlocks-1.12.2-1.8.jar                                 | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | oreexcavation                        | 1.4.133                   | OreExcavation-1.4.133.jar                                 | None                                     |
    | LCHIJA | pickletweaks                         | 2.0.17                    | PickleTweaks-1.12-2.0.17.jar                              | None                                     |
    | LCHIJA | plustic                              | 7.0.0.0                   | plustic-7.0.0.0.jar                                       | None                                     |
    | LCHIJA | portalgun                            | 7.0.2                     | PortalGun-1.12.2-7.0.2.jar                                | None                                     |
    | LCHIJA | randomtweaks                         | 1.12.2-2.4.0.7            | randomtweaks-1.12.2-2.4.0.7.jar                           | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
    | LCHIJA | redstonearsenal                      | 2.6.1                     | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | refinedrelocation                    | 4.2.35                    | RefinedRelocation_1.12.2-4.2.35.jar                       | None                                     |
    | LCHIJA | xreliquary                           | 1.12.2-1.3.4.780          | Reliquary-1.12.2-1.3.4.780.jar                            | None                                     |
    | LCHIJA | resourceloader                       | 1.5.3                     | ResourceLoader-MC1.12.1-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | roughmobs                            | 2.0.0                     | roughmobs2-1.12.2_2.0.12.jar                              | None                                     |
    | LCHIJA | roughtweaks                          | 1.0                       | roughTweaks0.2.4-1.12.2.jar                               | None                                     |
    | LCHIJA | scannable                            | 1.6.3.24                  | Scannable-MC1.12.2-1.6.3.24.jar                           | None                                     |
    | LCHIJA | lteleporters                         | 1.12.2-3.0.2              | simpleteleporters-1.12.2-3.0.2.jar                        | None                                     |
    | LCHIJA | simple_trophies                      | 1.1.0                     | simpletrophies-1.1.0.jar                                  | None                                     |
    | LCHIJA | soulus                               | 1.12.2-4.0.2-b18da36      | Soulus-1.12.2-4.0.2-b18da36.jar                           | None                                     |
    | LCHIJA | spiceoflife                          | 1.3.12                    | SpiceOfLife-mc1.12-1.3.12.jar                             | None                                     |
    | LCHIJA | terracore                            | 2.1.13                    | TerraCore-1.12-2.1.13.jar                                 | None                                     |
    | LCHIJA | stats_keeper                         | 1.12-2.2.9                | StatsKeeper-1.12-2.2.9.jar                                | None                                     |
    | LCHIJA | stg                                  | 1.12.2-1.2.3              | stg-1.12.2-1.2.3.jar                                      | None                                     |
    | LCHIJA | superfactorymanager                  | @VERSION@                 | SuperFactoryManager-1.12.2-2.0.7.jar                      | None                                     |
    | LCHIJA | tellme                               | 0.6.0                     | tellme-1.12.2-0.6.0.jar                                   | 2b03e1423915a189b8094816baa18f239d576dff |
    | LCHIJA | thaumicjei                           | 1.2.1                     | ThaumicJEI-1.12.2-1.5.5-23.jar                            | None                                     |
    | LCHIJA | thaumicenergistics                   | 2.1.0                     | thaumicenergistics-2.1.0.jar                              | None                                     |
    | LCHIJA | tcinventoryscan                      | 2.0.10                    | ThaumicInventoryScanning_1.12.2-2.0.10.jar                | None                                     |
    | LCHIJA | thaumicperiphery                     | 0.3.0                     | thaumicperiphery-0.3.0.jar                                | None                                     |
    | LCHIJA | thermalinnovation                    | 0.3.1                     | ThermalInnovation-1.12.2-0.3.1.8-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | tcomplement                          | ${version}                | TinkersComplement-1.12.2-0.3.0.jar                        | None                                     |
    | LCHIJA | tinkerstages                         | 2.0.17                    | TinkerStages-1.12.2-2.0.17.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | togetherforever                      | 1.0.2                     | togetherforever-1.12.2-1.0.11-20.jar                      | None                                     |
    | LCHIJA | toolbelt                             | 1.7.1                     | ToolBelt-1.12.0-1.7.1.jar                                 | None                                     |
    | LCHIJA | topaddons                            | 1.12.2-1.10.1             | topaddons-1.12.2-1.10.1.jar                               | None                                     |
    | LCHIJA | translocators                        | 2.5.1.77                  | Translocators-1.12.2-2.5.1.77-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | ts2k16                               | 1.2.10                    | TS2K16-1.2.10.jar                                         | None                                     |
    | LCHIJA | vtb                                  | 2.0.0                     | VillagerTradingBan-2.0.0.6-universal.jar                  | None                                     |
    | LCHIJA | voidislandcontrol                    | 1.5.2                     | voidislandcontrol-1.5.2.jar                               | None                                     |
    | LCHIJA | waim                                 | 1.0.0                     | WAIM-1.0.0.jar                                            | None                                     |
    | LCHIJA | watercontrolextreme                  | 1.0.0                     | WaterControlExtreme-1.0.2.jar                             | None                                     |
    | LCHIJA | waterstrainer                        | 3.2.0                     | WaterStrainer-1.12-3.2.0.jar                              | None                                     |
    | LCHIJA | wizardry                             | 0.9.9                     | wizardry-0.9.9.jar                                        | None                                     |
    | LCHIJA | worldstripper                        | 1.6.0-1.12.2              | World-Stripper-1.6.0-1.12.2.jar                           | None                                     |
    | LCHIJA | worldgenindicators                   | 1.0                       | WorldGenIndicators-1.12.2-1.1.0-buttclean.jar             | None                                     |
    | LCHIJA | xaeroworldmap                        | 1.3.3.1                   | xaero_world_map_test.jar                                  | None                                     |
    | LCHIJA | xaerominimap                         | 1.15.9                    | Xaeros_Minimap_1.15.9_Forge_1.12.jar                      | None                                     |
    | LCHIJA | xtones                               | 1.12-1.0.8-11             | Xtones-1.12-1.0.8-11.jar                                  | None                                     |
    | LCHIJA | zenstages                            | 0.4.1-19                  | zenstages-0.4.1-19.jar                                    | None                                     |
    | LCHIJA | zensummoning                         | 1.0.0                     | ZenSummoning-1.12-1.0.4.jar                               | None                                     |
    | LCHIJA | gbook                                | 2.8.3                     | Guidebook-1.12.2-2.8.3.jar                                | None                                     |
    | LCHIJA | reauth                               | 3.6.0                     | reauth-3.6.0.jar                                          | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | LCHIJA | hungeroverhaul                       | 1.12.2-1.3.3.jenkins148   | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar                | None                                     |
    | LCHIJA | librarianliblate                     | 4.15                      | librarianlib-1.12.2-4.15.jar                              | None                                     |
    | LCHIJA | primal_tech                          | 0.3.3                     | PrimalTech-0.3.3.jar                                      | None                                     |
    | LCHIJA | teslacorelib_registries              | 1.0.15                    | tesla-core-lib-1.12.2-1.0.15.jar                          | None                                     |

    Loaded coremods (and transformers): 
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)

RandomPatches (randompatches-1.12.2-1.12.0.1.jar)
  com.therandomlabs.randompatches.core.RPTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.44.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-122-universal.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  org.dimdev.jeid.JEIDTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
  invtweaks.forge.asm.ContainerTransformer
Botania Tweaks Core (botaniatweaks-1.8.2.jar)
  quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (RandomThings-MC1.12.2-4.2.5.jar)
  lumien.randomthings.asm.ClassTransformer
LogisticsPipesCoreLoader (logisticspipes-0.10.1.111.jar)
  logisticspipes.asm.LogisticsClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.11.jar)

LoadingPlugin (Quark-r1.5-144.jar)
  vazkii.quark.base.asm.ClassTransformer
Wizardry Plugin (wizardry-0.9.9.jar)
  com.teamwizardry.wizardry.asm.WizardryTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  openmods.core.OpenModsClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
    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 rv6-stable-6 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

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

    Ender IO: No known problems detected.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
    Launched Version: forge-14.23.5.2784
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.77, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

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