Advertisement
osirisgothra

crash 2022 29 8 po3 mythic

Aug 29th, 2022
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 84.58 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4.   IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  5.   TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  6.   MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  7.   ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
  8.   MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  9.   PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
  10.   Quark Plugin (Quark-r1.6-179.jar)
  11.   AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  12.   BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  13.   UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  14.   Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  15.   EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  16.   LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  17.   CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
  18.   HCASM (HammerLib-1.12.2-2.0.6.31.jar)
  19.   LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
  20.   RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  21.   ForgelinPlugin (Forgelin-1.8.4.jar)
  22.   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.14-1.12.2.jar)
  23.  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  24.  Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
  25.  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  26.  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  27.  Plugin (NotEnoughIDs-1.5.4.4.jar)
  28.  WTPlugin (WaitingTime-1.0.1.jar)
  29.  AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  30.  CreativePatchingLoader (CreativeCore_v1.10.69_mc1.12.2.jar)
  31. Contact their authors BEFORE contacting forge
  32.  
  33. // Who set us up the TNT?
  34.  
  35. Time: 8/29/22 8:57 PM
  36. Description: Rendering screen
  37.  
  38. java.lang.NullPointerException: Rendering screen
  39.     at crazypants.enderio.invpanel.invpanel.TileInventoryPanel.setGuiParameter(TileInventoryPanel.java:316)
  40.     at crazypants.enderio.invpanel.invpanel.GuiInventoryPanel.syncSettingsChange(GuiInventoryPanel.java:355)
  41.     at crazypants.enderio.invpanel.invpanel.GuiInventoryPanel.func_146976_a(GuiInventoryPanel.java:432)
  42.     at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:75)
  43.     at com.enderio.core.client.gui.GuiContainerBase.func_73863_a(GuiContainerBase.java:357)
  44.     at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
  45.     at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
  46.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47.     at java.lang.reflect.Method.invoke(Unknown Source)
  48.     at net.optifine.reflect.Reflector.callVoid(Reflector.java:669)
  49.     at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1462)
  50.     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
  51.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  52.     at net.minecraft.client.main.Main.main(SourceFile:123)
  53.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  55.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  56.     at java.lang.reflect.Method.invoke(Unknown Source)
  57.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  58.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Thread: Client thread
  66. Stacktrace:
  67.     at crazypants.enderio.invpanel.invpanel.TileInventoryPanel.setGuiParameter(TileInventoryPanel.java:316)
  68.     at crazypants.enderio.invpanel.invpanel.GuiInventoryPanel.syncSettingsChange(GuiInventoryPanel.java:355)
  69.     at crazypants.enderio.invpanel.invpanel.GuiInventoryPanel.func_146976_a(GuiInventoryPanel.java:432)
  70.     at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:75)
  71.     at com.enderio.core.client.gui.GuiContainerBase.func_73863_a(GuiContainerBase.java:357)
  72.     at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
  73.     at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
  74.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75.     at java.lang.reflect.Method.invoke(Unknown Source)
  76.     at net.optifine.reflect.Reflector.callVoid(Reflector.java:669)
  77.  
  78. -- Screen render details --
  79. Details:
  80.     Screen name: crazypants.enderio.invpanel.invpanel.GuiInventoryPanel
  81.     Mouse location: Scaled: (230, 27). Absolute: (461, 461)
  82.     Screen size: Scaled: (427, 258). Absolute: (854, 515). Scale factor of 2
  83.  
  84. -- Affected level --
  85. Details:
  86.     Level name: MpServer
  87.     All players: 1 total; [GCEntityClientPlayerMP['osirisgothra'/4419206, l='MpServer', x=-235.83, y=68.00, z=-3346.75]]
  88.     Chunk stats: MultiplayerChunkCache: 81, 81
  89.     Level seed: 0
  90.     Level generator: ID 06 - botania-skyblock, ver 0. Features enabled: false
  91.     Level generator options:
  92.     Level spawn location: World: (255,83,255), Chunk: (at 15,5,15 in 15,15; contains blocks 240,0,240 to 255,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  93.     Level time: 240682352 game time, 28820773 day time
  94.     Level dimension: 0
  95.     Level storage version: 0x00000 - Unknown?
  96.     Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  97.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  98.     Forced entities: 109 total; [EntityBat['Bat'/4055100, l='MpServer', x=-210.56, y=61.03, z=-3333.25], EntitySpectreIlluminator['Spectre Illuminator'/4421186, l='MpServer', x=-280.51, y=81.00, z=-3336.48], EntitySpectreIlluminator['Spectre Illuminator'/4421185, l='MpServer', x=-264.49, y=89.00, z=-3352.49], EntityItem['item.tile.tconstruct.stone_torch'/4421184, l='MpServer', x=-254.59, y=80.00, z=-3361.39], EntityBat['Bat'/4055102, l='MpServer', x=-209.26, y=62.02, z=-3333.39], EntityItem['item.tile.natura.nether_sapling2.bloodwood'/2862125, l='MpServer', x=-225.83, y=34.88, z=-3337.50], EntitySpectreIlluminator['Spectre Illuminator'/4421189, l='MpServer', x=-248.49, y=81.05, z=-3304.49], EntitySpectreIlluminator['Spectre Illuminator'/4421188, l='MpServer', x=-200.50, y=130.00, z=-3352.50], EntityItem['item.item.feather'/2697250, l='MpServer', x=-235.52, y=103.00, z=-3328.84], EntityItem['item.tile.torch'/4421199, l='MpServer', x=-258.13, y=80.00, z=-3361.59], EntitySpectreIlluminator['Spectre Illuminator'/4421198, l='MpServer', x=-264.50, y=88.00, z=-3368.50], EntityItem['item.tile.actuallyadditions.block_tiny_torch'/4421197, l='MpServer', x=-250.13, y=80.00, z=-3378.26], EntitySpectreIlluminator['Spectre Illuminator'/4421196, l='MpServer', x=-248.50, y=88.05, z=-3384.49], EntityItem['item.tile.natura.nether_logs2'/3174688, l='MpServer', x=-225.83, y=34.88, z=-3337.50], EntitySpectreIlluminator['Spectre Illuminator'/4421203, l='MpServer', x=-200.50, y=82.05, z=-3368.50], EntityTFSquirrel['Forest Squirrel'/4421201, l='MpServer', x=-274.17, y=80.00, z=-3358.77], EntitySpectreIlluminator['Spectre Illuminator'/4421200, l='MpServer', x=-280.51, y=81.00, z=-3352.49], EntitySpectreIlluminator['Spectre Illuminator'/4421207, l='MpServer', x=-200.50, y=81.00, z=-3304.50], EntitySpectreIlluminator['Spectre Illuminator'/4421204, l='MpServer', x=-264.49, y=81.05, z=-3304.49], EntityItem['item.tile.tconstruct.slime_sapling.blue'/2921008, l='MpServer', x=-225.50, y=34.00, z=-3336.50], EntityItem['item.tile.tconstruct.slime_leaves.blue'/2990384, l='MpServer', x=-225.50, y=34.00, z=-3336.50], EntitySpectreIlluminator['Spectre Illuminator'/4421214, l='MpServer', x=-280.51, y=81.00, z=-3368.49], EntityItem['item.tile.torch'/4421213, l='MpServer', x=-267.88, y=80.00, z=-3377.13], EntitySpectreIlluminator['Spectre Illuminator'/4421212, l='MpServer', x=-264.49, y=87.00, z=-3384.50], EntitySpectreIlluminator['Spectre Illuminator'/4421219, l='MpServer', x=-264.49, y=87.00, z=-3320.50], EntitySpectreIlluminator['Spectre Illuminator'/4421218, l='MpServer', x=-248.50, y=130.00, z=-3336.49], EntityStoneling['Stoneling'/4421217, l='MpServer', x=-242.71, y=80.00, z=-3338.93], EntitySpectreIlluminator['Spectre Illuminator'/4421216, l='MpServer', x=-200.50, y=82.05, z=-3384.50], EntityItem['item.tile.dltsapling'/3163415, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntitySpectreIlluminator['Spectre Illuminator'/4421220, l='MpServer', x=-280.50, y=81.00, z=-3304.49], EntitySpectreIlluminator['Spectre Illuminator'/4421227, l='MpServer', x=-216.49, y=81.05, z=-3304.49], EntitySpectreIlluminator['Spectre Illuminator'/4421226, l='MpServer', x=-200.50, y=81.05, z=-3320.50], EntityItem['item.tile.natura.nether_logs2'/3019522, l='MpServer', x=-226.56, y=35.00, z=-3337.50], EntityTFTinyBird['Tiny Bird'/4421228, l='MpServer', x=-216.58, y=80.00, z=-3299.09], EntitySpectreIlluminator['Spectre Illuminator'/4421234, l='MpServer', x=-280.50, y=81.00, z=-3384.50], EntityBat['Bat'/4453745, l='MpServer', x=-219.99, y=35.52, z=-3369.91], EntitySpectreIlluminator['Spectre Illuminator'/4421239, l='MpServer', x=-264.49, y=84.00, z=-3336.49], EntitySpectreIlluminator['Spectre Illuminator'/4421238, l='MpServer', x=-248.50, y=130.00, z=-3352.49], EntityPigZombie['Zombie Pigman'/4421237, l='MpServer', x=-247.63, y=80.00, z=-3351.52], EntitySpectreIlluminator['Spectre Illuminator'/4421243, l='MpServer', x=-200.50, y=130.00, z=-3336.50], EntityItem['item.tile.tconstruct.slime_congealed.green'/2921237, l='MpServer', x=-225.50, y=34.00, z=-3336.50], EntityChicken['Chicken'/2080293, l='MpServer', x=-235.72, y=103.00, z=-3328.14], EntityItem['item.item.tconstruct.edible.slimeball_blue'/2863633, l='MpServer', x=-225.50, y=34.00, z=-3336.50], EntitySpectreIlluminator['Spectre Illuminator'/4421240, l='MpServer', x=-280.51, y=87.00, z=-3320.47], EntityChicken['Chicken'/2181984, l='MpServer', x=-232.81, y=103.00, z=-3324.52], EntityItem['item.tile.dltlog'/2877288, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntityChicken['Chicken'/2081882, l='MpServer', x=-236.67, y=103.00, z=-3324.19], EntityBat['Bat'/4067178, l='MpServer', x=-219.24, y=35.12, z=-3372.50], EntityItem['item.tile.tconstruct.rack.drying'/3971435, l='MpServer', x=-236.37, y=68.88, z=-3341.13], EntityBat['Bat'/4490259, l='MpServer', x=-219.59, y=37.52, z=-3382.65], EntityBat['Bat'/3347820, l='MpServer', x=-212.55, y=57.95, z=-3334.81], EntityItem['item.tile.twilightforest.Sapling.3'/3112519, l='MpServer', x=-225.50, y=34.00, z=-3338.50], GCEntityClientPlayerMP['osirisgothra'/4419206, l='MpServer', x=-235.83, y=68.00, z=-3346.75], EntityBat['Bat'/4045650, l='MpServer', x=-208.94, y=34.00, z=-3352.44], EntityBat['Bat'/4045647, l='MpServer', x=-211.03, y=36.20, z=-3378.52], EntitySpectreIlluminator['Spectre Illuminator'/4421175, l='MpServer', x=-232.49, y=81.05, z=-3304.49], EntitySpectreIlluminator['Spectre Illuminator'/4421174, l='MpServer', x=-216.50, y=95.00, z=-3320.50], EntityItem['item.tile.chisel.cobblestone'/4421173, l='MpServer', x=-223.39, y=14.00, z=-3316.44], EntityItem['item.tile.tconstruct.stone_torch'/4421183, l='MpServer', x=-250.90, y=80.00, z=-3369.16], EntitySpectreIlluminator['Spectre Illuminator'/4421182, l='MpServer', x=-248.50, y=88.05, z=-3368.49], EntityItem['item.tile.chisel.cobblestone'/2703018, l='MpServer', x=-208.61, y=14.00, z=-3358.03], EntitySpectreIlluminator['Spectre Illuminator'/1826207, l='MpServer', x=-232.50, y=82.05, z=-3384.50], EntityBat['Bat'/3381947, l='MpServer', x=-208.25, y=60.05, z=-3333.25], EntitySpectreIlluminator['Spectre Illuminator'/2079892, l='MpServer', x=-232.49, y=105.00, z=-3320.50], EntityFancyItemFrame['Fancy Item Frame'/2079891, l='MpServer', x=-226.03, y=84.50, z=-3325.50], EntityFancyItemFrame['Fancy Item Frame'/2079890, l='MpServer', x=-226.03, y=84.50, z=-3326.50], EntityFancyItemFrame['Fancy Item Frame'/2079889, l='MpServer', x=-226.03, y=83.50, z=-3326.50], EntityItem['item.item.stick'/2875044, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntityFancyItemFrame['Fancy Item Frame'/2079888, l='MpServer', x=-226.03, y=83.50, z=-3325.50], EntitySpectreIlluminator['Spectre Illuminator'/1826196, l='MpServer', x=-216.49, y=130.00, z=-3352.50], EntityItem['item.tile.chisel.cobblestone'/2859702, l='MpServer', x=-217.65, y=14.00, z=-3330.18], EntitySpectreIlluminator['Spectre Illuminator'/1826226, l='MpServer', x=-216.50, y=130.00, z=-3336.50], EntityColoredItemFrame['Colored Item Frame'/1826225, l='MpServer', x=-223.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826224, l='MpServer', x=-222.50, y=104.50, z=-3332.03], EntityItem['item.enderio.item_item_conduit'/3801493, l='MpServer', x=-223.50, y=84.00, z=-3346.50], EntityColoredItemFrame['Colored Item Frame'/1826219, l='MpServer', x=-217.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826218, l='MpServer', x=-216.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826217, l='MpServer', x=-215.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826216, l='MpServer', x=-214.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826223, l='MpServer', x=-221.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826222, l='MpServer', x=-220.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826221, l='MpServer', x=-219.50, y=104.50, z=-3332.03], EntityBat['Bat'/3099800, l='MpServer', x=-208.25, y=57.11, z=-3340.44], EntityColoredItemFrame['Colored Item Frame'/1826220, l='MpServer', x=-218.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826215, l='MpServer', x=-213.50, y=104.50, z=-3332.03], EntityColoredItemFrame['Colored Item Frame'/1826214, l='MpServer', x=-212.50, y=104.50, z=-3332.03], EntitySpectreIlluminator['Spectre Illuminator'/1826271, l='MpServer', x=-216.50, y=82.05, z=-3368.50], EntityItem['item.item.yellowDust'/3969019, l='MpServer', x=-236.38, y=68.88, z=-3341.13], EntityChicken['Chicken'/1826259, l='MpServer', x=-240.03, y=103.00, z=-3325.68], EntitySpectreIlluminator['Spectre Illuminator'/1826258, l='MpServer', x=-248.49, y=104.00, z=-3320.50], EntityBat['Bat'/3424765, l='MpServer', x=-208.25, y=65.10, z=-3343.54], EntitySpectreIlluminator['Spectre Illuminator'/1826257, l='MpServer', x=-232.50, y=130.00, z=-3336.50], EntityChicken['Chicken'/1826256, l='MpServer', x=-231.48, y=104.50, z=-3325.69], EntityItem['item.tile.twilightforest.Log.0'/2882811, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntityItem['item.item.feather'/1826251, l='MpServer', x=-229.95, y=94.50, z=-3328.88], EntityItemFrame['Item Frame'/1826250, l='MpServer', x=-229.97, y=68.50, z=-3338.50], EntityChicken['Chicken'/1826255, l='MpServer', x=-234.84, y=103.00, z=-3328.28], EntityBat['Bat'/4130789, l='MpServer', x=-210.85, y=36.91, z=-3357.59], EntityBat['Bat'/3493358, l='MpServer', x=-208.25, y=64.11, z=-3333.25], EntityItem['item.tile.twilightforest.Log.3'/3178476, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntityItem['item.tile.twilightforest.Roots.0'/2871759, l='MpServer', x=-225.50, y=34.00, z=-3338.50], EntitySpectreIlluminator['Spectre Illuminator'/1826291, l='MpServer', x=-216.50, y=82.05, z=-3384.50], EntitySpectreIlluminator['Spectre Illuminator'/1826292, l='MpServer', x=-232.50, y=82.05, z=-3368.50], EntityBat['Bat'/4427699, l='MpServer', x=-209.82, y=54.87, z=-3372.61], EntityFancyItemFrame['Fancy Item Frame'/1826275, l='MpServer', x=-228.03, y=68.50, z=-3350.50], EntityFancyItemFrame['Fancy Item Frame'/1826274, l='MpServer', x=-228.03, y=70.50, z=-3356.50], EntityFancyItemFrame['Fancy Item Frame'/1826273, l='MpServer', x=-228.03, y=68.50, z=-3356.50], EntityItem['item.tile.natura.nether_sapling.fusewood'/3045588, l='MpServer', x=-225.83, y=34.88, z=-3337.50], EntityFancyItemFrame['Fancy Item Frame'/1826272, l='MpServer', x=-228.03, y=68.50, z=-3354.50]]
  99.     Retry entities: 0 total; []
  100.     Server brand: ungeecord (git:BungeeCord-Bootstrap:1.18-R0.1-SNAPSHOT:c53fb06:unk
  101.     Server type: Non-integrated multiplayer server
  102. Stacktrace:
  103.     at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  104.     at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
  105.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
  106.     at net.minecraft.client.main.Main.main(SourceFile:123)
  107.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  109.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  110.     at java.lang.reflect.Method.invoke(Unknown Source)
  111.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  112.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  113.  
  114. -- System Details --
  115. Details:
  116.     Minecraft Version: 1.12.2
  117.     Operating System: Windows 10 (amd64) version 10.0
  118.     Java Version: 1.8.0_301, Oracle Corporation
  119.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120.     Memory: 2107692352 bytes (2010 MB) / 6227587072 bytes (5939 MB) up to 9442951168 bytes (9005 MB)
  121.     JVM Flags: 8 total; -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+AggressiveOpts -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3120M -Xmx9072M -XX:MaxPermSize=1152M
  122.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  123.     FML: MCP 9.42 Powered by Forge 14.23.5.2858 Optifine OptiFine_1.12.2_HD_U_G5 296 mods loaded, 296 mods active
  124.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  125.  
  126.     | State  | ID                                | Version                  | Source                                                | Signature                                |
  127.     |:------ |:--------------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
  128.     | LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                         | None                                     |
  129.     | LCHIJA | mcp                               | 9.42                     | minecraft.jar                                         | None                                     |
  130.     | LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2858.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  131.     | LCHIJA | forge                             | 14.23.5.2858             | forge-1.12.2-14.23.5.2858.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  132.     | LCHIJA | additionalresources               | 0.1.1                    | additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar | None                                     |
  133.     | LCHIJA | creativecoredummy                 | 1.0.0                    | minecraft.jar                                         | None                                     |
  134.     | LCHIJA | itemphysic                        | 1.4.0                    | minecraft.jar                                         | None                                     |
  135.     | LCHIJA | micdoodlecore                     |                          | minecraft.jar                                         | None                                     |
  136.     | LCHIJA | openmodscore                      | 0.12.2                   | minecraft.jar                                         | None                                     |
  137.     | LCHIJA | biometweakercore                  | 1.0.39                   | minecraft.jar                                         | None                                     |
  138.     | LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                         | None                                     |
  139.     | LCHIJA | opencomputers|core                | 1.7.5.192                | minecraft.jar                                         | None                                     |
  140.     | LCHIJA | randompatches                     | 1.12.2-1.22.1.10         | randompatches-1.12.2-1.22.1.10.jar                    | None                                     |
  141.     | LCHIJA | tweakersconstruct                 | 1.12.2-1.6.1             | tweakersconstruct-1.12.2-1.6.1.jar                    | None                                     |
  142.     | LCHIJA | crafttweaker                      | 4.1.20                   | CraftTweaker2-1.12-4.1.20.672.jar                     | None                                     |
  143.     | LCHIJA | endertweaker                      | 1.2.1                    | EnderTweaker-1.12.2-1.2.1.jar                         | None                                     |
  144.     | LCHIJA | mtlib                             | 3.0.7                    | MTLib-3.0.7.jar                                       | None                                     |
  145.     | LCHIJA | modtweaker                        | 4.0.19                   | modtweaker-4.0.20.5.jar                               | None                                     |
  146.     | LCHIJA | jei                               | 4.16.1.302               | jei_1.12.2-4.16.1.302.jar                             | None                                     |
  147.     | LCHIJA | abyssalcraft                      | 1.10.4                   | AbyssalCraft-1.12.2-1.10.4.jar                        | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  148.     | LCHIJA | ctm                               | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                             | None                                     |
  149.     | LCHIJA | chisel                            | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                          | None                                     |
  150.     | LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                                | None                                     |
  151.     | LCHIJA | endercore                         | 1.12.2-0.5.76            | EnderCore-1.12.2-0.5.76.jar                           | None                                     |
  152.     | LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  153.     | LCHIJA | redstoneflux                      | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar               | None                                     |
  154.     | LCHIJA | cofhcore                          | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar                 | None                                     |
  155.     | LCHIJA | brandonscore                      | 2.4.20                   | BrandonsCore-1.12.2-2.4.20.162-universal.jar          | None                                     |
  156.     | LCHIJA | cofhworld                         | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar                | None                                     |
  157.     | LCHIJA | thermalfoundation                 | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar        | None                                     |
  158.     | LCHIJA | draconicevolution                 | 2.3.28                   | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar    | None                                     |
  159.     | LCHIJA | thermalexpansion                  | 5.5.7                    | ThermalExpansion-1.12.2-5.5.7.1-universal.jar         | None                                     |
  160.     | LCHIJA | tombstone                         | 4.5.2                    | tombstone-4.5.2-1.12.2.jar                            | None                                     |
  161.     | LCHIJA | enderio                           | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  162.     | LCHIJA | enderiointegrationtic             | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  163.     | LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                              | None                                     |
  164.     | LCHIJA | materialispreload                 | 1.2.5                    | materialis-1.12.2-1.2.5.jar                           | None                                     |
  165.     | LCHIJA | quark                             | r1.6-179                 | Quark-r1.6-179.jar                                    | None                                     |
  166.     | LCHIJA | tinkers_reforged_preload          | 1.5.6                    | tinkers_reforged-1.5.6.jar                            | None                                     |
  167.     | LCHIJA | twilightforest                    | 3.11.1021                | twilightforest-1.12.2-3.11.1021-universal.jar         | None                                     |
  168.     | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                      | None                                     |
  169.     | LCHIJA | acintegration                     | 1.11.3                   | AbyssalCraft Integration-1.12.2-1.11.3.jar            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  170.     | LCHIJA | fastbench                         | 1.7.3                    | FastWorkbench-1.12.2-1.7.3.jar                        | None                                     |
  171.     | LCHIJA | actuallyadditions                 | 1.12.2-r152              | ActuallyAdditions-1.12.2-r152.jar                     | None                                     |
  172.     | LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar                  | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  173.     | LCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                          | None                                     |
  174.     | LCHIJA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                         | None                                     |
  175.     | LCHIJA | projecte                          | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                           | None                                     |
  176.     | LCHIJA | tesla                             | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                               | d476d1b22b218a10d845928d1665d45fce301b27 |
  177.     | LCHIJA | p455w0rdslib                      | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                       | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  178.     | LCHIJA | ae2wtlib                          | 1.0.34                   | AE2WTLib-1.12.2-1.0.34.jar                            | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  179.     | LCHIJA | infinitylib                       | 1.12.2-1.12.1            | infinitylib-1.12.1.jar                                | None                                     |
  180.     | LCHIJA | agricraft                         | 2.12.0-1.12.2-b2         | agricraft-2.12.0-1.12.2-b2.jar                        | None                                     |
  181.     | LCHIJA | akashictome                       | 1.2-12                   | AkashicTome-1.2-12.jar                                | None                                     |
  182.     | LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                              | None                                     |
  183.     | LCHIJA | apotheosis                        | 1.12.4                   | Apotheosis-1.12.2-1.12.5.jar                          | None                                     |
  184.     | LCHIJA | applecore                         | 3.4.0                    | AppleCore-mc1.12.2-3.4.0.jar                          | None                                     |
  185.     | LCHIJA | appleskin                         | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                           | None                                     |
  186.     | LCHIJA | thedragonlib                      | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0.jar                         | None                                     |
  187.     | LCHIJA | armorplus                         | 1.12.2-11.28.0.69        | armorplus-1.12.2-11.28.0.69.jar                       | None                                     |
  188.     | LCHIJA | aroma1997core                     | 2.0.0.2.b167             | Aroma1997Core-1.12.2-2.0.0.2.b167.jar                 | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  189.     | LCHIJA | aroma1997sdimension               | 2.0.0.2.b89              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  190.     | LCHIJA | astralsorcery                     | 1.10.27                  | astralsorcery-1.12.2-1.10.27.jar                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  191.     | LCHIJA | attributefix                      | 1.0.4                    | AttributeFix-1.12.2-1.0.4.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
  192.     | LCHIJA | audiodeath                        | 0.7.0_1.9-87aeca7        | audiodeath-1.9-0.7.0.50+87aeca7.jar                   | None                                     |
  193.     | LCHIJA | morphtool                         | 1.2-21                   | Morph-o-Tool-1.2-21.jar                               | None                                     |
  194.     | LCHIJA | autoreglib                        | 1.3-32                   | AutoRegLib-1.3-32.jar                                 | None                                     |
  195.     | LCHIJA | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.37-universal.jar                | None                                     |
  196.     | LCHIJA | botania                           | r1.10-364                | Botania r1.10-364.4.jar                               | None                                     |
  197.     | LCHIJA | avaritiatweaks                    | @VERSION@                | Avaritia's Complement-1.12.2-1.4.jar                  | None                                     |
  198.     | LCHIJA | base                              | 3.14.0                   | base-1.12.2-3.14.0.jar                                | None                                     |
  199.     | LCHIJA | bhc                               | 2.0.3                    | baubley-heart-canisters-1.12.2-2.0.3.jar              | None                                     |
  200.     | LCHIJA | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar                | None                                     |
  201.     | LCHIJA | betterbuilderswands               | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar     | None                                     |
  202.     | LCHIJA | betterquesting                    | 3.5.329                  | BetterQuesting-3.5.329.jar                            | None                                     |
  203.     | LCHIJA | bqt                               | 1.0                      | BetterQuestingTriggerer-1.0.jar                       | None                                     |
  204.     | LCHIJA | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                     | None                                     |
  205.     | LCHIJA | biolib                            | 1.1.3                    | biolib-1.1.3.jar                                      | None                                     |
  206.     | LCHIJA | biometweaker                      | 3.2.369                  | BiomeTweaker-1.12.2-3.2.369.jar                       | 631f326344f7f5fd7df7eb940760ebd52b7c9c17 |
  207.     | LCHIJA | blockcraftery                     | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                        | None                                     |
  208.     | LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                           | None                                     |
  209.     | LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                       | None                                     |
  210.     | LCHIJA | bonsaitrees                       | 1.1.4                    | bonsaitrees-1.1.4-b170.jar                            | None                                     |
  211.     | LCHIJA | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
  212.     | LCHIJA | brokenwings                       | 2.0.0                    | brokenwings-3.0.0.jar                                 | None                                     |
  213.     | LCHIJA | buildinggadgets                   | 2.8.4                    | BuildingGadgets-2.8.4.jar                             | None                                     |
  214.     | LCHIJA | ceramics                          | 1.12-1.3.7b              | Ceramics-1.12-1.3.7b.jar                              | None                                     |
  215.     | LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                              | None                                     |
  216.     | LCHIJA | chancecubes                       | 1.12.2-5.0.2.385         | ChanceCubes-1.12.2-5.0.2.385.jar                      | None                                     |
  217.     | LCHIJA | chickenchunks                     | 2.4.2.74                 | ChickenChunks-1.12.2-2.4.2.74-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  218.     | LCHIJA | chiselsandbits                    | 14.33                    | chiselsandbits-14.33.jar                              | None                                     |
  219.     | LCHIJA | clienttweaks                      | 3.1.11                   | ClientTweaks_1.12.2-3.1.11.jar                        | None                                     |
  220.     | LCHIJA | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                      | None                                     |
  221.     | LCHIJA | compacter                         | 1.3.0.3                  | compacter-1.3.0.3-mc1.12.2.jar                        | None                                     |
  222.     | LCHIJA | compactmachines3                  | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar               | None                                     |
  223.     | LCHIJA | contenttweaker                    | 1.12.2-4.10.0            | ContentTweaker-1.12.2-4.10.0.jar                      | None                                     |
  224.     | LCHIJA | controlling                       | 3.0.10                   | Controlling-3.0.10.jar                                | None                                     |
  225.     | LCHIJA | cookingforblockheads              | 6.5.0                    | CookingForBlockheads_1.12.2-6.5.0.jar                 | None                                     |
  226.     | LCHIJA | copypaste                         | 1.1                      | copypaste-1.1.jar                                     | None                                     |
  227.     | LCHIJA | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                       | None                                     |
  228.     | LCHIJA | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.20.672.jar                     | None                                     |
  229.     | LCHIJA | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.20.672.jar                     | None                                     |
  230.     | LCHIJA | creativecore                      | 1.10.0                   | CreativeCore_v1.10.69_mc1.12.2.jar                    | None                                     |
  231.     | LCHIJA | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                             | None                                     |
  232.     | LCHIJA | custommainmenu                    | 2.0.9.1                  | CustomMainMenu-MC1.12.2-2.0.9.1.jar                   | None                                     |
  233.     | LCHIJA | cyclopscore                       | 1.6.7                    | CyclopsCore-1.12.2-1.6.7.jar                          | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  234.     | LCHIJA | wasaila                           | 1.0                      | Wasaila-1.0.jar                                       | None                                     |
  235.     | LCHIJA | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                           | None                                     |
  236.     | LCHIJA | mousetweaks                       | 2.10.1                   | MouseTweaks-2.10.1-mc1.12.2.jar                       | None                                     |
  237.     | LCHIJA | danknull                          | 1.7.101                  | DankNull-1.12.2-1.7.101.jar                           | 644f38521a349310a5dae0239577dc7beebefaec |
  238.     | LCHIJA | darknesslib                       | 1.1.1                    | DarknessLib-1.12.2-1.1.1.jar                          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  239.     | LCHIJA | darkutils                         | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
  240.     | LCHIJA | diethopper                        | 1.1                      | diethopper-1.1.jar                                    | None                                     |
  241.     | LCHIJA | gunpowderlib                      | 1.12.2-1.1               | GunpowderLib-1.12.2-1.1.jar                           | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  242.     | LCHIJA | dimensionaledibles                | 1.3.2                    | DimensionalEdibles-1.12.2-1.3.2.jar                   | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  243.     | LCHIJA | discordsuite                      | 2.2.4                    | DiscordSuite-2.2.4.jar                                | None                                     |
  244.     | LCHIJA | eleccore                          | 1.9.453                  | ElecCore-1.12.2-1.9.453.jar                           | None                                     |
  245.     | LCHIJA | embers                            | 1.18                     | EmbersRekindled-1.18.jar                              | None                                     |
  246.     | LCHIJA | enderiobase                       | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  247.     | LCHIJA | enderioconduits                   | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  248.     | LCHIJA | enderioconduitsappliedenergistics | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  249.     | LCHIJA | opencomputers                     | 1.7.5.192                | OpenComputers-MC1.12.2-1.7.5.192.jar                  | None                                     |
  250.     | LCHIJA | enderioconduitsopencomputers      | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  251.     | LCHIJA | enderioconduitsrefinedstorage     | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  252.     | LCHIJA | enderiointegrationforestry        | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  253.     | LCHIJA | enderiointegrationticlate         | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  254.     | LCHIJA | enderioinvpanel                   | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  255.     | LCHIJA | ftblib                            | 5.4.7.2                  | FTBLib-5.4.7.2.jar                                    | None                                     |
  256.     | LCHIJA | enderiomachines                   | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  257.     | LCHIJA | enderiopowertools                 | 5.2.66                   | EnderIO-1.12.2-5.2.66.jar                             | None                                     |
  258.     | LCHIJA | enderioendergy                    | 5.2.66                   | EnderIO-endergy-1.12.2-5.2.66.jar                     | None                                     |
  259.     | LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  260.     | LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                       | None                                     |
  261.     | LCHIJA | endermanevo                       | 1.0.33                   | EndermanEvolution-1.12.2-1.0.33.jar                   | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  262.     | LCHIJA | epicsiegemod                      | 13.168                   | EpicSiegeMod-13.168.jar                               | None                                     |
  263.     | LCHIJA | mikesmodslib                      | 1.0.2                    | MikesModsLib-1.0.2.jar                                | None                                     |
  264.     | LCHIJA | projectex                         | 1.2.0.40                 | ProjectEX-1.2.0.40.jar                                | None                                     |
  265.     | LCHIJA | equivalentintegrations            | 0.4.6                    | EquivalentIntegrations-0.4.6.jar                      | None                                     |
  266.     | LCHIJA | erebus                            | 1.0.32                   | Erebus-1.0.32.jar                                     | None                                     |
  267.     | LCHIJA | everlastingabilities              | 1.5.3                    | EverlastingAbilities-1.12.2-1.5.3.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  268.     | LCHIJA | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                    | None                                     |
  269.     | LCHIJA | exnihilocreatio                   | 1.12.2-0.4.7.2           | exnihilocreatio-1.12.2-0.4.7.2.jar                    | None                                     |
  270.     | LCHIJA | hammercore                        | 2.0.6.31                 | HammerLib-1.12.2-2.0.6.31.jar                         | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  271.     | LCHIJA | expequiv                          | 12.3.17                  | ExpandedEquivalence-1.12.2-12.3.17.jar                | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  272.     | LCHIJA | extendedcrafting                  | 1.5.6                    | ExtendedCrafting-1.12.2-1.5.6.jar                     | None                                     |
  273.     | LCHIJA | extracells                        | 2.6.5                    | ExtraCells-1.12.2-2.6.5.jar                           | None                                     |
  274.     | LCHIJA | galacticraftcore                  | 4.0.2.280                | GalacticraftCore-1.12.2-4.0.2.280.jar                 | None                                     |
  275.     | LCHIJA | galacticraftplanets               | 4.0.2.280                | Galacticraft-Planets-1.12.2-4.0.2.280.jar             | None                                     |
  276.     | LCHIJA | mjrlegendslib                     | 1.12.2-1.2.1             | MJRLegendsLib-1.12.2-1.2.1.jar                        | b02331787272ec3515ebe63ecdeea0d746653468 |
  277.     | LCHIJA | extraplanets                      | 1.12.2-0.7.3             | ExtraPlanets-1.12.2-0.7.3.jar                         | b02331787272ec3515ebe63ecdeea0d746653468 |
  278.     | LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                            | None                                     |
  279.     | LCHIJA | zerocore                          | 1.12.2-0.1.2.9           | zerocore-1.12.2-0.1.2.9.jar                           | None                                     |
  280.     | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68          | ExtremeReactors-1.12.2-0.4.5.68.jar                   | None                                     |
  281.     | LCHIJA | farmingforblockheads              | 3.1.28                   | FarmingForBlockheads_1.12.2-3.1.28.jar                | None                                     |
  282.     | LCHIJA | fencejumper                       | 1.0.5                    | fencejumper-1.12-1.0.5.jar                            | None                                     |
  283.     | LCHIJA | foamfix                           | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                            | None                                     |
  284.     | LCHIJA | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  285.     | LCHIJA | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar          | None                                     |
  286.     | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar          | None                                     |
  287.     | LCHIJA | ftbbackups                        | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                                | None                                     |
  288.     | LCHIJA | ftbutilities                      | 5.4.1.131                | FTBUtilities-5.4.1.131.jar                            | None                                     |
  289.     | LCHIJA | furnaceoverhaul                   | 2.2.2                    | furnaceoverhaul-1.12.2-2.2.2.jar                      | None                                     |
  290.     | LCHIJA | galacticrafttweaker               | 1.12.2-1.0.3             | GalacticraftTweaker-1.12.2-1.0.3.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
  291.     | LCHIJA | gardenofglass                     | sqrt(-1)                 | GardenOfGlass.jar                                     | None                                     |
  292.     | LCHIJA | grue                              | 1.8.1                    | Grue-1.12.2-1.8.1.jar                                 | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  293.     | LCHIJA | huntingdim                        | 1.0.42                   | HuntingDimension-1.12.2-1.0.42.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
  294.     | LCHIJA | immersiveengineering              | 0.12-98                  | ImmersiveEngineering-0.12-98.jar                      | None                                     |
  295.     | LCHIJA | immersivepetroleum                | 1.1.10                   | immersivepetroleum-1.12.2-1.1.10.jar                  | None                                     |
  296.     | LCHIJA | mcmultipart                       | 2.5.3                    | MCMultiPart-2.5.3.jar                                 | None                                     |
  297.     | LCHIJA | mekanism                          | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                         | None                                     |
  298.     | LCHIJA | teslacorelib                      | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
  299.     | LCHIJA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar            | None                                     |
  300.     | LCHIJA | lunatriuscore                     | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar           | None                                     |
  301.     | LCHIJA | ingameinfoxml                     | 2.8.2.94                 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar           | None                                     |
  302.     | LCHIJA | instantunify                      | 1.1.2                    | instantunify-1.12.2-1.1.2.jar                         | None                                     |
  303.     | LCHIJA | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar                  | None                                     |
  304.     | LCHIJA | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar                 | None                                     |
  305.     | LCHIJA | natura                            | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                            | None                                     |
  306.     | LCHIJA | nuclearcraft                      | 2.18z                    | NuclearCraft-2.18z-1.12.2.jar                         | None                                     |
  307.     | LCHIJA | harvestcraft                      | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                       | None                                     |
  308.     | LCHIJA | randomthings                      | 4.2.7.4                  | RandomThings-MC1.12.2-4.2.7.4.jar                     | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  309.     | LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                               | None                                     |
  310.     | LCHIJA | rftools                           | 7.73                     | rftools-1.12-7.73.jar                                 | None                                     |
  311.     | LCHIJA | integrationforegoing              | 1.12.2-1.11              | IntegrationForegoing-1.12.2-1.11.jar                  | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  312.     | LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                              | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  313.     | LCHIJA | journeymap                        | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                           | None                                     |
  314.     | LCHIJA | jee                               | 1.0.8                    | JustEnoughEnergistics-1.12.2-1.0.8.jar                | None                                     |
  315.     | LCHIJA | justenoughpetroleum               | 0.1                      | JustEnoughPetroleum-0.1.jar                           | None                                     |
  316.     | LCHIJA | karatgarden                       | 0.1.4                    | KaratGarden-0.1.4-[1.12.2].jar                        | None                                     |
  317.     | LCHIJA | kleeslabs                         | 5.4.12                   | KleeSlabs_1.12.2-5.4.12.jar                           | None                                     |
  318.     | LCHIJA | kc                                | 1.12                     | knobcontrol-1.12-4.0.20.jar                           | None                                     |
  319.     | LCHIJA | libraryex                         | 1.2.2                    | LibraryEx-1.12.2-1.2.2.jar                            | None                                     |
  320.     | LCHIJA | lootbags                          | 2.5.8.5                  | LootBags-1.12.2-2.5.8.5.jar                           | None                                     |
  321.     | LCHIJA | lootcapacitortooltips             | 1.3                      | lootcapacitortooltips-1.3.jar                         | None                                     |
  322.     | LCHIJA | lttweaker                         | 1.1.14                   | LootTableTweaker-1.12.2-1.1.14.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
  323.     | LCHIJA | lordcraft                         | 1.0.0                    | Lord Craft 2.10.3.jar                                 | None                                     |
  324.     | LCHIJA | lostcities                        | 2.0.22                   | lostcities-1.12-2.0.22.jar                            | None                                     |
  325.     | LCHIJA | magneticraft                      | 2.7.0                    | Magneticraft_1.12-2.8.4.3-dev.jar                     | None                                     |
  326.     | LCHIJA | manavisualizer                    | r1.0-1                   | ManaVisualizer-r1.0-1.jar                             | None                                     |
  327.     | LCHIJA | mapgadgets                        | @VERSION@                | Mapmaker's Gadgets-1.2_for_1.12.x.jar                 | None                                     |
  328.     | LCHIJA | matc                              | 1.0.1-hotfix             | matc-1.0.1-hotfix.jar                                 | None                                     |
  329.     | LCHIJA | materialis                        | 1.2.5                    | materialis-1.12.2-1.2.5.jar                           | None                                     |
  330.     | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390         | MekanismGenerators-1.12.2-9.8.3.390.jar               | None                                     |
  331.     | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390         | MekanismTools-1.12.2-9.8.3.390.jar                    | None                                     |
  332.     | LCHIJA | mob_grinding_utils                | 0.3.13                   | MobGrindingUtils-0.3.13.jar                           | None                                     |
  333.     | LCHIJA | modelloader                       | 1.1.7                    | modelloader-1.1.7.jar                                 | None                                     |
  334.     | LCHIJA | modnametooltip                    | 1.10.1                   | modnametooltip_1.12.2-1.10.1.jar                      | None                                     |
  335.     | LCHIJA | modularmachinery                  | 1.11.1                   | modularmachinery-1.12.2-1.11.1.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  336.     | LCHIJA | moreoverlays                      | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                      | None                                     |
  337.     | LCHIJA | morpheus                          | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                           | None                                     |
  338.     | LCHIJA | mputils                           | 1.5.6                    | MPUtils-1.12.2-1.5.7.jar                              | None                                     |
  339.     | LCHIJA | mpbasic                           | 1.4.7                    | mpbasic-1.12.2-1.4.11.jar                             | None                                     |
  340.     | LCHIJA | mrtjpcore                         | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar               | None                                     |
  341.     | LCHIJA | mymworlddownloader                | 1.12.2-2.2.1             | MyM-WorldDownloader-client-1.12.2-2.2.1-all.jar       | None                                     |
  342.     | LCHIJA | mymcosmetics                      | 1.0                      | MyMCosmetics-client-1.12.2-1.0-all.jar                | None                                     |
  343.     | LCHIJA | neat                              | 1.4-17                   | Neat 1.4-17.jar                                       | None                                     |
  344.     | LCHIJA | projectred-core                   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar                  | None                                     |
  345.     | LCHIJA | projectred-exploration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar                 | None                                     |
  346.     | LCHIJA | wawla                             | 2.6.275                  | Wawla-1.12.2-2.6.275.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
  347.     | LCHIJA | netherendingores                  | 1.12.2-1.4.2             | Netherending-Ores-1.12.2-1.4.2.jar                    | None                                     |
  348.     | LCHIJA | netherex                          | 2.2.5                    | NetherEx-1.12.2-2.2.5.jar                             | None                                     |
  349.     | LCHIJA | nmsot                             | 1.2.2-mc1.12.2           | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar               | None                                     |
  350.     | LCHIJA | neid                              | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                              | None                                     |
  351.     | LCHIJA | examplemod                        | 1.0                      | NuclearCraft-2.18z-1.12.2.jar                         | None                                     |
  352.     | LCHIJA | oauth                             | ${version}               | oauth-1.06.3.jar                                      | None                                     |
  353.     | LCHIJA | omlib                             | 3.1.5-256                | omlib-1.12.2-3.1.5-256.jar                            | None                                     |
  354.     | LCHIJA | ompd                              | 3.1.1-76                 | ompd-1.12.2-3.1.1-76.jar                              | None                                     |
  355.     | LCHIJA | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  356.     | LCHIJA | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                           | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  357.     | LCHIJA | openmodularturrets                | 3.1.14-382               | openmodularturrets-1.12.2-3.1.14-382.jar              | None                                     |
  358.     | LCHIJA | oreexcavation                     | 1.4.150                  | OreExcavation-1.4.150.jar                             | None                                     |
  359.     | LCHIJA | overloaded                        | 0.0.59                   | Overloaded-1.12.2-0.0.59.jar                          | None                                     |
  360.     | LCHIJA | overpoweredarmorbar               | @VERSION@                | overloadedarmorbar-1.0.4g.jar                         | None                                     |
  361.     | LCHIJA | packmode                          | 1.2.0                    | packmode-1.12.2-1.2.0.jar                             | None                                     |
  362.     | LCHIJA | packmodemenu                      | 1.0.6                    | PackModeMenu-1.0.6.jar                                | None                                     |
  363.     | LCHIJA | patchouli                         | 1.0-23.6                 | Patchouli-1.0-23.6.jar                                | None                                     |
  364.     | LCHIJA | pneumaticcraft                    | 1.12.2-0.11.15-398       | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar   | None                                     |
  365.     | LCHIJA | portality                         | 1.0-SNAPSHOT             | portality-1.12.2-1.2.3-15.jar                         | None                                     |
  366.     | LCHIJA | progressivebosses                 | 1.5.4                    | ProgressiveBosses-1.5.4-mc1.12.x.jar                  | None                                     |
  367.     | LCHIJA | projectintelligence               | 1.0.9                    | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar     | None                                     |
  368.     | LCHIJA | projectred-expansion              | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar            | None                                     |
  369.     | LCHIJA | projectred-relocation             | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar            | None                                     |
  370.     | LCHIJA | projectred-transportation         | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar            | None                                     |
  371.     | LCHIJA | quantumflux                       | 2.0.18                   | quantumflux-1.12.2-2.0.18.jar                         | None                                     |
  372.     | LCHIJA | reborncore                        | 3.19.5                   | RebornCore-1.12.2-3.19.5-universal.jar                | None                                     |
  373.     | LCHIJA | quantumstorage                    | 4.7.0                    | QuantumStorage-1.12-4.7.0.jar                         | None                                     |
  374.     | LCHIJA | redstonearsenal                   | 2.6.6                    | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar          | None                                     |
  375.     | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796         | Reliquary-1.12.2-1.3.4.796.jar                        | None                                     |
  376.     | LCHIJA | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                     | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  377.     | LCHIJA | rftoolscontrol                    | 2.0.2                    | rftoolsctrl-1.12-2.0.2.jar                            | None                                     |
  378.     | LCHIJA | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                              | None                                     |
  379.     | LCHIJA | riteclicker                       | 1.12_1                   | riteclicker-1.12.2_2.jar                              | None                                     |
  380.     | LCHIJA | rockcandy                         | 1.12.2-3.00              | rockcandy-1.12.2-3.0.0.jar                            | None                                     |
  381.     | LCHIJA | simplevoidworld                   | 1.2.0.9                  | Simple-Void-World-1.12-1.2.0.9-universal.jar          | None                                     |
  382.     | LCHIJA | simplesponge                      | 3.7                      | SimpleSponge-1.12.2-3.7.jar                           | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  383.     | LCHIJA | simple_trophies                   | 1.2.2                    | simpletrophies-1.2.2.1.jar                            | None                                     |
  384.     | LCHIJA | thermaldynamics                   | 2.5.6                    | ThermalDynamics-1.12.2-2.5.6.1-universal.jar          | None                                     |
  385.     | LCHIJA | simplyjetpacks                    | 1.12.2-2.2.20.0          | SimplyJetpacks2-1.12.2-2.2.20.0.jar                   | None                                     |
  386.     | LCHIJA | skylandsforge                     | 1.12.2_0.2               | SkyLandsForge-1.12.2_0.2.jar                          | None                                     |
  387.     | LCHIJA | solarflux                         | 12.4.11                  | SolarFluxReborn-1.12.2-12.4.11.jar                    | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  388.     | LCHIJA | soot                              | 1.10-hotfix              | Soot-1.10-hotfix.jar                                  | None                                     |
  389.     | LCHIJA | stackie                           | 1.6.0.48                 | Stackie-1.12.2-1.6.0.48-universal.jar                 | None                                     |
  390.     | LCHIJA | stacksize                         | 1.1                      | stacksize-1.12.2-1.0.jar                              | None                                     |
  391.     | LCHIJA | bq_standard                       | 3.4.173                  | StandardExpansion-3.4.173.jar                         | None                                     |
  392.     | LCHIJA | storagedrawers                    | 5.2.2                    | StorageDrawers-1.12.2-5.4.2.jar                       | None                                     |
  393.     | LCHIJA | teslafied                         | 1.1.1                    | teslafied-1.12-1.1.1.jar                              | None                                     |
  394.     | LCHIJA | thermalinnovation                 | 0.3.6                    | ThermalInnovation-1.12.2-0.3.6.1-universal.jar        | None                                     |
  395.     | LCHIJA | thermalsolars                     | 1.12.2 V1.9.5            | thermalsolars-1.12.2-1.9.5.jar                        | None                                     |
  396.     | LCHIJA | tinkers_reforged                  | 1.5.6                    | tinkers_reforged-1.5.6.jar                            | None                                     |
  397.     | LCHIJA | tcomplement                       | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar                    | None                                     |
  398.     | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                   | None                                     |
  399.     | LCHIJA | tp                                | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar            | None                                     |
  400.     | LCHIJA | tipthescales                      | 1.0.4                    | TipTheScales-1.12.2-1.0.4.jar                         | None                                     |
  401.     | LCHIJA | toastcontrol                      | 1.8.1                    | Toast Control-1.12.2-1.8.1.jar                        | None                                     |
  402.     | LCHIJA | translocators                     | 2.5.2.81                 | Translocators-1.12.2-2.5.2.81-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  403.     | LCHIJA | ts2k16                            | 1.2.10                   | TS2K16-1.2.10.jar                                     | None                                     |
  404.     | LCHIJA | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar                 | None                                     |
  405.     | LCHIJA | waitingtime                       | 1.0.1                    | WaitingTime-1.0.1.jar                                 | None                                     |
  406.     | LCHIJA | wanionlib                         | 1.12.2-2.8               | WanionLib-1.12.2-2.8.jar                              | None                                     |
  407.     | LCHIJA | waystones                         | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                            | None                                     |
  408.     | LCHIJA | wct                               | 3.12.97                  | WirelessCraftingTerminal-1.12.2-3.12.97.jar           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  409.     | LCHIJA | wit                               | 1.0.2                    | WirelessInterfaceTerminal-1.12.2-1.0.2.jar            | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  410.     | LCHIJA | witherskelefix                    | 2.6.3                    | WitherSkeletonTweaks-1.12.2-2.6.3.jar                 | None                                     |
  411.     | LCHIJA | woot                              | 1.12.2-1.4.11            | woot-1.12.2-1.4.11.jar                                | None                                     |
  412.     | LCHIJA | worldeditcuife3                   | 3.0.5                    | WorldEdit-CUI-FE3-1.12.2-3.0.5.jar                    | None                                     |
  413.     | LCHIJA | xnet                              | 1.8.2                    | xnet-1.12-1.8.2.jar                                   | None                                     |
  414.     | LCHIJA | yabba                             | 1.1.2.54                 | YABBA-1.1.2.54.jar                                    | None                                     |
  415.     | LCHIJA | ynot                              | 0.2.4                    | YNot-0.2.4.jar                                        | None                                     |
  416.     | LCHIJA | nofog                             | 1.12.2-1.12.2-1.0.3.0    | NoFog-1.12.2b3.jar                                    | 0bf221d944c89aaf3ccb7b8315148f222be50739 |
  417.     | LCHIJA | phosphor-lighting                 | 1.12.2-0.2.7             | phosphor-forge-mc1.12.2-0.2.7-universal.jar           | None                                     |
  418.     | LCHIJA | eleccoreloader                    | 1.9.453                  | ElecCore-1.12.2-1.9.453.jar                           | None                                     |
  419.     | LCHIJA | moofluids                         | 1.12.2-1.8.12.02a        | MooFluids-1.12.2-1.8.12.02a.jar                       | None                                     |
  420.     | LCHIJA | mysticallib                       | 1.12.2-1.13.0            | mysticallib-1.12.2-1.13.0.jar                         | None                                     |
  421.     | LCHIJA | teslacorelib_registries           | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                      | None                                     |
  422.     | LCHIJA | tweakersconstructpostload         | 1.12.2-1.6.1             | tweakersconstruct-1.12.2-1.6.1.jar                    | None                                     |
  423.     | LCHIJA | unidict                           | 1.12.2-3.0.10            | UniDict-1.12.2-3.0.10.jar                             | None                                     |
  424.  
  425.     Loaded coremods (and transformers):
  426. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  427.   blusunrize.immersiveengineering.common.asm.IEClassTransformer
  428. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  429.   li.cil.oc.common.asm.ClassTransformer
  430. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  431.   mekanism.coremod.KeybindingMigrationHelper
  432. ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
  433.   com.creativemd.itemphysic.ItemTransformer
  434. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  435.   micdoodle8.mods.miccore.MicdoodleTransformer
  436. PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
  437.  
  438. Quark Plugin (Quark-r1.6-179.jar)
  439.   vazkii.quark.base.asm.ClassTransformer
  440. AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  441.   squeek.applecore.asm.TransformerModuleHandler
  442. BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  443.   me.superckl.biometweakercore.BiomeTweakerASMTransformer
  444. UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  445.   wanion.unidict.core.UniDictCoreModTransformer
  446. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  447.   invtweaks.forge.asm.ContainerTransformer
  448. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  449.   com.enderio.core.common.transform.EnderCoreTransformer
  450.   com.enderio.core.common.transform.SimpleMixinPatcher
  451. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  452.   lumien.resourceloader.asm.ClassTransformer
  453. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
  454.  
  455. HCASM (HammerLib-1.12.2-2.0.6.31.jar)
  456.   com.zeitheron.hammercore.asm.HammerCoreTransformer
  457. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
  458.   lumien.randomthings.asm.ClassTransformer
  459. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  460.   com.therandomlabs.randompatches.core.RPTransformer
  461. ForgelinPlugin (Forgelin-1.8.4.jar)
  462.  
  463. 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.14-1.12.2.jar)
  464.  pl.asie.foamfix.coremod.FoamFixTransformer
  465. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  466.  openmods.core.OpenModsClassTransformer
  467. Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
  468.  
  469. ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  470.  shadows.ApotheosisTransformer
  471. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  472.  team.chisel.ctm.client.asm.CTMTransformer
  473. Plugin (NotEnoughIDs-1.5.4.4.jar)
  474.  ru.fewizz.neid.asm.Transformer
  475. WTPlugin (WaitingTime-1.0.1.jar)
  476.  com.blamejared.waitingtime.core.WTClassTransformer
  477. AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  478.  
  479. CreativePatchingLoader (CreativeCore_v1.10.69_mc1.12.2.jar)
  480.  
  481.     GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 610/PCIe/SSE2'
  482.     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]
  483.     Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  484.                  * Optifine is installed. This is NOT supported.
  485.                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  486.     Authlib is : /C:/Users/osirisgothra/AppData/Roaming/.mineyourmind/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  487.  
  488.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  489.     !!!You are looking at the diagnostics information, not at the crash.       !!!
  490.     !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  491.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  492.  
  493.     Pulsar/tconstruct loaded Pulses:
  494.         - TinkerCommons (Enabled/Forced)
  495.         - TinkerWorld (Enabled/Not Forced)
  496.         - TinkerTools (Enabled/Not Forced)
  497.         - TinkerHarvestTools (Enabled/Forced)
  498.         - TinkerMeleeWeapons (Enabled/Forced)
  499.         - TinkerRangedWeapons (Enabled/Forced)
  500.         - TinkerModifiers (Enabled/Forced)
  501.         - TinkerSmeltery (Enabled/Not Forced)
  502.         - TinkerGadgets (Enabled/Not Forced)
  503.         - TinkerOredict (Enabled/Forced)
  504.         - TinkerIntegration (Enabled/Forced)
  505.         - TinkerFluids (Enabled/Forced)
  506.         - TinkerMaterials (Enabled/Forced)
  507.         - TinkerModelRegister (Enabled/Forced)
  508.         - chiselIntegration (Enabled/Not Forced)
  509.         - chiselsandbitsIntegration (Enabled/Not Forced)
  510.         - craftingtweaksIntegration (Enabled/Not Forced)
  511.         - wailaIntegration (Enabled/Not Forced)
  512.         - quarkIntegration (Enabled/Not Forced)
  513.  
  514.     AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  515.     HammerCore Debug Information:
  516.         Dependent Mods:
  517.             -Expanded Equivalence (expequiv) @ 12.3.17
  518.  
  519.     Pulsar/natura loaded Pulses:
  520.         - NaturaCommons (Enabled/Forced)
  521.         - NaturaOverworld (Enabled/Not Forced)
  522.         - NaturaNether (Enabled/Not Forced)
  523.         - NaturaDecorative (Enabled/Not Forced)
  524.         - NaturaTools (Enabled/Not Forced)
  525.         - NaturaEntities (Enabled/Not Forced)
  526.         - NaturaOredict (Enabled/Forced)
  527.         - NaturaWorld (Enabled/Not Forced)
  528.         - craftingtweaksIntegration (Enabled/Not Forced)
  529.  
  530.     Pulsar/tcomplement loaded Pulses:
  531.         - ModuleCommons (Enabled/Forced)
  532.         - ModuleMelter (Enabled/Not Forced)
  533.         - ModuleArmor (Enabled/Not Forced)
  534.         - ModuleSteelworks (Enabled/Not Forced)
  535.         - CeramicsPlugin (Enabled/Not Forced)
  536.         - ChiselPlugin (Enabled/Not Forced)
  537.         - ExNihiloPlugin (Enabled/Not Forced)
  538.         - ToolLevelingPlugin (Enabled/Not Forced)
  539.         - Oredict (Enabled/Forced)
  540.  
  541.     List of loaded APIs:
  542.         * AbyssalCraftAPI (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  543.         * AbyssalCraftAPI|Biome (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  544.         * AbyssalCraftAPI|Block (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  545.         * AbyssalCraftAPI|Caps (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  546.         * AbyssalCraftAPI|Condition (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  547.         * AbyssalCraftAPI|Disruption (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  548.         * AbyssalCraftAPI|Energy (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  549.         * AbyssalCraftAPI|Entity (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  550.         * AbyssalCraftAPI|Event (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  551.         * AbyssalCraftAPI|Integration (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  552.         * AbyssalCraftAPI|Internal (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  553.         * AbyssalCraftAPI|Item (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  554.         * AbyssalCraftAPI|Necronomicon (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  555.         * AbyssalCraftAPI|Recipe (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  556.         * AbyssalCraftAPI|Rending (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  557.         * AbyssalCraftAPI|Ritual (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  558.         * AbyssalCraftAPI|Spell (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  559.         * AbyssalCraftAPI|Structure (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  560.         * AbyssalCraftAPI|Transfer (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  561.         * AbyssalCraftAPI|TransferCaps (1.30.0) from AbyssalCraft-1.12.2-1.10.4.jar
  562.         * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
  563.         * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
  564.         * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.2-b2.jar
  565.         * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
  566.         * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  567.         * ArmorPlusApi (2.1) from armorplus-1.12.2-11.28.0.69.jar
  568.         * Base|API (1.0.0) from base-1.12.2-3.14.0.jar
  569.         * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  570.         * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  571.         * BetterQuesting|API (3.2) from BetterQuesting-3.5.329.jar
  572.         * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.329.jar
  573.         * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
  574.         * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar
  575.         * BiomeTweakerAPI (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  576.         * BiomeTweakerAPI|block (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  577.         * BiomeTweakerAPI|event (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  578.         * BiomeTweakerAPI|property (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  579.         * BiomeTweakerAPI|script (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  580.         * BiomeTweakerAPI|script|object (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  581.         * BiomeTweakerAPI|script|pack (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  582.         * BiomeTweakerAPI|script|wrapper (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  583.         * BiomeTweakerAPI|world|gen|feature (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  584.         * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
  585.         * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  586.         * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
  587.         * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
  588.         * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
  589.         * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
  590.         * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  591.         * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  592.         * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  593.         * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  594.         * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  595.         * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  596.         * DarknessLibAPI (1.1.0) from DarknessLib-1.12.2-1.1.1.jar
  597.         * DarknessLibAPI|Cap (1.1.0) from DarknessLib-1.12.2-1.1.1.jar
  598.         * DarknessLibAPI|Internal (1.1.0) from DarknessLib-1.12.2-1.1.1.jar
  599.         * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
  600.         * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.453.jar
  601.         * EmbersAPI (0.1) from EmbersRekindled-1.18.jar
  602.         * enderioapi (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  603.         * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  604.         * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  605.         * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  606.         * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  607.         * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  608.         * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  609.         * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  610.         * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.2.66.jar
  611.         * EpicSiegeMod|API (1.0) from EpicSiegeMod-13.168.jar
  612.         * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
  613.         * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.280.jar
  614.         * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  615.         * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
  616.         * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
  617.         * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  618.         * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
  619.         * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
  620.         * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
  621.         * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
  622.         * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
  623.         * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.302.jar
  624.         * MagneticraftAPI (1.0.0) from Magneticraft_1.12-2.8.4.3-dev.jar
  625.         * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  626.         * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  627.         * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  628.         * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  629.         * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  630.         * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  631.         * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
  632.         * Model-Loader (1.1.0) from modelloader-1.1.7.jar
  633.         * Model-Loader-Vectors (1.0.0) from modelloader-1.1.7.jar
  634.         * MouseTweaks|API (1.0) from MouseTweaks-2.10.1-mc1.12.2.jar
  635.         * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
  636.         * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  637.         * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  638.         * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  639.         * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  640.         * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  641.         * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  642.         * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  643.         * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  644.         * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  645.         * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  646.         * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  647.         * PatchouliAPI (6) from Patchouli-1.0-23.6.jar
  648.         * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar
  649.         * projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
  650.         * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
  651.         * QuarkAPI (4) from Quark-r1.6-179.jar
  652.         * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
  653.         * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
  654.         * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
  655.         * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
  656.         * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
  657.         * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  658.         * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  659.         * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  660.         * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  661.         * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  662.         * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
  663.         * SuperScript (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  664.         * SuperScript|script (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  665.         * SuperScript|script|command (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  666.         * SuperScript|script|object (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  667.         * SuperScript|util (1.8.369) from BiomeTweaker-1.12.2-3.2.369.jar
  668.         * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
  669.         * tombstone-api (1.4.0) from tombstone-4.5.2-1.12.2.jar
  670.         * tombstone-api-capability (1.4.0) from tombstone-4.5.2-1.12.2.jar
  671.         * tombstone-api-event (1.4.0) from tombstone-4.5.2-1.12.2.jar
  672.         * tombstone-api-magic (1.4.0) from tombstone-4.5.2-1.12.2.jar
  673.         * tombstone-api-recipe (1.4.0) from tombstone-4.5.2-1.12.2.jar
  674.         * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
  675.         * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
  676.         * wit|api (1.0.2) from WirelessInterfaceTerminal-1.12.2-1.0.2.jar
  677.         * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  678.         * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  679.         * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  680.         * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  681.     Patchouli open book context: n/a
  682.     RebornCore:
  683.         Plugin Engine: 0
  684.         RebornCore Version: 3.19.5
  685.         Runtime Debofucsation 1
  686.         Invalid fingerprint detected for RebornCore!
  687.         RenderEngine: 1
  688.     AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:ON, CRAFTTWEAKER:ON
  689.     Launched Version: 1.12.2
  690.     LWJGL: 2.9.4
  691.     OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
  692.     GL Caps: Using GL 1.3 multitexturing.
  693. Using GL 1.3 texture combiners.
  694. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  695. Shaders are available because OpenGL 2.1 is supported.
  696. VBOs are available because OpenGL 1.5 is supported.
  697.  
  698.     Using VBOs: Yes
  699.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  700.     Type: Client (map_client.txt)
  701.     Resource Packs: soartex.zip
  702.     Current Language: English (US)
  703.     Profiler Position: N/A (disabled)
  704.     CPU: 8x Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
  705.     OptiFine Version: OptiFine_1.12.2_HD_U_G5
  706.     OptiFine Build: 20210124-142939
  707.     Render Distance Chunks: 8
  708.     Mipmaps: 0
  709.     Anisotropic Filtering: 1
  710.     Antialiasing: 0
  711.     Multitexture: false
  712.     Shaders: null
  713.     OpenGlVersion: 4.5.0 NVIDIA 353.62
  714.     OpenGlRenderer: GeForce GT 610/PCIe/SSE2
  715.     OpenGlVendor: NVIDIA Corporation
  716.     CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement