Advertisement
Twingrey

crash-2018-07-23_16.07.38-client.txt

Jul 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.11 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  5. CTMCorePlugin (CTM-MC1.12.2-0.3.2.17.jar)
  6. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  7. offlineskins (OfflineSkins-1.12.2-v4-core.jar)
  8. FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar)
  9. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  10. IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
  11. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  12. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  13. FMLPlugin (elulib-0.1.12.jar)
  14. EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
  15. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  16. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  17. LoadingPlugin (NoNausea-MC1.12-1.0.jar)
  18. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  19. ForgelinPlugin (Forgelin-1.7.4.jar)
  20. ItemPatchingLoader (ItemPhysic_Full_1.4.12_mc1.12.2.jar)
  21. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  22. Plugin (NotEnoughIDs-1.5.4.2.jar)
  23. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  24. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  25. LoadingPlugin (RandomThings-MC1.12.2-4.1.9.jar)
  26. RandomPatches (randompatches-1.12.2-1.4.1.1.jar)
  27. AstralCore (astralsorcery-1.12.2-1.9.3.jar)
  28. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  29. Contact their authors BEFORE contacting forge
  30.  
  31. // Why is it breaking :(
  32.  
  33. Time: 7/23/18 4:07 PM
  34. Description: Updating screen events
  35.  
  36. java.lang.RuntimeException: Fluid tinker_io.fluids.PureMetal@6ad661c3 (puremetal, class tinker_io.fluids.PureMetal) from item 1xic2.fluid_cell@0 returned an unregistered block from getBlock(). This is a major bug in the mod that fluid belongs to.
  37. at crazypants.enderio.base.paint.PaintUtil.getBlockFromItem(PaintUtil.java:280)
  38. at crazypants.enderio.base.paint.PaintSourceValidator.isValidSourceDefault(PaintSourceValidator.java:29)
  39. at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:40)
  40. at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37)
  41. at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170)
  42. at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610)
  43. at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582)
  44. at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46)
  45. at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388)
  46. at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169)
  47. at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117)
  48. at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89)
  49. at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78)
  50. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3706_InputHandler_onGuiMouseEvent_Pre.invoke(.dynamic)
  51. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  52. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  53. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500)
  54. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
  55. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  56. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  57. at net.minecraft.client.main.Main.main(SourceFile:123)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:497)
  62. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  63. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Client thread
  71. Stacktrace:
  72. at crazypants.enderio.base.paint.PaintUtil.getBlockFromItem(PaintUtil.java:280)
  73. at crazypants.enderio.base.paint.PaintSourceValidator.isValidSourceDefault(PaintSourceValidator.java:29)
  74. at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:40)
  75. at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37)
  76. at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170)
  77. at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610)
  78. at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582)
  79. at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46)
  80. at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388)
  81. at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169)
  82. at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117)
  83. at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89)
  84. at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78)
  85. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3706_InputHandler_onGuiMouseEvent_Pre.invoke(.dynamic)
  86. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  87. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  88. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500)
  89.  
  90. -- Affected screen --
  91. Details:
  92. Screen name: mezz.jei.gui.recipes.RecipesGui
  93.  
  94. -- Affected level --
  95. Details:
  96. Level name: MpServer
  97. All players: 1 total; [GCEntityClientPlayerMP['Dviiix'/655, l='MpServer', x=3192.05, y=68.00, z=1495.68]]
  98. Chunk stats: MultiplayerChunkCache: 441, 441
  99. Level seed: 0
  100. Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: false
  101. Level generator options:
  102. Level spawn location: World: (198,64,-159), Chunk: (at 6,4,1 in 12,-10; contains blocks 192,0,-160 to 207,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  103. Level time: 1565195 game time, 1841306 day time
  104. Level dimension: 0
  105. Level storage version: 0x00000 - Unknown?
  106. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  107. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  108. Forced entities: 59 total; [EntityCreeper['Creeper'/4224, l='MpServer', x=3206.50, y=18.00, z=1435.50], EntityCreeper['Creeper'/4737, l='MpServer', x=3254.50, y=47.00, z=1510.50], EntityZombie['Zombie'/4611, l='MpServer', x=3215.54, y=40.00, z=1531.22], EntityZombie['Zombie'/4612, l='MpServer', x=3215.50, y=40.00, z=1529.50], EntityBasicVampire['Vampire'/4744, l='MpServer', x=3241.30, y=44.00, z=1563.70], EntityZombie['Zombie'/3849, l='MpServer', x=3175.48, y=57.00, z=1471.73], EntitySpider['Spider'/3979, l='MpServer', x=3247.50, y=51.00, z=1480.50], EntitySkeleton['Skeleton'/3089, l='MpServer', x=3186.49, y=47.00, z=1511.71], EntitySquid['Squid'/4497, l='MpServer', x=3239.40, y=59.77, z=1491.51], EntitySquid['Squid'/4498, l='MpServer', x=3244.16, y=62.48, z=1487.82], EntitySquid['Squid'/4499, l='MpServer', x=3243.69, y=60.34, z=1483.79], EntitySquid['Squid'/4500, l='MpServer', x=3241.57, y=61.26, z=1489.74], EntityBasicVampire['Vampire'/4630, l='MpServer', x=3245.50, y=40.00, z=1574.50], GCEntityClientPlayerMP['Dviiix'/655, l='MpServer', x=3192.05, y=68.00, z=1495.68], EntitySkeleton['Skeleton'/4632, l='MpServer', x=3242.50, y=40.00, z=1568.50], EntityBat['Bat'/4506, l='MpServer', x=3226.59, y=40.12, z=1440.81], EntityBat['Bat'/4256, l='MpServer', x=3242.83, y=44.10, z=1557.98], EntityBat['Bat'/4771, l='MpServer', x=3261.24, y=48.20, z=1498.70], EntitySkeleton['Skeleton'/4135, l='MpServer', x=3263.50, y=40.00, z=1449.50], EntitySkeleton['Skeleton'/4136, l='MpServer', x=3263.50, y=40.00, z=1446.50], EntityBat['Bat'/4392, l='MpServer', x=3244.86, y=17.10, z=1452.42], EntitySkeleton['Skeleton'/4520, l='MpServer', x=3232.50, y=28.00, z=1489.50], EntityCreeper['Creeper'/4651, l='MpServer', x=3239.50, y=40.00, z=1566.50], EntityBasicHunter['Vampire Hunter'/684, l='MpServer', x=3134.84, y=71.00, z=1471.48], EntityCreeper['Creeper'/4652, l='MpServer', x=3239.50, y=40.00, z=1565.50], EntitySpider['Spider'/4653, l='MpServer', x=3230.50, y=40.00, z=1567.50], EntityCreeper['Creeper'/4526, l='MpServer', x=3162.50, y=30.00, z=1500.50], EntitySpider['Spider'/4654, l='MpServer', x=3264.46, y=75.00, z=1438.79], EntityBasicHunter['Vampire Hunter'/816, l='MpServer', x=3132.79, y=71.00, z=1469.52], EntityAdvancedVampire['The powerful Bill'/4660, l='MpServer', x=3126.49, y=39.00, z=1526.78], EntityZombie['Zombie'/4538, l='MpServer', x=3186.50, y=40.00, z=1433.50], EntityLatchedRenderer['unknown'/1084, l='MpServer', x=3192.05, y=68.00, z=1495.68], EntityBasicVampire['Vampire'/4412, l='MpServer', x=3203.50, y=30.00, z=1431.50], EntityBat['Bat'/3920, l='MpServer', x=3260.25, y=40.10, z=1473.17], EntityZombie['Zombie'/4305, l='MpServer', x=3250.50, y=48.00, z=1486.50], EntityFrogs['Frog'/851, l='MpServer', x=3237.85, y=67.00, z=1476.17], EntityBat['Bat'/4435, l='MpServer', x=3267.79, y=47.10, z=1501.25], EntityFrogs['Frog'/852, l='MpServer', x=3222.15, y=68.00, z=1462.32], EntityEnderman['Enderman'/4052, l='MpServer', x=3270.50, y=35.00, z=1552.50], EntityCreeper['Creeper'/3797, l='MpServer', x=3171.23, y=55.00, z=1476.61], EntityBat['Bat'/4696, l='MpServer', x=3268.22, y=46.31, z=1544.00], EntityCreeper['Creeper'/4315, l='MpServer', x=3205.50, y=36.00, z=1502.50], EntitySkeleton['Skeleton'/4447, l='MpServer', x=3259.50, y=47.00, z=1499.50], EntityCreeper['Creeper'/4320, l='MpServer', x=3152.17, y=42.00, z=1486.48], EntityCreeper['Creeper'/4704, l='MpServer', x=3260.50, y=72.00, z=1423.50], VengeanceSpirit['Vengeance Spirit'/4449, l='MpServer', x=3193.89, y=68.00, z=1500.44], EntitySpider['Spider'/4578, l='MpServer', x=3270.50, y=67.00, z=1521.50], EntityMinecartChest['Minecart with Chest'/740, l='MpServer', x=3255.50, y=39.06, z=1510.50], EntityZombieVillager['Zombie Villager'/4581, l='MpServer', x=3251.50, y=18.00, z=1501.50], EntityMinecartChest['Minecart with Chest'/746, l='MpServer', x=3240.50, y=39.06, z=1510.50], EntityEnderman['Enderman'/4202, l='MpServer', x=3244.50, y=30.00, z=1449.50], EntityEnderman['Enderman'/4204, l='MpServer', x=3246.42, y=30.00, z=1448.50], EntitySkeleton['Skeleton'/4077, l='MpServer', x=3200.50, y=13.00, z=1424.69], EntitySkeleton['Skeleton'/4594, l='MpServer', x=3249.50, y=45.00, z=1533.50], EntityBasicVampire['Vampire'/4597, l='MpServer', x=3251.50, y=20.00, z=1560.50], EntityCreeper['Creeper'/4471, l='MpServer', x=3231.50, y=49.00, z=1477.50], EntityCreeper['Creeper'/4472, l='MpServer', x=3234.50, y=49.00, z=1476.50], EntityZombie['Zombie'/4473, l='MpServer', x=3240.50, y=49.00, z=1476.50], EntitySpider['Spider'/4474, l='MpServer', x=3232.50, y=49.00, z=1476.50]]
  109. Retry entities: 0 total; []
  110. Server brand: fml,forge
  111. Server type: Non-integrated multiplayer server
  112. Stacktrace:
  113. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  114. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2739)
  115. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
  116. at net.minecraft.client.main.Main.main(SourceFile:123)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  120. at java.lang.reflect.Method.invoke(Method.java:497)
  121. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  122. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  123.  
  124. -- System Details --
  125. Details:
  126. Minecraft Version: 1.12.2
  127. Operating System: Windows 7 (amd64) version 6.1
  128. Java Version: 1.8.0_51, Oracle Corporation
  129. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  130. Memory: 1442842224 bytes (1376 MB) / 7167279104 bytes (6835 MB) up to 7714897920 bytes (7357 MB)
  131. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7424m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:+ExplicitGCInvokesConcurrent
  132. IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 105
  133. FML: MCP 9.42 Powered by Forge 14.23.4.2738 Optifine OptiFine_1.12.2_HD_U_E1 294 mods loaded, 294 mods active
  134. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  135.  
  136. | State | ID | Version | Source | Signature |
  137. |:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  138. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  139. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  140. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2738.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  141. | UCHIJA | forge | 14.23.4.2738 | forge-1.12.2-14.23.4.2738.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  142. | UCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  143. | UCHIJA | itemphysic | 1.4.0 | minecraft.jar | None |
  144. | UCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  145. | UCHIJA | micdoodlecore | | minecraft.jar | None |
  146. | UCHIJA | multihotbarcore | 1.12.2-1.0.1-build-T22 | minecraft.jar | None |
  147. | UCHIJA | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
  148. | UCHIJA | openmodscore | 0.11.5 | minecraft.jar | None |
  149. | UCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  150. | UCHIJA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  151. | UCHIJA | randompatches | 1.12.2-1.4.1.1 | randompatches-1.12.2-1.4.1.1.jar | None |
  152. | UCHIJA | elucore | 1.0 | minecraft.jar | None |
  153. | UCHIJA | rpghud | 3.6.6.2 | [1.12] RPG-HUD-3.6.6.2.jar | None |
  154. | UCHIJA | jei | 4.11.0.202 | jei_1.12.2-4.11.0.202.jar | None |
  155. | UCHIJA | abyssalcraft | 1.9.4.10 | AbyssalCraft-1.12.2-1.9.4.10.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  156. | UCHIJA | ctm | MC1.12.2-0.3.2.17 | CTM-MC1.12.2-0.3.2.17.jar | None |
  157. | UCHIJA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  158. | UCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  159. | UCHIJA | endercore | 1.12.2-0.5.35 | EnderCore-1.12.2-0.5.35.jar | None |
  160. | UCHIJA | thaumcraft | 6.1.BETA17 | Thaumcraft-1.12.2-6.1.BETA17.jar | None |
  161. | UCHIJA | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  162. | UCHIJA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  163. | UCHIJA | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
  164. | UCHIJA | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None |
  165. | UCHIJA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  166. | UCHIJA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  167. | UCHIJA | draconicevolution | 2.3.12 | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar | None |
  168. | UCHIJA | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  169. | UCHIJA | enderio | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  170. | UCHIJA | enderiointegrationtic | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  171. | UCHIJA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  172. | UCHIJA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  173. | UCHIJA | acintegration | 1.6.5 | AbyssalCraft Integration-1.12.2-1.6.5.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  174. | UCHIJA | actuallyadditions | 1.12.2-r137 | ActuallyAdditions-1.12.2-r137.jar | None |
  175. | UCHIJA | libvulpes | 0.2.8.-32 | LibVulpes-1.12.2-0.2.8-32-universal.jar | None |
  176. | UCHIJA | advancedrocketry | 1.4.0.-89 | AdvancedRocketry-1.12.2-1.4.0-89-universal.jar | None |
  177. | UCHIJA | appliedenergistics2 | rv6-alpha-2 | appliedenergistics2-rv6-alpha-2.jar | None |
  178. | UCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  179. | UCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  180. | UCHIJA | aether_legacy | 1.12.2-v3.0 | aether_legacy-1.12.2-v3.0.jar | None |
  181. | UCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  182. | UCHIJA | agricraft | 2.12.0-1.12.0-a5 | agricraft-2.12.0-1.12.0-a5.jar | None |
  183. | UCHIJA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  184. | UCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.8.1.jar | None |
  185. | UCHIJA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  186. | UCHIJA | biomesoplenty | 7.0.1.2394 | BiomesOPlenty-1.12.2-7.0.1.2394-universal.jar | None |
  187. | UCHIJA | botania | r1.10-354 | Botania r1.10-354.jar | None |
  188. | UCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  189. | UCHIJA | animania | 1.4.7 | animania-1.12.2-1.4.8.jar | None |
  190. | UCHIJA | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
  191. | UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  192. | UCHIJA | aquaculture | 1.6.5 | Aquaculture-1.12.2-1.6.5.jar | None |
  193. | UCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
  194. | UCHIJA | armorplus | 1.12.2-11.13.1.41 | armorplus-1.12.2-11.13.1.41.jar | None |
  195. | UCHIJA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
  196. | UCHIJA | astralsorcery | 1.9.3 | astralsorcery-1.12.2-1.9.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  197. | UCHIJA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  198. | UCHIJA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  199. | UCHIJA | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
  200. | UCHIJA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  201. | UCHIJA | backtools | 7.0.0 | BackTools-1.12.2-7.0.0.jar | None |
  202. | UCHIJA | base | 3.9.0 | base-1.12.2-3.9.0.jar | None |
  203. | UCHIJA | battletowers | 1.6.3 | BattleTowers-1.12.2.jar | None |
  204. | UCHIJA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  205. | UCHIJA | betterbedrockgen | 6.0.2 | BetterBedrockGenerator-1.12-6.1.1.jar | None |
  206. | UCHIJA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  207. | UCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  208. | UCHIJA | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
  209. | UCHIJA | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
  210. | UCHIJA | bookshelf | 2.3.552 | Bookshelf-1.12.2-2.3.552.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  211. | UCHIJA | buildcraftlib | 7.99.17 | buildcraft-7.99.17.jar | None |
  212. | UCHIJA | buildcraftcore | 7.99.17 | buildcraft-7.99.17.jar | None |
  213. | UCHIJA | buildcraftbuilders | 7.99.17 | buildcraft-7.99.17.jar | None |
  214. | UCHIJA | buildcraftenergy | 7.99.17 | buildcraft-7.99.17.jar | None |
  215. | UCHIJA | buildcraftfactory | 7.99.17 | buildcraft-7.99.17.jar | None |
  216. | UCHIJA | buildcraftrobotics | 7.99.17 | buildcraft-7.99.17.jar | None |
  217. | UCHIJA | buildcrafttransport | 7.99.17 | buildcraft-7.99.17.jar | None |
  218. | UCHIJA | buildcraftsilicon | 7.99.17 | buildcraft-7.99.17.jar | None |
  219. | UCHIJA | buildinggadgets | 1.1.2 | BuildingGadgets-1.1.2.jar | None |
  220. | UCHIJA | ic2 | 2.8.93-ex112 | industrialcraft-2-2.8.93-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  221. | UCHIJA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
  222. | UCHIJA | sonarcore | 5.0.15 | sonarcore-1.12.2-5.0.15-13.jar | None |
  223. | UCHIJA | calculator | 5.0.8 | calculator-1.12.2-5.0.8-4.jar | None |
  224. | UCHIJA | cedendcake | 0.3 | CedEndCake-1.12.2-0.3.jar | None |
  225. | UCHIJA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  226. | UCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  227. | UCHIJA | chattweaks | 5.1.16 | ChatTweaks_1.12.2-5.1.16.jar | None |
  228. | UCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  229. | UCHIJA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  230. | UCHIJA | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  231. | UCHIJA | chiselsandbits | 14.19 | chiselsandbits-14.19.jar | None |
  232. | UCHIJA | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  233. | UCHIJA | cyclopscore | 0.11.8 | CyclopsCore-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  234. | UCHIJA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  235. | UCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  236. | UCHIJA | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  237. | UCHIJA | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
  238. | UCHIJA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  239. | UCHIJA | cookingforblockheads | 6.4.40 | CookingForBlockheads_1.12.2-6.4.40.jar | None |
  240. | UCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None |
  241. | UCHIJA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
  242. | UCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
  243. | UCHIJA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  244. | UCHIJA | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  245. | UCHIJA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  246. | UCHIJA | reborncore | 3.9.2.319 | RebornCore-1.12.2-3.9.2.319-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  247. | UCHIJA | techreborn | 2.16.0.746 | TechReborn-1.12.2-2.16.0.746-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  248. | UCHIJA | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  249. | UCHIJA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
  250. | UCHIJA | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
  251. | UCHIJA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  252. | UCHIJA | deepresonance | 1.7.1 | deepresonance-1.12-1.7.1.jar | None |
  253. | UCHIJA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  254. | UCHIJA | discordsuite | 2.2.4 | DiscordSuite-2.2.4.jar | None |
  255. | UCHIJA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  256. | UCHIJA | enderiobase | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  257. | UCHIJA | enderioconduits | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  258. | UCHIJA | enderioconduitsappliedenergistics | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  259. | UCHIJA | enderioconduitsopencomputers | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  260. | UCHIJA | enderioconduitsrefinedstorage | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  261. | UCHIJA | enderiointegrationforestry | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  262. | UCHIJA | enderiointegrationticlate | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  263. | UCHIJA | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  264. | UCHIJA | ftblib | 5.2.0.25 | FTBLib-5.2.0.25.jar | None |
  265. | UCHIJA | enderiomachines | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  266. | UCHIJA | enderiopowertools | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
  267. | UCHIJA | shetiphiancore | 3.5.7 | shetiphiancore-1.12.0-3.5.7.jar | None |
  268. | UCHIJA | endertanks | 1.6.6 | endertanks-1.12.0-1.6.6.jar | None |
  269. | UCHIJA | valkyrielib | 1.12.2-2.0.11a | valkyrielib-1.12.2-2.0.11a.jar | None |
  270. | UCHIJA | environmentaltech | 1.12.2-2.0.11a | environmentaltech-1.12.2-2.0.11a.jar | None |
  271. | UCHIJA | etlunar | 1.12.2-2.0.11a | etlunar-1.12.2-2.0.11a.jar | None |
  272. | UCHIJA | evilcraft | 0.10.61 | EvilCraft-1.12.2-0.10.61.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  273. | UCHIJA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.61.jar | None |
  274. | UCHIJA | exnihilocreatio | 1.12-0.2.4 | exnihilocreatio-1.12-0.2.4.jar | None |
  275. | UCHIJA | excompressum | 3.0.22 | ExCompressum_1.12.2-3.0.22.jar | None |
  276. | UCHIJA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
  277. | UCHIJA | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
  278. | UCHIJA | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
  279. | UCHIJA | mjrlegendslib | 1.12.2-1.1.4 | MJRLegendsLib-1.12.2-1.1.4.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  280. | UCHIJA | extraplanets | 1.12.2-0.4.0 | ExtraPlanets-1.12.2-0.4.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  281. | UCHIJA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  282. | UCHIJA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  283. | UCHIJA | ffs | 1.12-2.1.2 | Fancy Fluid Storage-1.12-2.1.3.jar | None |
  284. | UCHIJA | farmingforblockheads | 3.1.17 | FarmingForBlockheads_1.12.2-3.1.17.jar | None |
  285. | UCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  286. | UCHIJA | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  287. | UCHIJA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  288. | UCHIJA | forgemultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  289. | UCHIJA | microblockcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  290. | UCHIJA | minecraftmultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  291. | UCHIJA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  292. | UCHIJA | ftbutilities | 5.2.0.30 | FTBUtilities-5.2.0.30.jar | None |
  293. | UCHIJA | cfm | 5.2.1 | furniture-5.2.1-1.12.2.jar | None |
  294. | UCHIJA | gadgetrycore | 0.2.0 | gadgetrycore-0.2.0.jar | None |
  295. | UCHIJA | gadgetrymachines | 0.2.1 | gadgetrymachines-0.2.1.jar | None |
  296. | UCHIJA | gadgetrytransmission | 0.2.0 | gadgetrytransmission-0.2.0.jar | None |
  297. | UCHIJA | pressure | 1.3.1.6 | pressure-1.3.1.6-mc1.12.1.jar | None |
  298. | UCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  299. | UCHIJA | hatchery | 2.1.2 | hatchery-1.12.2-2.1.2.jar | None |
  300. | UCHIJA | hungerinpeace | 1.0.0 | HungerInPeace-mc1.12-1.0.0.jar | None |
  301. | UCHIJA | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
  302. | UCHIJA | immersiveengineering | 0.12-84 | ImmersiveEngineering-0.12-84.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  303. | UCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  304. | UCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  305. | UCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.4-187.jar | None |
  306. | UCHIJA | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None |
  307. | UCHIJA | integrateddynamics | 0.11.14 | IntegratedDynamics-1.12.2-0.11.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  308. | UCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.14.jar | None |
  309. | UCHIJA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  310. | UCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  311. | UCHIJA | mysticalagriculture | 1.6.12 | mysticalagriculture-1.12-1.6.12.jar | None |
  312. | UCHIJA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  313. | UCHIJA | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2u.jar | None |
  314. | UCHIJA | rftools | 7.55 | rftools-1.12-7.55.jar | None |
  315. | UCHIJA | integrationforegoing | 1.12.2-1.7.2 | IntegrationForegoing-1.12.2-1.7.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  316. | UCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  317. | UCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  318. | UCHIJA | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
  319. | UCHIJA | itemscroller | 0.12.0 | itemscroller-1.12.2-0.12.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  320. | UCHIJA | jehc | 1.12.2 | JEHC-1.12.2-1.6.0.0.jar | None |
  321. | UCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  322. | UCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  323. | UCHIJA | jeresources | 0.8.6.28 | JustEnoughResources-1.12.2-0.8.6.28.jar | None |
  324. | UCHIJA | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  325. | UCHIJA | lootbags | 2.5.7 | LootBags-1.12.2-2.5.7.jar | None |
  326. | UCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  327. | UCHIJA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  328. | UCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  329. | UCHIJA | modelloader | 1.0.5 | modelloader-1.0.5.jar | None |
  330. | UCHIJA | magneticraft | 2.4.0 | Magneticraft_1.12-2.4.0-dev.jar | None |
  331. | UCHIJA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  332. | UCHIJA | malisisblocks | 1.12.2-6.1.0 | malisisblocks-1.12.2-6.1.0.jar | None |
  333. | UCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  334. | UCHIJA | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
  335. | UCHIJA | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
  336. | UCHIJA | minecolonies | 1.12.2-0.8.7582 | minecolonies-universal-1.12.2-0.8.7582.jar | None |
  337. | UCHIJA | minemenu | 1.6.3 | MineMenu-1.12.2-1.6.3-universal.jar | None |
  338. | UCHIJA | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  339. | UCHIJA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  340. | UCHIJA | moreplanets | 2.0.15 | More-Planets-1.12.2-2.0.15-GC181.jar | b3468b224a74e296555ad7efeb35f482e6f445de |
  341. | UCHIJA | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None |
  342. | UCHIJA | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
  343. | UCHIJA | moreplanetsextras | 1.12.2-1.0 | MorePlanetsExtras-1.12.2-1.0.jar | None |
  344. | UCHIJA | morph | 7.1.2 | Morph-1.12.2-7.1.2.jar | None |
  345. | UCHIJA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  346. | UCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  347. | UCHIJA | multihotbar | 1.12.2-4.1-build-T122 | multihotbar-1.12.2-4.1-build-T122.jar | None |
  348. | UCHIJA | neat | 1.4-16 | Neat 1.4-16.jar | None |
  349. | UCHIJA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  350. | UCHIJA | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  351. | UCHIJA | recipehandler | 0.11 | NoMoreRecipeConflict-0.11(1.12.2).jar | None |
  352. | UCHIJA | nonausea | 1.0 | NoNausea-MC1.12-1.0.jar | None |
  353. | UCHIJA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  354. | UCHIJA | nuclearcraft | 2.10p | NuclearCraft-2.10p--1.12.2.jar | None |
  355. | UCHIJA | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None |
  356. | UCHIJA | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
  357. | UCHIJA | offlineskins | 1.12.2-v4 | OfflineSkins-1.12.2-v4.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  358. | UCHIJA | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None |
  359. | UCHIJA | ompd | 3.0.0-36 | ompd-1.12.2-3.0.0-36.jar | None |
  360. | UCHIJA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  361. | UCHIJA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  362. | UCHIJA | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
  363. | UCHIJA | openmodularturrets | 3.0.1-257 | openmodularturrets-1.12.2-3.0.1-257.jar | None |
  364. | UCHIJA | projecte | 1.12-PE1.3.1B | ProjectE-1.12-PE1.3.1B.jar | None |
  365. | UCHIJA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  366. | UCHIJA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
  367. | UCHIJA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
  368. | UCHIJA | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
  369. | UCHIJA | pneumaticcraft | 1.12.2-0.7.3-239 | pneumaticcraft-repressurized-1.12.2-0.7.3-239.jar | None |
  370. | UCHIJA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  371. | UCHIJA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  372. | UCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
  373. | UCHIJA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  374. | UCHIJA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  375. | UCHIJA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  376. | UCHIJA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  377. | UCHIJA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  378. | UCHIJA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  379. | UCHIJA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  380. | UCHIJA | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
  381. | UCHIJA | randomthings | 4.1.9 | RandomThings-MC1.12.2-4.1.9.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  382. | UCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  383. | UCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
  384. | UCHIJA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  385. | UCHIJA | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  386. | UCHIJA | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  387. | UCHIJA | refinedrelocation | 4.2.27 | RefinedRelocation_1.12.2-4.2.27.jar | None |
  388. | UCHIJA | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
  389. | UCHIJA | xreliquary | 1.12.2-1.3.4.767 | Reliquary-1.12.2-1.3.4.767.jar | None |
  390. | UCHIJA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  391. | UCHIJA | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
  392. | UCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  393. | UCHIJA | roots | 0.104 | roots-2-0.104.jar | None |
  394. | UCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
  395. | UCHIJA | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  396. | UCHIJA | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None |
  397. | UCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  398. | UCHIJA | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
  399. | UCHIJA | stackie | 1.6.0.48 | Stackie-1.12.2-1.6.0.48-universal.jar | None |
  400. | UCHIJA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  401. | UCHIJA | terraqueous | 1.4.12 | terraqueous-1.12.0-1.4.12.jar | None |
  402. | UCHIJA | thaumcomp | 0.3.0.16 | ThaumicComputers-MC1.12.2-0.3.0.16.jar | None |
  403. | UCHIJA | thaumicequivalence | 1.12.2-1.0.5 | ThaumicEquivalence-1.12.2-1.0.5.jar | None |
  404. | UCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  405. | UCHIJA | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.4.0-14.jar | None |
  406. | UCHIJA | thaumicperiphery | 0.2.4 | thaumicperiphery-0.2.4.jar | None |
  407. | UCHIJA | beneath | 1.4.2 | The Beneath-1.12.2-1.4.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  408. | UCHIJA | thermalsolars | 1.12.2 V1.9 | thermalsolars-1.12.2-1.9.jar | None |
  409. | UCHIJA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None |
  410. | UCHIJA | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
  411. | UCHIJA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  412. | UCHIJA | tp | 3.2.29 | tinyprogressions-1.12.2-3.3.29-Release.jar | None |
  413. | UCHIJA | tis3d | 1.3.1.17 | TIS-3D-MC1.12-1.3.1.17.jar | None |
  414. | UCHIJA | topaddons | 1.12.2-1.7.0 | topaddons-1.12.2-1.7.0.jar | None |
  415. | UCHIJA | totemic | 1.12.2-0.11.2 | Totemic-1.12.2-0.11.2.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
  416. | UCHIJA | twitchintegration | 4.1.8 | TwitchIntegration_1.12.2-4.1.8.jar | None |
  417. | UCHIJA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.11a.jar | None |
  418. | UCHIJA | vampirism | 1.4.3 | Vampirism-1.12.2-1.4.3.jar | None |
  419. | UCHIJA | teamlapen-lib | 1.4.3 | Vampirism-1.12.2-1.4.3.jar | None |
  420. | UCHIJA | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.0.0.jar | None |
  421. | UCHIJA | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
  422. | UCHIJA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  423. | UCHIJA | waystones | 4.0.49 | Waystones_1.12.2-4.0.49.jar | None |
  424. | UCHIJA | wct | 3.9.71 | WirelessCraftingTerminal-1.12.2-3.9.71.jar | None |
  425. | UCHIJA | woot | 1.12.2-1.3.0 | woot-1.12.2-1.3.0.jar | None |
  426. | UCHIJA | xnet | 1.7.3 | xnet-1.12-1.7.3.jar | None |
  427. | UCHIJA | zettaindustries | 1.3 | zettaindustries-1.3-1.12.2-155.jar | None |
  428. | UCHIJA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  429. | UCHIJA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  430. | UCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  431. | UCHIJA | unidict | 1.12.2-2.5f | UniDict-1.12.2-2.5f.jar | None |
  432.  
  433. Loaded coremods (and transformers):
  434. AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
  435. squeek.applecore.asm.TransformerModuleHandler
  436. CTMCorePlugin (CTM-MC1.12.2-0.3.2.17.jar)
  437. team.chisel.ctm.client.asm.CTMTransformer
  438. OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
  439. openeye.asm.MultiTransformer
  440. offlineskins (OfflineSkins-1.12.2-v4-core.jar)
  441. lain.mods.skins.asm.ASMTransformer
  442. FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar)
  443. com.rolandoislas.multihotbar.asm.transformer.Transformer
  444. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  445. pl.asie.foamfix.coremod.FoamFixTransformer
  446. IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
  447. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  448. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  449.  
  450. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  451. invtweaks.forge.asm.ContainerTransformer
  452. FMLPlugin (elulib-0.1.12.jar)
  453. elucent.elulib.asm.ASMTransformer
  454. EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
  455. com.enderio.core.common.transform.EnderCoreTransformer
  456. com.enderio.core.common.transform.SimpleMixinPatcher
  457. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  458. li.cil.oc.common.asm.ClassTransformer
  459. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  460.  
  461. LoadingPlugin (NoNausea-MC1.12-1.0.jar)
  462. lumien.nonausea.asm.ClassTransformer
  463. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  464. micdoodle8.mods.miccore.MicdoodleTransformer
  465. ForgelinPlugin (Forgelin-1.7.4.jar)
  466.  
  467. ItemPatchingLoader (ItemPhysic_Full_1.4.12_mc1.12.2.jar)
  468. com.creativemd.itemphysic.ItemTransformer
  469. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  470. openmods.core.OpenModsClassTransformer
  471. Plugin (NotEnoughIDs-1.5.4.2.jar)
  472. ru.fewizz.neid.asm.Transformer
  473. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  474. net.fybertech.nwr.NWRTransformer
  475. CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
  476.  
  477. LoadingPlugin (RandomThings-MC1.12.2-4.1.9.jar)
  478. lumien.randomthings.asm.ClassTransformer
  479. RandomPatches (randompatches-1.12.2-1.4.1.1.jar)
  480. com.therandomlabs.randompatches.core.RPTransformer
  481. AstralCore (astralsorcery-1.12.2-1.9.3.jar)
  482.  
  483. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  484. shetiphian.asm.ClassTransformer
  485. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13491 Compatibility Profile Context 22.19.662.4' Renderer: 'AMD Radeon HD 7900 Series'
  486. 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]
  487. Pulsar/tconstruct loaded Pulses:
  488. - TinkerCommons (Enabled/Forced)
  489. - TinkerWorld (Enabled/Not Forced)
  490. - TinkerTools (Enabled/Not Forced)
  491. - TinkerHarvestTools (Enabled/Forced)
  492. - TinkerMeleeWeapons (Enabled/Forced)
  493. - TinkerRangedWeapons (Enabled/Forced)
  494. - TinkerModifiers (Enabled/Forced)
  495. - TinkerSmeltery (Enabled/Not Forced)
  496. - TinkerGadgets (Enabled/Not Forced)
  497. - TinkerOredict (Enabled/Forced)
  498. - TinkerIntegration (Enabled/Forced)
  499. - TinkerFluids (Enabled/Forced)
  500. - TinkerMaterials (Enabled/Forced)
  501. - TinkerModelRegister (Enabled/Forced)
  502. - chiselIntegration (Enabled/Not Forced)
  503. - chiselsandbitsIntegration (Enabled/Not Forced)
  504. - theoneprobeIntegration (Enabled/Not Forced)
  505.  
  506. AE2 Version: alpha rv6-alpha-2 for Forge 14.23.3.2655
  507. Pulsar/natura loaded Pulses:
  508. - NaturaCommons (Enabled/Forced)
  509. - NaturaOverworld (Enabled/Not Forced)
  510. - NaturaNether (Enabled/Not Forced)
  511. - NaturaDecorative (Enabled/Not Forced)
  512. - NaturaTools (Enabled/Not Forced)
  513. - NaturaEntities (Enabled/Not Forced)
  514. - NaturaOredict (Enabled/Forced)
  515. - NaturaWorld (Enabled/Not Forced)
  516.  
  517. List of loaded APIs:
  518. * AbyssalCraftAPI (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  519. * AbyssalCraftAPI|Biome (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  520. * AbyssalCraftAPI|Block (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  521. * AbyssalCraftAPI|Caps (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  522. * AbyssalCraftAPI|Condition (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  523. * AbyssalCraftAPI|Disruption (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  524. * AbyssalCraftAPI|Energy (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  525. * AbyssalCraftAPI|Entity (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  526. * AbyssalCraftAPI|Event (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  527. * AbyssalCraftAPI|Integration (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  528. * AbyssalCraftAPI|Internal (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  529. * AbyssalCraftAPI|Item (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  530. * AbyssalCraftAPI|Necronomicon (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  531. * AbyssalCraftAPI|Recipe (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  532. * AbyssalCraftAPI|Ritual (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  533. * AbyssalCraftAPI|Spell (1.15.1) from AbyssalCraft-1.12.2-1.9.4.10.jar
  534. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r137.jar
  535. * AetherAPI (v1.0.0) from aether_legacy-1.12.2-v3.0.jar
  536. * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.0-a5.jar
  537. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
  538. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-alpha-2.jar
  539. * ArmorPlusApi (2.1) from armorplus-1.12.2-11.13.1.41.jar
  540. * Base|API (1.0.0) from base-1.12.2-3.9.0.jar
  541. * Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.9.71.jar
  542. * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
  543. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  544. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
  545. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
  546. * BotaniaAPI (89) from Botania r1.10-354.jar
  547. * BuildCraftAPI|blocks (1.0) from buildcraft-7.99.17.jar
  548. * BuildCraftAPI|boards (2.0) from buildcraft-7.99.17.jar
  549. * BuildCraftAPI|core (2.2) from buildcraft-7.99.17.jar
  550. * BuildCraftAPI|crops (1.1) from buildcraft-7.99.17.jar
  551. * BuildCraftAPI|enums (1.0) from buildcraft-7.99.17.jar
  552. * BuildCraftAPI|events (2.0) from buildcraft-7.99.17.jar
  553. * BuildCraftAPI|facades (1.1) from buildcraft-7.99.17.jar
  554. * BuildCraftAPI|filler (5.0) from buildcraft-7.99.17.jar
  555. * BuildCraftAPI|fuels (2.0) from buildcraft-7.99.17.jar
  556. * BuildCraftAPI|gates (4.1) from buildcraft-7.99.17.jar
  557. * BuildCraftAPI|items (1.1) from buildcraft-7.99.17.jar
  558. * BuildCraftAPI|library (2.0) from buildcraft-7.99.17.jar
  559. * BuildCraftAPI|lists (1.0) from buildcraft-7.99.17.jar
  560. * BuildCraftAPI|power (1.3) from buildcraft-7.99.17.jar
  561. * BuildCraftAPI|recipes (3.0) from buildcraft-7.99.17.jar
  562. * BuildCraftAPI|robotics (3.0) from buildcraft-7.99.17.jar
  563. * BuildCraftAPI|statements (1.1) from buildcraft-7.99.17.jar
  564. * BuildCraftAPI|tiles (1.2) from buildcraft-7.99.17.jar
  565. * BuildCraftAPI|tools (1.0) from buildcraft-7.99.17.jar
  566. * BuildCraftAPI|transport (5.0) from buildcraft-7.99.17.jar
  567. * calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.8-4.jar
  568. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  569. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  570. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  571. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.19.jar
  572. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
  573. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  574. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.17.jar
  575. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.17.jar
  576. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.17.jar
  577. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.17.jar
  578. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.17.jar
  579. * DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.1.jar
  580. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.12.297-universal.jar
  581. * ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
  582. * ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
  583. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  584. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  585. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  586. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  587. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  588. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  589. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  590. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  591. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.29.jar
  592. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.22.jar
  593. * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.17.jar
  594. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  595. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.322.jar
  596. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.322.jar
  597. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.322.jar
  598. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  599. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  600. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.322.jar
  601. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.322.jar
  602. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.322.jar
  603. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  604. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.322.jar
  605. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.322.jar
  606. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.322.jar
  607. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.322.jar
  608. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.322.jar
  609. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  610. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.322.jar
  611. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.322.jar
  612. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  613. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.322.jar
  614. * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.181.jar
  615. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
  616. * HatcheryAPI (1.11.2R1.0.0) from hatchery-1.12.2-2.1.2.jar
  617. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  618. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-84.jar
  619. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-84.jar
  620. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.4-187.jar
  621. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.14.jar
  622. * jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
  623. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  624. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  625. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  626. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  627. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  628. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.202.jar
  629. * MCX Model Loader (1.0.0) from modelloader-1.0.5.jar
  630. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  631. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  632. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  633. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  634. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  635. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  636. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
  637. * Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
  638. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  639. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  640. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  641. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  642. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  643. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  644. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  645. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  646. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  647. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  648. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  649. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  650. * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.7.3-239.jar
  651. * pressureAPI (1.3.1.6) from pressure-1.3.1.6-mc1.12.1.jar
  652. * projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.1B.jar
  653. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  654. * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
  655. * PsiAPI (6) from Psi-r1.1-59.jar
  656. * reborncoreAPI (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  657. * reborncoreAPI|Power (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  658. * reborncoreAPI|Recipe (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  659. * reborncoreAPI|Tile (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
  660. * RefinedRelocationAPI (2.0.0) from RefinedRelocation_1.12.2-4.2.27.jar
  661. * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  662. * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  663. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.15-13.jar
  664. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  665. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  666. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  667. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  668. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  669. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  670. * techrebornAPI (2.16.0.746) from TechReborn-1.12.2-2.16.0.746-universal.jar
  671. * TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.12.jar
  672. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.12.jar
  673. * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.12.jar
  674. * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.12.jar
  675. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA17.jar
  676. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
  677. * tis3dAPI (1.3.1.17) from TIS-3D-MC1.12-1.3.1.17.jar
  678. * totemic|API (1.12.2-7.0.0) from Totemic-1.12.2-0.11.2.jar
  679. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
  680. * VampirismAPI (1.4) from Vampirism-1.12.2-1.4.3.jar
  681. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.71.jar
  682. * zerocore|API|multiblock (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
  683. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  684. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  685. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
  686. RebornCore:
  687. Plugin Engine: 0
  688. RebornCore Version: 3.9.2.319
  689. Runtime Debofucsation 1
  690. RenderEngine: 1
  691. 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.):
  692. * Optifine is installed. This is NOT supported.
  693. 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.
  694.  
  695. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  696. !!!You are looking at the diagnostics information, not at the crash. !!!
  697. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  698. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  699.  
  700. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  701. Launched Version: forge-14.23.4.2738
  702. LWJGL: 2.9.4
  703. OpenGL: AMD Radeon HD 7900 Series GL version 4.5.13491 Compatibility Profile Context 22.19.662.4, ATI Technologies Inc.
  704. GL Caps: Using GL 1.3 multitexturing.
  705. Using GL 1.3 texture combiners.
  706. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  707. Shaders are available because OpenGL 2.1 is supported.
  708. VBOs are available because OpenGL 1.5 is supported.
  709.  
  710. Using VBOs: Yes
  711. Is Modded: Definitely; Client brand changed to 'fml,forge'
  712. Type: Client (map_client.txt)
  713. Resource Packs: BB_mods_Temporary_TP.zip, PureBDcraft 32x MC112.zip
  714. Current Language: English (US)
  715. Profiler Position: N/A (disabled)
  716. CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement