Advertisement
choekstr

1.12.2 Building Gadgets Crash with Natura Eucalyptus wood

May 3rd, 2019
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-r1.5-146.jar)
  5. CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-11.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
  8. ForgelinPlugin (Forgelin-1.8.2.jar)
  9. LittlePatchingLoader (LittleTiles_v1.5.0-pre134_mc1.12.2.jar)
  10. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  11. CreativePatchingLoader (CreativeCore_v1.9.43_mc1.12.2.jar)
  12. BlurPlugin (Blur-1.0.4-14.jar)
  13. ApotheosisCore (Apotheosis-1.12.2-1.9.2.jar)
  14. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  15. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  16. MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  17. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  18. EnderCorePlugin (EnderCore-1.12.2-0.5.52-core.jar)
  19. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  20. 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.5-1.12.2.jar)
  21. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  22. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  23. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  24. ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
  25. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  26. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  27. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.2+build43-universal.jar)
  28. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  29. StepupfixCore (StepupFix-1.12.2-1.0.0.4.b17.jar)
  30. Contact their authors BEFORE contacting forge
  31.  
  32. // You should try our sister game, Minceraft!
  33.  
  34. Time: 5/3/19 11:32 PM
  35. Description: Unexpected error
  36.  
  37. java.lang.ArrayIndexOutOfBoundsException: 36
  38. at cofh.core.gui.container.InventoryContainerItemWrapper.func_70301_a(InventoryContainerItemWrapper.java:142)
  39. at net.minecraftforge.items.wrapper.InvWrapper.getStackInSlot(InvWrapper.java:68)
  40. at com.direwolf20.buildinggadgets.common.tools.InventoryManipulation.countInContainer(InventoryManipulation.java:304)
  41. at com.direwolf20.buildinggadgets.common.tools.InventoryManipulation.countItem(InventoryManipulation.java:174)
  42. at com.direwolf20.buildinggadgets.common.tools.ToolRenders.renderExchangerOverlay(ToolRenders.java:273)
  43. at com.direwolf20.buildinggadgets.client.proxy.ClientProxy.renderWorldLastEvent(ClientProxy.java:94)
  44. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_246_ClientProxy_renderWorldLastEvent_RenderWorldLastEvent.invoke(.dynamic)
  45. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  46. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  47. at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:196)
  48. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1432)
  49. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
  50. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
  51. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
  52. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  53. at net.minecraft.client.main.Main.main(SourceFile:123)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  57. at java.lang.reflect.Method.invoke(Unknown Source)
  58. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  59. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- Head --
  66. Thread: Client thread
  67. Stacktrace:
  68. at cofh.core.gui.container.InventoryContainerItemWrapper.func_70301_a(InventoryContainerItemWrapper.java:142)
  69. at net.minecraftforge.items.wrapper.InvWrapper.getStackInSlot(InvWrapper.java:68)
  70. at com.direwolf20.buildinggadgets.common.tools.InventoryManipulation.countInContainer(InventoryManipulation.java:304)
  71. at com.direwolf20.buildinggadgets.common.tools.InventoryManipulation.countItem(InventoryManipulation.java:174)
  72. at com.direwolf20.buildinggadgets.common.tools.ToolRenders.renderExchangerOverlay(ToolRenders.java:273)
  73. at com.direwolf20.buildinggadgets.client.proxy.ClientProxy.renderWorldLastEvent(ClientProxy.java:94)
  74. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_246_ClientProxy_renderWorldLastEvent_RenderWorldLastEvent.invoke(.dynamic)
  75. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  76. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  77. at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:196)
  78. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1432)
  79. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
  80.  
  81. -- Affected level --
  82. Details:
  83. Level name: MpServer
  84. All players: 2 total; [EntityPlayerSP['choekstr'/919, l='MpServer', x=-100.85, y=68.00, z=474.15], EntityOtherPlayerMP['soppamies01'/13368, l='MpServer', x=-92.26, y=63.00, z=454.88]]
  85. Chunk stats: MultiplayerChunkCache: 441, 441
  86. Level seed: 0
  87. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  88. Level generator options:
  89. Level spawn location: World: (-40,64,504), Chunk: (at 8,4,8 in -3,31; contains blocks -48,0,496 to -33,255,511), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  90. Level time: 21452558 game time, 27181405 day time
  91. Level dimension: 0
  92. Level storage version: 0x00000 - Unknown?
  93. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  94. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  95. Forced entities: 106 total; [EntityHenLeghorn['Leghorn Hen'/513, l='MpServer', x=-131.50, y=17.00, z=455.50], EntityOstrich['Ostrich'/514, l='MpServer', x=-126.52, y=68.00, z=463.17], EntityCreeper['Creeper'/435205, l='MpServer', x=-53.50, y=16.00, z=497.50], EntityOstrich['Ostrich'/516, l='MpServer', x=-128.83, y=68.00, z=467.82], EntityOstrich['Ostrich'/517, l='MpServer', x=-126.45, y=68.00, z=464.45], EntityOstrich['Ostrich'/518, l='MpServer', x=-127.84, y=68.00, z=464.64], EntityOstrich['Ostrich'/521, l='MpServer', x=-128.83, y=68.00, z=465.86], EntityOstrich['Ostrich'/528, l='MpServer', x=-128.83, y=68.00, z=464.55], EntityOstrich['Ostrich'/529, l='MpServer', x=-125.34, y=68.00, z=464.31], EntityOstrich['Ostrich'/530, l='MpServer', x=-125.32, y=68.00, z=463.17], EntityOstrich['Ostrich'/533, l='MpServer', x=-124.18, y=68.00, z=463.30], EntityOstrich['Ostrich'/534, l='MpServer', x=-124.18, y=68.00, z=466.58], EntityOstrich['Ostrich'/535, l='MpServer', x=-124.18, y=68.00, z=467.82], EntityOstrich['Ostrich'/536, l='MpServer', x=-128.83, y=68.00, z=463.17], EntityOstrich['Ostrich'/537, l='MpServer', x=-124.18, y=68.00, z=464.35], EntityOstrich['Ostrich'/538, l='MpServer', x=-127.69, y=68.00, z=467.82], EntityOstrich['Ostrich'/539, l='MpServer', x=-124.18, y=68.00, z=465.51], EntityOstrich['Ostrich'/540, l='MpServer', x=-125.36, y=68.00, z=467.79], EntityOstrich['Ostrich'/541, l='MpServer', x=-125.23, y=68.00, z=465.52], EntityOstrich['Ostrich'/542, l='MpServer', x=-126.52, y=68.00, z=467.82], EntityOstrich['Ostrich'/543, l='MpServer', x=-127.73, y=68.00, z=465.68], EntityOstrich['Ostrich'/544, l='MpServer', x=-126.47, y=68.00, z=466.76], EntityOstrich['Ostrich'/545, l='MpServer', x=-125.30, y=68.00, z=466.69], EntityOstrich['Ostrich'/546, l='MpServer', x=-127.73, y=68.00, z=463.47], EntityOstrich['Ostrich'/547, l='MpServer', x=-126.48, y=68.00, z=465.57], EntityOstrich['Ostrich'/549, l='MpServer', x=-127.70, y=68.00, z=466.76], EntityWorm['Worm'/560, l='MpServer', x=-107.50, y=59.50, z=462.50], EntityWorm['Worm'/561, l='MpServer', x=-101.50, y=59.50, z=462.50], EntityWorm['Worm'/562, l='MpServer', x=-107.50, y=59.50, z=465.50], EntityWorm['Worm'/563, l='MpServer', x=-101.50, y=59.50, z=465.50], EntityRoosterLeghorn['Leghorn Rooster'/565, l='MpServer', x=-108.75, y=35.00, z=489.55], EntityOtherPlayerMP['soppamies01'/13368, l='MpServer', x=-92.26, y=63.00, z=454.88], EntityCreeper['Creeper'/460863, l='MpServer', x=-35.50, y=13.00, z=432.50], EntityMerchant['Swap-O-Matic'/589, l='MpServer', x=-82.21, y=71.00, z=431.52], EntityOtherPlayerMP['soppamies01'/13368, l='MpServer', x=-21.91, y=88.39, z=609.86], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityHenLeghorn['Leghorn Hen'/619, l='MpServer', x=-53.00, y=17.00, z=425.75], EntityZombie['Zombie'/620, l='MpServer', x=-52.80, y=19.00, z=422.47], EntityRoosterLeghorn['Leghorn Rooster'/622, l='MpServer', x=-59.70, y=46.00, z=515.70], EntityHenLeghorn['Leghorn Hen'/624, l='MpServer', x=-59.75, y=46.00, z=515.75], EntityRoosterLeghorn['Leghorn Rooster'/625, l='MpServer', x=-59.30, y=46.00, z=515.30], EntityRoosterLeghorn['Leghorn Rooster'/628, l='MpServer', x=-59.70, y=46.00, z=515.70], EntityHenLeghorn['Leghorn Hen'/629, l='MpServer', x=-59.25, y=46.00, z=515.25], EntityZombie['Zombie'/633, l='MpServer', x=-35.32, y=32.06, z=435.03], EntityPainting['Painting'/905, l='MpServer', x=46.03, y=78.00, z=298.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityBat['Bat'/454794, l='MpServer', x=-39.95, y=36.10, z=418.19], EntityBat['Bat'/454792, l='MpServer', x=-99.48, y=17.10, z=482.75], EntityZombie['Zombie'/456346, l='MpServer', x=-35.50, y=19.00, z=429.50], EntityCreeper['Creeper'/371884, l='MpServer', x=-106.40, y=41.00, z=450.85], EntitySpider['Spider'/456394, l='MpServer', x=-37.50, y=32.00, z=433.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntitySkeleton['Skeleton'/431307, l='MpServer', x=-116.27, y=40.00, z=444.47], EntityBat['Bat'/460500, l='MpServer', x=-87.49, y=43.04, z=533.99], EntityBat['Bat'/460498, l='MpServer', x=-87.36, y=42.09, z=533.44], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityOtherPlayerMP['Sheyin'/1852, l='MpServer', x=55.25, y=84.00, z=306.83], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityItem['item.item.exoticbirds.ostrich_egg'/452338, l='MpServer', x=-126.21, y=68.00, z=466.68], EntityPainting['Painting'/880, l='MpServer', x=51.00, y=79.50, z=300.03], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/880, l='MpServer', x=51.00, y=79.50, z=300.03], EntityPainting['Painting'/899, l='MpServer', x=51.03, y=81.00, z=299.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/878, l='MpServer', x=49.97, y=79.50, z=299.00], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityItem['item.item.exoticbirds.ostrich_egg'/428310, l='MpServer', x=-125.27, y=68.00, z=463.19], EntityZombie['Zombie'/408892, l='MpServer', x=-117.50, y=44.00, z=518.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityOtherPlayerMP['soppamies01'/13368, l='MpServer', x=-92.26, y=63.00, z=454.88], EntityLatchedRenderer['unknown'/1367, l='MpServer', x=-92.26, y=63.00, z=454.88], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/880, l='MpServer', x=51.00, y=79.50, z=300.03], EntityPainting['Painting'/899, l='MpServer', x=51.03, y=81.00, z=299.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityPainting['Painting'/880, l='MpServer', x=51.00, y=79.50, z=300.03], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityZombie['Zombie'/451946, l='MpServer', x=-73.50, y=10.00, z=435.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityOtherPlayerMP['Sheyin'/1852, l='MpServer', x=53.13, y=84.00, z=314.70], EntitySpider['Spider'/456092, l='MpServer', x=-28.50, y=32.00, z=475.50], EntityWitch['Witch'/439709, l='MpServer', x=-22.50, y=45.00, z=408.50], EntityZombie['Zombie'/456093, l='MpServer', x=-31.50, y=32.00, z=471.50], EntityCreeper['Creeper'/451994, l='MpServer', x=-174.30, y=40.00, z=485.30], EntityZombie['Zombie'/456091, l='MpServer', x=-28.50, y=32.00, z=472.50], EntityCreeper['Creeper'/456102, l='MpServer', x=-84.21, y=50.00, z=402.30], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityCreeper['Creeper'/456103, l='MpServer', x=-85.25, y=51.00, z=404.70], EntitySpider['Spider'/456104, l='MpServer', x=-86.02, y=52.00, z=401.97], EntityZombie['Zombie'/447413, l='MpServer', x=-118.50, y=34.00, z=419.50], EntityCreeper['Creeper'/447423, l='MpServer', x=-72.50, y=53.00, z=414.50], EntityItem['item.item.feather'/250810, l='MpServer', x=-59.13, y=46.00, z=515.69], EntityBat['Bat'/446908, l='MpServer', x=-119.75, y=17.00, z=403.53], EntityZombie['Zombie'/426455, l='MpServer', x=-156.50, y=47.00, z=536.50], EntityBat['Bat'/442332, l='MpServer', x=-55.84, y=33.93, z=410.55], EntitySpider['Spider'/426458, l='MpServer', x=-151.70, y=53.10, z=528.70], EntityPlayerSP['choekstr'/919, l='MpServer', x=-100.85, y=68.00, z=474.15], EntityBat['Bat'/446936, l='MpServer', x=-180.34, y=14.01, z=488.63], EntityPainting['Painting'/905, l='MpServer', x=46.03, y=78.00, z=298.50], EntityPainting['Painting'/906, l='MpServer', x=46.50, y=78.50, z=299.97], EntityItem['item.item.exoticbirds.ostrich_egg'/447469, l='MpServer', x=-129.13, y=68.00, z=464.83], EntityMinecartChest['Minecart with Chest'/492, l='MpServer', x=-165.50, y=40.06, z=502.49], EntityHenLeghorn['Leghorn Hen'/493, l='MpServer', x=-164.19, y=50.00, z=500.75], EntityRoosterLeghorn['Leghorn Rooster'/511, l='MpServer', x=-132.37, y=58.00, z=415.44]]
  96. Retry entities: 0 total; []
  97. Server brand: fml,forge
  98. Server type: Non-integrated multiplayer server
  99. Stacktrace:
  100. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  101. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
  102. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
  103. at net.minecraft.client.main.Main.main(SourceFile:123)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  108. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  109. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.12.2
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_211, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 986089968 bytes (940 MB) / 6742343680 bytes (6430 MB) up to 7635730432 bytes (7282 MB)
  118. JVM Flags: 4 total; -Xmx8192m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  119. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  120. FML: MCP 9.42 Powered by Forge 14.23.5.2816 288 mods loaded, 288 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122.  
  123. | State | ID | Version | Source | Signature |
  124. |:------ |:--------------------------------- |:------------------------- |:----------------------------------------------------------- |:---------------------------------------- |
  125. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  126. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  127. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2816.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  128. | LCHIJA | forge | 14.23.5.2816 | forge-1.12.2-14.23.5.2816.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  129. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  130. | LCHIJA | itemphysic | 1.4.0 | minecraft.jar | None |
  131. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  132. | LCHIJA | smoothfontcore | mc1.12.2-2.0-alpha-7 | minecraft.jar | None |
  133. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  134. | LCHIJA | randompatches | 1.12.2-1.15.0.2 | randompatches-1.12.2-1.15.0.2.jar | None |
  135. | LCHIJA | smoothfont | mc1.12.2-2.0-alpha-11 | SmoothFont-mc1.12.2-2.0-alpha-11.jar | None |
  136. | LCHIJA | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  137. | LCHIJA | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
  138. | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  139. | LCHIJA | biomesoplenty | 7.0.1.2427 | BiomesOPlenty-1.12.2-7.0.1.2427-universal.jar | None |
  140. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  141. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  142. | LCHIJA | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  143. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  144. | LCHIJA | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
  145. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zc The 7mm Kidney Stone Update.jar | None |
  146. | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
  147. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  148. | LCHIJA | apotheosis | 1.9.2 | Apotheosis-1.12.2-1.9.2.jar | None |
  149. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  150. | LCHIJA | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
  151. | LCHIJA | endertweaker | 1.1.6 | EnderTweaker-1.12.2-1.1.6.jar | None |
  152. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  153. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  154. | LCHIJA | jei | 4.15.0.277 | jei_1.12.2-4.15.0.277.jar | None |
  155. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  156. | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
  157. | LCHIJA | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  158. | LCHIJA | auginter | 1.1.0 | auginter-1.1.0-1.12.x.jar | None |
  159. | LCHIJA | quark | r1.5-146 | Quark-r1.5-146.jar | None |
  160. | LCHIJA | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
  161. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  162. | LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  163. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  164. | LCHIJA | endercore | 1.12.2-0.5.52 | EnderCore-1.12.2-0.5.52.jar | None |
  165. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  166. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  167. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  168. | LCHIJA | enderio | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  169. | LCHIJA | avaritiaio | 1.1 | avaritiaio-1.2.jar | None |
  170. | LCHIJA | base | 3.12.0 | base-1.12.2-3.12.0.jar | None |
  171. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  172. | LCHIJA | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  173. | LCHIJA | betteranimalsplus | 5.0.2 | betteranimalsplus-5.0.2.jar | None |
  174. | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  175. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  176. | LCHIJA | betterrecords | 1.12.2-1.6.1 | BetterRecords-1.12.2-1.6.1.jar | None |
  177. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  178. | LCHIJA | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  179. | LCHIJA | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  180. | LCHIJA | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  181. | LCHIJA | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  182. | LCHIJA | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  183. | LCHIJA | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  184. | LCHIJA | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  185. | LCHIJA | biomestaff | 1.0.0 | BiomeStaff-1.12.2-1.0.0.jar | None |
  186. | LCHIJA | blockdrops | 1.4.0 | blockdrops-1.12.2-1.4.0.jar | None |
  187. | LCHIJA | blur | 1.0.4-14 | Blur-1.0.4-14.jar | None |
  188. | LCHIJA | bonsaitrees | 1.1.2 | bonsaitrees-1.1.2-b144.jar | None |
  189. | LCHIJA | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  190. | LCHIJA | bookworm | 1.12.2-2.1.0 | bookworm - 2.1.0 (1.12.2).jar | None |
  191. | LCHIJA | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
  192. | LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  193. | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  194. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  195. | LCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  196. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  197. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  198. | LCHIJA | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  199. | LCHIJA | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  200. | LCHIJA | engineersdecor | 1.0.4-b2 | engineersdecor-1.12.2-1.0.4-b2.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  201. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  202. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  203. | LCHIJA | clochecall | 1.1.1 | ClocheCall-1.1.1.jar | None |
  204. | LCHIJA | cyclopscore | 1.1.1 | CyclopsCore-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  205. | LCHIJA | commoncapabilities | 2.2.0 | CommonCapabilities-1.12.2-2.2.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  206. | LCHIJA | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  207. | LCHIJA | compactmachines3 | 3.0.17 | compactmachines3-1.12.2-3.0.17-b267.jar | None |
  208. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  209. | LCHIJA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  210. | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
  211. | LCHIJA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  212. | LCHIJA | craftingstation | 0.0.0 | CraftingStation-0.0.4.jar | None |
  213. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.17.jar | None |
  214. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
  215. | LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.43_mc1.12.2.jar | None |
  216. | LCHIJA | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  217. | LCHIJA | cyclicmagic | 1.19.4 | Cyclic-1.12.2-1.19.4.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  218. | LCHIJA | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None |
  219. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  220. | LCHIJA | danknull | 1.4.46 | DankNull-1.12-1.4.46.jar | None |
  221. | LCHIJA | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
  222. | LCHIJA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
  223. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  224. | LCHIJA | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  225. | LCHIJA | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None |
  226. | LCHIJA | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  227. | LCHIJA | dyndyn | 1.12.2-1.8 | DynamicDynamos-1.12.2-1.8.jar | None |
  228. | LCHIJA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  229. | LCHIJA | elevatorid | 1.3.9 | ElevatorMod-1.12.2-1.3.9.jar | None |
  230. | LCHIJA | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None |
  231. | LCHIJA | emojiful | 1.0.3 | emojiful-1.0.3.jar | None |
  232. | LCHIJA | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  233. | LCHIJA | enderiointegrationtic | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  234. | LCHIJA | enderiobase | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  235. | LCHIJA | enderioconduits | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  236. | LCHIJA | enderioconduitsappliedenergistics | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  237. | LCHIJA | enderioconduitsopencomputers | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  238. | LCHIJA | enderioconduitsrefinedstorage | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  239. | LCHIJA | enderiointegrationforestry | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  240. | LCHIJA | enderiointegrationticlate | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  241. | LCHIJA | ftblib | 5.4.1.96 | FTBLib-5.4.1.96.jar | None |
  242. | LCHIJA | enderiomachines | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  243. | LCHIJA | enderiopowertools | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  244. | LCHIJA | enderioendergy | 5.0.43 | EnderIO-endergy-1.12.2-5.0.43.jar | None |
  245. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  246. | LCHIJA | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  247. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  248. | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  249. | LCHIJA | exnihilocreatio | 1.12.2-0.4.1.2 | exnihilocreatio-1.12.2-0.4.1.2.jar | None |
  250. | LCHIJA | excompressum | 3.0.27 | ExCompressum_1.12.2-3.0.27.jar | None |
  251. | LCHIJA | exoticbirds | 1.0 | Exotic Birds 1.12.2-2.2.1.jar | None |
  252. | LCHIJA | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
  253. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  254. | LCHIJA | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
  255. | LCHIJA | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
  256. | LCHIJA | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None |
  257. | LCHIJA | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
  258. | LCHIJA | fat_cat | 0.0.5 | FatCat-0.0.5.jar | None |
  259. | LCHIJA | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
  260. | LCHIJA | flatcoloredblocks | mc1.12-6.7 | flatcoloredblocks-mc1.12-6.7.jar | None |
  261. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  262. | LCHIJA | mekanism | 1.12.2-9.7.1.371 | Mekanism-1.12.2-9.7.1.371.jar | None |
  263. | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  264. | LCHIJA | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  265. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  266. | LCHIJA | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
  267. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  268. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  269. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  270. | LCHIJA | ftbutilities | 5.4.0.94 | FTBUtilities-5.4.0.94.jar | None |
  271. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.3.jar | None |
  272. | LCHIJA | cfm | 6.2.0 | furniture-6.2.0-1.12.2.jar | None |
  273. | LCHIJA | gamestages | 2.0.114 | GameStages-1.12.2-2.0.114.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  274. | LCHIJA | gasconduits | 1.12.2-1.2.1 | GasConduits-1.12.2-1.2.1.jar | None |
  275. | LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  276. | LCHIJA | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
  277. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  278. | LCHIJA | integrateddynamics | 1.0.11 | IntegratedDynamics-1.12.2-1.0.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  279. | LCHIJA | randomthings | 4.2.7.1 | RandomThings-MC1.12.2-4.2.7.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  280. | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  281. | LCHIJA | hitwithaxe | 1.4.0 | Hit With Axe-1.12.2-1.4.0.jar | None |
  282. | LCHIJA | hungerpersistence | 1.0.1 | HungerPersistence-mc1.12-1.0.1.jar | None |
  283. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  284. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  285. | LCHIJA | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  286. | LCHIJA | sereneseasons | 1.2.15 | SereneSeasons-1.12.2-1.2.15-universal.jar | None |
  287. | LCHIJA | igisereneseasons | 1.0.0.1 | igisereneseasons-1.0.0.1.jar | None |
  288. | LCHIJA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
  289. | LCHIJA | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None |
  290. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  291. | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  292. | LCHIJA | incontrol | 3.9.6 | incontrol-1.12-3.9.6.jar | None |
  293. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  294. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None |
  295. | LCHIJA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  296. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.11.jar | None |
  297. | LCHIJA | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  298. | LCHIJA | rftools | 7.61 | rftools-1.12-7.61.jar | None |
  299. | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  300. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  301. | LCHIJA | inworldcrafting | 1.12.2-1.2.0 | inworldcrafting-1.12.2-1.2.0-universal.jar | None |
  302. | LCHIJA | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
  303. | LCHIJA | itemscroller | 0.12.0 | itemscroller-1.12.2-0.12.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  304. | LCHIJA | itemstages | 2.0.49 | ItemStages-1.12.2-2.0.49.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  305. | LCHIJA | itemzoom | 1.11 | itemzoom_1.12.2-1.11.jar | None |
  306. | LCHIJA | jaopca | 1.12.2-2.2.8.101 | JAOPCA-1.12.2-2.2.8.101.jar | None |
  307. | LCHIJA | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.101.jar | None |
  308. | LCHIJA | jehc | 1.6.3 | jehc-1.12.2-1.6.3.jar | None |
  309. | LCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  310. | LCHIJA | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None |
  311. | LCHIJA | jetif | 1.4.1 | jetif-1.12.2-1.4.1.jar | None |
  312. | LCHIJA | journeymapdefaults | 1.12-0.0.2 | journeymapdefaults-1.0.jar | None |
  313. | LCHIJA | jmapstages | @VERSION@ | JourneyMapStages-1.12.2-2.0.9.jar | None |
  314. | LCHIJA | jecalculation | 1.12.2-3.1.4 | JustEnoughCalculation-1.12.2-3.1.4.jar | None |
  315. | LCHIJA | justenoughdimensions | 1.6.0-dev.20190407.194630 | justenoughdimensions-1.12.2-1.6.0-dev.20190407.194630.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  316. | LCHIJA | jeid | 1.0.2-26 | JustEnoughIDs-1.0.2-26.jar | None |
  317. | LCHIJA | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  318. | LCHIJA | jeresources | 0.9.0.53 | JustEnoughResources-1.12.2-0.9.0.53.jar | None |
  319. | LCHIJA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  320. | LCHIJA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None |
  321. | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre134_mc1.12.2.jar | None |
  322. | LCHIJA | livingenchantment | 3.1.9 | living_enchantment-3.1.9.jar | None |
  323. | LCHIJA | lootcapacitortooltips | 1.3 | lootcapacitortooltips-1.3.jar | None |
  324. | LCHIJA | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  325. | LCHIJA | loyaltymedals | 1.2.1 | Loyalty Medals-1.2.1.jar | None |
  326. | LCHIJA | lumberjack | 1.4.1 | lumberjack-1.4.1.jar | None |
  327. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  328. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  329. | LCHIJA | malisisswitches | 1.12.2-5.1.0 | malisisswitches-1.12.2-5.1.0.jar | None |
  330. | LCHIJA | meecreeps | 1.2.3 | meecreeps-1.12-1.2.3.jar | None |
  331. | LCHIJA | mekanismgenerators | 1.12.2-9.7.1.371 | MekanismGenerators-1.12.2-9.7.1.371.jar | None |
  332. | LCHIJA | mekanismtools | 1.12.2-9.7.1.371 | MekanismTools-1.12.2-9.7.1.371.jar | None |
  333. | LCHIJA | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
  334. | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  335. | LCHIJA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  336. | LCHIJA | moreavaritia | 3.2 | moreavaritia-mc1.12.2-v3.2.jar | None |
  337. | LCHIJA | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
  338. | LCHIJA | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  339. | LCHIJA | llibrary | 1.7.18 | llibrary-1.7.18-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  340. | LCHIJA | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  341. | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  342. | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  343. | LCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  344. | LCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  345. | LCHIJA | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  346. | LCHIJA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
  347. | LCHIJA | noworldgen5you | 1.0.8 | NoWorldgen5You-1.12.2-1.0.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  348. | LCHIJA | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None |
  349. | LCHIJA | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  350. | LCHIJA | patchouli | 1.0-18 | Patchouli-1.0-18.jar | None |
  351. | LCHIJA | placeableitems | 3.3 | placeableitems-3.3.jar | None |
  352. | LCHIJA | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None |
  353. | LCHIJA | pneumaticcraft | 1.12.2-0.10.3-337 | pneumaticcraft-repressurized-1.12.2-0.10.3-337.jar | None |
  354. | LCHIJA | psf | 0.2.0 | practical-space-fireworks-0.2.0.7.jar | None |
  355. | LCHIJA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  356. | LCHIJA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  357. | LCHIJA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
  358. | LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  359. | LCHIJA | randomtweaks | 1.12.2-2.5.0.3 | randomtweaks-1.12.2-2.5.0.3.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  360. | LCHIJA | reborncore | 3.13.12.447 | RebornCore-1.12.2-3.13.12.447-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  361. | LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
  362. | LCHIJA | recipestages | 1.1.1 | RecipeStages-1.1.1.jar | None |
  363. | LCHIJA | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  364. | LCHIJA | refined_avaritia | 2.6 | refined_avaritia-1.12.2-2.6.jar | None |
  365. | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  366. | LCHIJA | rsgauges | 1.1.4 | rsgauges-1.12.2-1.1.4.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  367. | LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
  368. | LCHIJA | scavenge | 1.8 | Scavenge V1.12-1.8.3.2.jar | None |
  369. | LCHIJA | simplesponge | 3.6.2 | SimpleSponge-1.12.2-3.6.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  370. | LCHIJA | simple_trophies | 1.1.0 | simpletrophies-1.1.0.jar | None |
  371. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  372. | LCHIJA | simplyjetpacks | 2.2.11.64 | SimplyJetpacks2-1.12.2-2.2.11.64.jar | None |
  373. | LCHIJA | solcarrot | 1.12.2-1.6.3 | solcarrot-1.12.2-1.6.3.jar | None |
  374. | LCHIJA | soundreloader | 1.1 | soundreloader-1.2-1.12.2.jar | None |
  375. | LCHIJA | stackable | 1.3.3 | stackable-1.12.2-1.3.3.jar | None |
  376. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  377. | LCHIJA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  378. | LCHIJA | tellme | 0.7.0-dev.20190410.193230 | tellme-1.12.2-0.7.0-dev.20190410.193230.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  379. | LCHIJA | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  380. | LCHIJA | timestages | 1.2.1 | Time Stages-1.2.1.jar | None |
  381. | LCHIJA | tp | 3.2.32 | tinyprogressions-1.12.2-3.3.32-Release.jar | None |
  382. | LCHIJA | tmel | 1.12.2-1.3.2.2 | tmel-1.12.2-1.3.2.2.jar | None |
  383. | LCHIJA | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
  384. | LCHIJA | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  385. | LCHIJA | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  386. | LCHIJA | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  387. | LCHIJA | ts2k16 | 1.2.10 | TS2K16-1.2.10.jar | None |
  388. | LCHIJA | universalremote | 1.12-0.9.10 | UniversalRemote-1.12-0.9.10.jar | None |
  389. | LCHIJA | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
  390. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  391. | LCHIJA | vanilladeathchest | 1.12.2-1.9.0.0 | vanilladeathchest-1.12.2-1.9.0.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  392. | LCHIJA | vending | 1.12.2-3.0.1.2 | vending-1.12.2-3.0.1.2.jar | None |
  393. | LCHIJA | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
  394. | LCHIJA | voidislandcontrol | 1.5.3 | voidislandcontrol-1.5.3.jar | None |
  395. | LCHIJA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
  396. | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  397. | LCHIJA | wumpleutil | 2.12.6 | wumpleutil-1.12.2-2.12.6.jar | 1e57901a90acd4a3a54295b6decff5397be51a31 |
  398. | LCHIJA | webslinger | 2.2.4 | webslinger-1.12.2-2.2.4.jar | 1e57901a90acd4a3a54295b6decff5397be51a31 |
  399. | LCHIJA | weeeflowers | 1.12.2b | Weee! Flowers 1.12.2b.jar | None |
  400. | LCHIJA | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None |
  401. | LCHIJA | worldtooltips | 1.3.0 | World-Tooltips-1.12.2-1.3.0-111.jar | None |
  402. | LCHIJA | worleycaves | 1.4.0 | worleycaves-1.4.0.jar | None |
  403. | LCHIJA | xencraft | 1.0.0.3 | XenCraft-1.0.0.3.jar | None |
  404. | LCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  405. | LCHIJA | structurize | 1.12.2-0.10.79-ALPHA | structurize-1.12.2-0.10.79-ALPHA.jar | None |
  406. | LCHIJA | minecolonies | 1.12.2-0.10.259-RELEASE | minecolonies-1.12.2-0.10.259-RELEASE-universal.jar | None |
  407. | LCHIJA | phosphor-lighting | 1.12.2-0.2.2 | phosphor-1.12.2-0.2.2+build43-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  408. | LCHIJA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  409. | LCHIJA | pipemaster | 1.0.2 | PipeMaster-1.0.2-b8.jar | None |
  410. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  411. | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  412. | LCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  413.  
  414. Loaded coremods (and transformers):
  415. LoadingPlugin (Quark-r1.5-146.jar)
  416. vazkii.quark.base.asm.ClassTransformer
  417. CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-11.jar)
  418. bre.smoothfont.asm.Transformer
  419. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  420. squeek.applecore.asm.TransformerModuleHandler
  421. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
  422. sereneseasons.asm.transformer.EntityRendererTransformer
  423. sereneseasons.asm.transformer.WorldTransformer
  424. ForgelinPlugin (Forgelin-1.8.2.jar)
  425.  
  426. LittlePatchingLoader (LittleTiles_v1.5.0-pre134_mc1.12.2.jar)
  427. com.creativemd.littletiles.LittleTilesTransformer
  428. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  429. team.chisel.ctm.client.asm.CTMTransformer
  430. CreativePatchingLoader (CreativeCore_v1.9.43_mc1.12.2.jar)
  431.  
  432. BlurPlugin (Blur-1.0.4-14.jar)
  433. com.tterrag.blur.BlurTransformer
  434. ApotheosisCore (Apotheosis-1.12.2-1.9.2.jar)
  435. shadows.ApotheosisTransformer
  436. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  437. lumien.resourceloader.asm.ClassTransformer
  438. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  439.  
  440. MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  441.  
  442. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  443. lumien.randomthings.asm.ClassTransformer
  444. EnderCorePlugin (EnderCore-1.12.2-0.5.52-core.jar)
  445. com.enderio.core.common.transform.EnderCoreTransformer
  446. com.enderio.core.common.transform.SimpleMixinPatcher
  447. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  448. pw.prok.realbench.asm.RBTransformer
  449. 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.5-1.12.2.jar)
  450. pl.asie.foamfix.coremod.FoamFixTransformer
  451. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  452. invtweaks.forge.asm.ContainerTransformer
  453. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  454. com.therandomlabs.randompatches.core.RPTransformer
  455. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  456. org.dimdev.jeid.JEIDTransformer
  457. ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
  458. com.creativemd.itemphysic.ItemTransformer
  459. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  460. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  461. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  462. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  463. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  464. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.2+build43-universal.jar)
  465.  
  466. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  467.  
  468. StepupfixCore (StepupFix-1.12.2-1.0.0.4.b17.jar)
  469.  
  470. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.94' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
  471. Pulsar/natura loaded Pulses:
  472. - NaturaCommons (Enabled/Forced)
  473. - NaturaOverworld (Enabled/Not Forced)
  474. - NaturaNether (Enabled/Not Forced)
  475. - NaturaDecorative (Enabled/Not Forced)
  476. - NaturaTools (Enabled/Not Forced)
  477. - NaturaEntities (Enabled/Not Forced)
  478. - NaturaOredict (Enabled/Forced)
  479. - NaturaWorld (Enabled/Not Forced)
  480.  
  481. Pulsar/craftingstation loaded Pulses:
  482. - TinkerTools (Enabled/Not Forced)
  483. - theoneprobeIntegration (Enabled/Not Forced)
  484.  
  485. List of loaded APIs:
  486. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
  487. * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
  488. * Base|API (1.0.0) from base-1.12.2-3.12.0.jar
  489. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  490. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  491. * BetterWithModsAPI (Beta 0.6) from Quark-r1.5-146.jar
  492. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.50.jar
  493. * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  494. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  495. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  496. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  497. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.31.jar
  498. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
  499. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.2.0.jar
  500. * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4a.jar
  501. * CSLib|API (1.0.1) from PTRLib-1.0.4.jar
  502. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  503. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  504. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  505. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  506. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  507. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  508. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  509. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  510. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  511. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  512. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  513. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  514. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  515. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  516. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.27.jar
  517. * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
  518. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.jar
  519. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  520. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
  521. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
  522. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  523. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  524. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  525. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  526. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
  527. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  528. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  529. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  530. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
  531. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
  532. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  533. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  534. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  535. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
  536. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  537. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
  538. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  539. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  540. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
  541. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
  542. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
  543. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
  544. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.11.jar
  545. * jeresources|API (0.9.0.53) from JustEnoughResources-1.12.2-0.9.0.53.jar
  546. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
  547. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
  548. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
  549. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
  550. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
  551. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.277.jar
  552. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  553. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  554. * MekanismAPI|gas (9.1.0) from Mekanism-1.12.2-9.7.1.371.jar
  555. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  556. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  557. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  558. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.1.371.jar
  559. * PatchouliAPI (6) from Patchouli-1.0-18.jar
  560. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.10.3-337.jar
  561. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar
  562. * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
  563. * psf-api (0.0.1) from practical-space-fireworks-0.2.0.7.jar
  564. * psf-api-client (0.0.1) from practical-space-fireworks-0.2.0.7.jar
  565. * psf-api-module (0.0.1) from practical-space-fireworks-0.2.0.7.jar
  566. * psf-api-spacecraft (0.0.1) from practical-space-fireworks-0.2.0.7.jar
  567. * psf-api-util (0.0.1) from practical-space-fireworks-0.2.0.7.jar
  568. * QuarkAPI (2) from Quark-r1.5-146.jar
  569. * reborncoreAPI (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  570. * reborncoreAPI|Power (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  571. * reborncoreAPI|Recipe (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  572. * reborncoreAPI|Tile (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  573. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  574. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
  575. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  576. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  577. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  578. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  579. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  580. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  581. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  582. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  583. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  584. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  585. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  586. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  587. RebornCore:
  588. Plugin Engine: 0
  589. RebornCore Version: 3.13.12.447
  590. Runtime Debofucsation 1
  591. RenderEngine: 0
  592. Ender IO: No known problems detected.
  593.  
  594. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  595. !!!You are looking at the diagnostics information, not at the crash. !!!
  596. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  597. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  598.  
  599. Launched Version: forge-14.23.5.2816
  600. LWJGL: 2.9.4
  601. OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 416.94, NVIDIA Corporation
  602. GL Caps: Using GL 1.3 multitexturing.
  603. Using GL 1.3 texture combiners.
  604. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  605. Shaders are available because OpenGL 2.1 is supported.
  606. VBOs are available because OpenGL 1.5 is supported.
  607.  
  608. Using VBOs: Yes
  609. Is Modded: Definitely; Client brand changed to 'fml,forge'
  610. Type: Client (map_client.txt)
  611. Resource Packs: RSRecolor+-+Purple.zip
  612. Current Language: English (US)
  613. Profiler Position: N/A (disabled)
  614. CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement