Deloyar

MC MO 1.12 Crash

Apr 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  5. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  6. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  7. LoadingPlugin (PerfectSpawn-MC1.12.2-2.1.jar)
  8. FMLPlugin (elulib-0.1.12.jar)
  9. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  10. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  11. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b148.jar)
  12. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  13. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  14. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  15. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-70.jar)
  16. MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  17. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  18. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  19. Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  20. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.173.jar)
  21. Plugin (NotEnoughIDs-1.5.4.2.jar)
  22. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  23. Wizardry Plugin (wizardry-0.8.5.jar)
  24. ForgelinPlugin (Forgelin-1.6.0.jar)
  25. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
  26. IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
  27. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  28. EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
  29. Contact their authors BEFORE contacting forge
  30.  
  31. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  32.  
  33. Time: 4/15/18 5:49 PM
  34. Description: Exception ticking world
  35.  
  36. java.lang.RuntimeException: Attempted to set villager profession to unregistered profession: -1 null
  37. at net.minecraftforge.fml.common.registry.VillagerRegistry.onSetProfession(VillagerRegistry.java:334)
  38. at net.minecraft.entity.passive.EntityVillager.func_184206_a(EntityVillager.java:457)
  39. at net.minecraft.network.datasync.EntityDataManager.func_187227_b(EntityDataManager.java:167)
  40. at net.minecraft.entity.passive.EntityVillager.func_70938_b(EntityVillager.java:423)
  41. at net.minecraft.entity.passive.EntityVillager.<init>(EntityVillager.java:129)
  42. at matteroverdrive.entity.EntityVillagerMadScientist.<init>(EntityVillagerMadScientist.java:74)
  43. at matteroverdrive.world.MadScientistHouse.func_74893_a(MadScientistHouse.java:219)
  44. at matteroverdrive.world.MadScientistHouse.func_74875_a(MadScientistHouse.java:192)
  45. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  46. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:94)
  47. at mcjty.lostcities.dimensions.world.LostCityChunkGenerator.func_185931_b(LostCityChunkGenerator.java:526)
  48. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1017)
  49. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:988)
  50. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  51. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  52. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
  53. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  54. at WorldServerOF.func_72835_b(WorldServerOF.java:37)
  55. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  56. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  57. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  58. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  59. at java.lang.Thread.run(Unknown Source)
  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: Server thread
  67. Stacktrace:
  68. at net.minecraftforge.fml.common.registry.VillagerRegistry.onSetProfession(VillagerRegistry.java:334)
  69. at net.minecraft.entity.passive.EntityVillager.func_184206_a(EntityVillager.java:457)
  70. at net.minecraft.network.datasync.EntityDataManager.func_187227_b(EntityDataManager.java:167)
  71. at net.minecraft.entity.passive.EntityVillager.func_70938_b(EntityVillager.java:423)
  72. at net.minecraft.entity.passive.EntityVillager.<init>(EntityVillager.java:129)
  73. at matteroverdrive.entity.EntityVillagerMadScientist.<init>(EntityVillagerMadScientist.java:74)
  74. at matteroverdrive.world.MadScientistHouse.func_74893_a(MadScientistHouse.java:219)
  75. at matteroverdrive.world.MadScientistHouse.func_74875_a(MadScientistHouse.java:192)
  76. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  77. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:94)
  78. at mcjty.lostcities.dimensions.world.LostCityChunkGenerator.func_185931_b(LostCityChunkGenerator.java:526)
  79. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1017)
  80. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:988)
  81. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  82. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  83. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
  84. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  85. at WorldServerOF.func_72835_b(WorldServerOF.java:37)
  86.  
  87. -- Affected level --
  88. Details:
  89. Level name: New World----------
  90. All players: 1 total; [GCEntityPlayerMP['Deloyar'/1066, l='New World----------', x=-604.47, y=60.93, z=520.96]]
  91. Chunk stats: ServerChunkCache: 855 Drop: 0
  92. Level seed: -8241808853266388496
  93. Level generator: ID 10 - lostcities_bop, ver 0. Features enabled: true
  94. Level generator options: { "profile": "dawn" }
  95. Level spawn location: World: (-144,88,525), Chunk: (at 0,5,13 in -9,32; contains blocks -144,0,512 to -129,255,527), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
  96. Level time: 1972 game time, 1972 day time
  97. Level dimension: 0
  98. Level storage version: 0x04ABD - Anvil
  99. Level weather: Rain time: 64221 (now: false), thunder time: 114055 (now: false)
  100. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  101. Stacktrace:
  102. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  103. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  104. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  105. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  106. at java.lang.Thread.run(Unknown Source)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.12.2
  111. Operating System: Windows 10 (amd64) version 10.0
  112. Java Version: 1.8.0_161, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 3199362400 bytes (3051 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  115. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx8192m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  116. IntCache: cache: 0, tcache: 8, allocated: 13, tallocated: 96
  117. FML: MCP 9.42 Powered by Forge 14.23.2.2654 Optifine OptiFine_1.12.2_HD_U_D1 291 mods loaded, 291 mods active
  118. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  119.  
  120. | State | ID | Version | Source | Signature |
  121. |:--------- |:-------------------------- |:---------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  122. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  123. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  124. | UCHIJAAAA | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  125. | UCHIJAAAA | forge | 14.23.2.2654 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  126. | UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None |
  127. | UCHIJAAAA | micdoodlecore | | minecraft.jar | None |
  128. | UCHIJAAAA | randompatches | 1.12.2-1.0.1.0 | minecraft.jar | None |
  129. | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
  130. | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  131. | UCHIJAAAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  132. | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
  133. | UCHIJAAAA | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
  134. | UCHIJAAAA | crafttweaker | 4.1.6 | CraftTweaker2-1.12-4.1.6.jar | None |
  135. | UCHIJAAAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  136. | UCHIJAAAA | modtweaker | 4.0.9 | modtweaker-4.0.9.jar | None |
  137. | UCHIJAAAA | jei | 4.8.5.159 | jei_1.12.2-4.8.5.159.jar | None |
  138. | UCHIJAAAA | abyssalcraft | 1.9.4.4 | AbyssalCraft-1.12.2-1.9.4.4.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  139. | UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  140. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  141. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  142. | UCHIJAAAA | endercore | 1.12.2-0.5.18 | EnderCore-1.12.2-0.5.18.jar | None |
  143. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  144. | UCHIJAAAA | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
  145. | UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  146. | UCHIJAAAA | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.11.8-universal.jar | None |
  147. | UCHIJAAAA | enderio | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  148. | UCHIJAAAA | enderiointegrationtic | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  149. | UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  150. | UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  151. | UCHIJAAAA | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  152. | UCHIJAAAA | actuallyadditions | 1.12.2-r133 | ActuallyAdditions-1.12.2-r133.jar | None |
  153. | UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  154. | UCHIJAAAA | additionalbanners | 1.1.42 | AdditionalBanners-1.12.2-1.1.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  155. | UCHIJAAAA | libvulpes | 0.2.8.-28 | LibVulpes-1.12.2-0.2.8-28-universal.jar | None |
  156. | UCHIJAAAA | advancedrocketry | 1.4.0.-70 | AdvancedRocketry-1.12.2-1.4.0-70.jar | None |
  157. | UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  158. | UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  159. | UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  160. | UCHIJAAAA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  161. | UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  162. | UCHIJAAAA | theoneprobe | 1.4.21 | theoneprobe-1.12-1.4.21.jar | None |
  163. | UCHIJAAAA | immersiveengineering | 0.12-80 | ImmersiveEngineering-0.12-80.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  164. | UCHIJAAAA | alternatingflux | 0.12-4 | alternatingflux-0.12-4.jar | None |
  165. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.5.jar | None |
  166. | UCHIJAAAA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  167. | UCHIJAAAA | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  168. | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  169. | UCHIJAAAA | aroma1997core | 2.0.0.0.b148 | Aroma1997Core-1.12.2-2.0.0.0.b148.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  170. | UCHIJAAAA | aroma1997sdimension | 2.0.0.2.b68 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b68.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  171. | UCHIJAAAA | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
  172. | UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  173. | UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  174. | UCHIJAAAA | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
  175. | UCHIJAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  176. | UCHIJAAAA | avaritia | 3.2.0 | Avaritia-1.12-3.2.0.13-universal.jar | None |
  177. | UCHIJAAAA | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
  178. | UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  179. | UCHIJAAAA | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
  180. | UCHIJAAAA | betterquesting | 3.5.250 | BetterQuesting-3.5.250.jar | None |
  181. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  182. | UCHIJAAAA | ic2 | 2.8.67-ex112 | industrialcraft-2-2.8.67-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  183. | UCHIJAAAA | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
  184. | UCHIJAAAA | forestry | 5.8.0.263 | forestry_1.12.2-5.8.0.263.jar | None |
  185. | UCHIJAAAA | binniecore | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  186. | UCHIJAAAA | binniedesign | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  187. | UCHIJAAAA | genetics | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  188. | UCHIJAAAA | botany | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  189. | UCHIJAAAA | extrabees | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  190. | UCHIJAAAA | extratrees | 2.5.0.136 | binnie-mods-1.12.2-2.5.0.136.jar | None |
  191. | UCHIJAAAA | biomesoplenty | 7.0.1.2325 | BiomesOPlenty-1.12.2-7.0.1.2325-universal.jar | None |
  192. | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  193. | UCHIJAAAA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  194. | UCHIJAAAA | guideapi | 1.12-2.1.4-57 | Guide-API-1.12-2.1.4-57.jar | None |
  195. | UCHIJAAAA | bloodmagic | 1.12.2-2.2.7-90 | BloodMagic-1.12.2-2.2.7-90.jar | None |
  196. | UCHIJAAAA | bookshelf | 2.3.537 | Bookshelf-1.12.2-2.3.537.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  197. | UCHIJAAAA | botania | r1.10-353 | Botania r1.10-353.jar | None |
  198. | UCHIJAAAA | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
  199. | UCHIJAAAA | buildcraftlib | 7.99.15 | buildcraft-7.99.15.jar | None |
  200. | UCHIJAAAA | buildcraftcore | 7.99.15 | buildcraft-7.99.15.jar | None |
  201. | UCHIJAAAA | buildcraftbuilders | 7.99.15 | buildcraft-7.99.15.jar | None |
  202. | UCHIJAAAA | buildcraftenergy | 7.99.15 | buildcraft-7.99.15.jar | None |
  203. | UCHIJAAAA | buildcraftfactory | 7.99.15 | buildcraft-7.99.15.jar | None |
  204. | UCHIJAAAA | buildcraftrobotics | 7.99.15 | buildcraft-7.99.15.jar | None |
  205. | UCHIJAAAA | buildcraftsilicon | 7.99.15 | buildcraft-7.99.15.jar | None |
  206. | UCHIJAAAA | buildcrafttransport | 7.99.15 | buildcraft-7.99.15.jar | None |
  207. | UCHIJAAAA | buildcraftcompat | 7.99.14 | buildcraft-compat-7.99.14.jar | None |
  208. | UCHIJAAAA | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
  209. | UCHIJAAAA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  210. | UCHIJAAAA | mekanism | 1.12.2-9.4.3.330 | Mekanism-1.12.2-9.4.3.330.jar | None |
  211. | UCHIJAAAA | sonarcore | 5.0.7 | sonarcore-1.12.2-5.0.7.jar | None |
  212. | UCHIJAAAA | calculator | 5.0.4 | calculator-1.12.2-5.0.4.jar | None |
  213. | UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  214. | UCHIJAAAA | ceramics | 1.12-1.3.3b | Ceramics-1.12-1.3.3b.jar | None |
  215. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  216. | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  217. | UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  218. | UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
  219. | UCHIJAAAA | chunkpregenerator | 1.7 | Chunk+Pregenerator+V1.12-1.7.1.jar | None |
  220. | UCHIJAAAA | clib | 1.0.2.31 | CLib-1.0.2.31-universal.jar | None |
  221. | UCHIJAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  222. | UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  223. | UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
  224. | UCHIJAAAA | refinedstorage | 1.5.32 | refinedstorage-1.5.32.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  225. | UCHIJAAAA | compactmachines3 | 3.0.7 | compactmachines3-1.12.2-3.0.7-b197.jar | None |
  226. | UCHIJAAAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  227. | UCHIJAAAA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
  228. | UCHIJAAAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  229. | UCHIJAAAA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
  230. | UCHIJAAAA | conarm | 0.0.10-a | conarm-1.12.2-0.0.10-a.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  231. | UCHIJAAAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  232. | UCHIJAAAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
  233. | UCHIJAAAA | craftingtweaks | 8.1.8 | CraftingTweaks_1.12.2-8.1.8.jar | None |
  234. | UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
  235. | UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
  236. | UCHIJAAAA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  237. | UCHIJAAAA | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
  238. | UCHIJAAAA | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
  239. | UCHIJAAAA | customnpcs | 1.12 | CustomNPCs_1.12.2(20jan18).jar | None |
  240. | UCHIJAAAA | darkutils | 1.8.208 | DarkUtils-1.12.2-1.8.208.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  241. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  242. | UCHIJAAAA | defaultoptions | 9.2.5 | DefaultOptions_1.12.2-9.2.5.jar | None |
  243. | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  244. | UCHIJAAAA | dismantler | 0.1 | dismantler-0.1.jar | None |
  245. | UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  246. | UCHIJAAAA | draconicevolution | 2.3.10 | Draconic-Evolution-1.12-2.3.10.284-universal.jar | None |
  247. | UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
  248. | UCHIJAAAA | enderiobase | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  249. | UCHIJAAAA | enderioconduits | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  250. | UCHIJAAAA | enderiointegrationforestry | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  251. | UCHIJAAAA | enderiointegrationticlate | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  252. | UCHIJAAAA | enderiomachines | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  253. | UCHIJAAAA | enderiopowertools | 5.0.20 | EnderIO-1.12.2-5.0.20.jar | None |
  254. | UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  255. | UCHIJAAAA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
  256. | UCHIJAAAA | engineersdoors | 0.5.0 | engineersdoors-0.5.jar | None |
  257. | UCHIJAAAA | valkyrielib | 1.12.2-2.0.9b | valkyrielib-1.12.2-2.0.9b.jar | None |
  258. | UCHIJAAAA | environmentaltech | 1.12.2-2.0.8a | environmentaltech-1.12.2-2.0.8a.jar | None |
  259. | UCHIJAAAA | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
  260. | UCHIJAAAA | evilcraft | 0.10.53 | EvilCraft-1.12.2-0.10.53.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  261. | UCHIJAAAA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.53.jar | None |
  262. | UCHIJAAAA | exnihilocreatio | 1.12-0.1.7 | exnihilocreatio-1.12-0.1.7.jar | None |
  263. | UCHIJAAAA | excompressum | 3.0.20 | ExCompressum_1.12.2-3.0.20.jar | None |
  264. | UCHIJAAAA | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
  265. | UCHIJAAAA | galacticraftcore | 4.0.1.173 | GalacticraftCore-1.12.2-4.0.1.173.jar | None |
  266. | UCHIJAAAA | galacticraftplanets | 4.0.1.173 | Galacticraft-Planets-1.12.2-4.0.1.173.jar | None |
  267. | UCHIJAAAA | mjrlegendslib | 1.12.2-1.1.3 | MJRLegendsLib-1.12.2-1.1.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  268. | UCHIJAAAA | extraplanets | 1.12.2-0.3.2 | ExtraPlanets-1.12.2-0.3.2.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  269. | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  270. | UCHIJAAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  271. | UCHIJAAAA | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
  272. | UCHIJAAAA | bigreactors | 1.12.2-0.4.5.46 | ExtremeReactors-1.12.2-0.4.5.46.jar | None |
  273. | UCHIJAAAA | fastbench | 1.2.1 | FastWorkbench-1.12.2-1.2.1.jar | None |
  274. | UCHIJAAAA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
  275. | UCHIJAAAA | fluxnetworks | 3.0.7 | fluxnetworks-1.12.2-3.0.7.jar | None |
  276. | UCHIJAAAA | foamfix | 0.9.5-1.12.2 | foamfix-0.9.5-1.12.2-anarchy.jar | None |
  277. | UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  278. | UCHIJAAAA | forgemultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  279. | UCHIJAAAA | microblockcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  280. | UCHIJAAAA | minecraftmultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  281. | UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  282. | UCHIJAAAA | ftblib | 5.0.0.14 | FTBLib-5.0.0.14.jar | None |
  283. | UCHIJAAAA | ftbutilities | 5.0.0.11 | FTBUtilities-5.0.0.11.jar | None |
  284. | UCHIJAAAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.0.jar | None |
  285. | UCHIJAAAA | galacticrafttweaker | 1.12.2-1.0.1 | GalacticraftTweaker-1.12.2-1.0.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  286. | UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  287. | UCHIJAAAA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
  288. | UCHIJAAAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  289. | UCHIJAAAA | icbmclassic | 1.12.2-3.0.0.29 | ICBM-classic-1.12.2-3.0.0b29.jar | None |
  290. | UCHIJAAAA | igwmod | 1.4.3-14 | IGW-Mod-1.12.2-1.4.3-14-universal.jar | None |
  291. | UCHIJAAAA | immersivecables | 1.3.0 | ImmersiveCables-1.12.2-1.3.0.jar | None |
  292. | UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  293. | UCHIJAAAA | immersivetech | 1.3.7 | immersivetech-1.12-1.3.7.jar | None |
  294. | UCHIJAAAA | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  295. | UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.7-132.jar | None |
  296. | UCHIJAAAA | industrialwires | 1.6-25 | IndustrialWires-1.6-25.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  297. | UCHIJAAAA | integrateddynamics | 0.11.8 | IntegratedDynamics-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  298. | UCHIJAAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.8.jar | None |
  299. | UCHIJAAAA | integratedtunnels | 1.5.4 | IntegratedTunnels-1.12.2-1.5.4.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  300. | UCHIJAAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.4.jar | None |
  301. | UCHIJAAAA | mysticalagriculture | 1.6.9 | mysticalagriculture-1.12-1.6.9.jar | None |
  302. | UCHIJAAAA | mysticalagradditions | 1.2.7 | mysticalagradditions-1.12-1.2.7.jar | None |
  303. | UCHIJAAAA | harvestcraft | 1.12.2t | Pam's+HarvestCraft+1.12.2t.jar | None |
  304. | UCHIJAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  305. | UCHIJAAAA | rftools | 7.33 | rftools-1.12-7.33.jar | None |
  306. | UCHIJAAAA | integrationforegoing | 1.12-1.5 | IntegrationForegoing-1.12.2-1.5.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  307. | UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  308. | UCHIJAAAA | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
  309. | UCHIJAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  310. | UCHIJAAAA | jaopcaadditions | 1.12.2-2.2.0.6 | JAOPCAAdditions-1.12.2-2.2.0.6.jar | None |
  311. | UCHIJAAAA | jaopca | 1.12.2-2.2.6.78 | JAOPCA-1.12.2-2.2.6.78.jar | None |
  312. | UCHIJAAAA | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.78.jar | None |
  313. | UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  314. | UCHIJAAAA | justenoughdimensions | 1.6.0-dev.20180319.221413 | justenoughdimensions-1.12.2-1.6.0-dev.20180319.221413.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  315. | UCHIJAAAA | jeresources | 0.8.7.41 | JustEnoughResources-1.12.2-0.8.7.41.jar | None |
  316. | UCHIJAAAA | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  317. | UCHIJAAAA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  318. | UCHIJAAAA | lostcities | 2.0.5 | lostcities-1.12-2.0.5.jar | None |
  319. | UCHIJAAAA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  320. | UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
  321. | UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  322. | UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  323. | UCHIJAAAA | malisisswitches | 1.12.2-5.1.0 | malisisswitches-1.12.2-5.1.0.jar | None |
  324. | UCHIJAAAA | matteroverdrive | 0.6.0.144 | MatterOverdrive-1.12.2-0.6.0.144-universal.jar | None |
  325. | UCHIJAAAA | mekanismgenerators | 9.4.3 | MekanismGenerators-1.12.2-9.4.3.330.jar | None |
  326. | UCHIJAAAA | mekanismtools | 9.4.3 | MekanismTools-1.12.2-9.4.3.330.jar | None |
  327. | UCHIJAAAA | minecolonies | 1.12.2-0.8.7883 | minecolonies-universal-1.12.2-0.8.7883.jar | None |
  328. | UCHIJAAAA | moreoverlays | 1.13 | moreoverlays-1.13-mc1.12.1.jar | None |
  329. | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  330. | UCHIJAAAA | mrtjpcore | 2.1.1.23 | MrTJPCore-1.12.2-2.1.1.23-universal.jar | None |
  331. | UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  332. | UCHIJAAAA | nmsot | 1.2.1-mc1.12 | NoMobSpawningOnTrees-1.2.1-mc1.12.jar | None |
  333. | UCHIJAAAA | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  334. | UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  335. | UCHIJAAAA | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
  336. | UCHIJAAAA | nuclearcraft | 2.10e | NuclearCraft-2.10e--1.12.2.jar | None |
  337. | UCHIJAAAA | nutrition | 3.0.0 | Nutrition-1.12.2-3.0.0.jar | None |
  338. | UCHIJAAAA | oreexcavation | 1.4.113 | OreExcavation-1.4.113.jar | None |
  339. | UCHIJAAAA | oeintegration | 2.3.2 | oeintegration-2.3.2.jar | None |
  340. | UCHIJAAAA | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.11.14-universal.jar | None |
  341. | UCHIJAAAA | omlib | 3.0.0-140 | omlib-1.12.2-3.0.0-140.jar | None |
  342. | UCHIJAAAA | ompd | 3.0.0-35 | ompd-1.12.2-3.0.0-35.jar | None |
  343. | UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  344. | UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  345. | UCHIJAAAA | openmodularturrets | 3.0.0-243 | openmodularturrets-1.12.2-3.0.0-243.jar | None |
  346. | UCHIJAAAA | overloaded | 0.0.47 | Overloaded-1.12.2-0.0.47.jar | None |
  347. | UCHIJAAAA | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None |
  348. | UCHIJAAAA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  349. | UCHIJAAAA | packmode | 1.1.0 | packmode-1.12.1-1.1.0.jar | None |
  350. | UCHIJAAAA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  351. | UCHIJAAAA | perfectspawn | 2.1 | PerfectSpawn-MC1.12.2-2.1.jar | None |
  352. | UCHIJAAAA | placebo | 1.3.2 | Placebo-1.12.2-1.3.2.jar | None |
  353. | UCHIJAAAA | planetprogression | 1.12.2-0.2.1 | PlanetProgression-1.12.2-0.2.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  354. | UCHIJAAAA | plants2 | 2.8.2 | Plants-1.12.2-2.8.2.jar | None |
  355. | UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  356. | UCHIJAAAA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
  357. | UCHIJAAAA | projectred-core | 4.8.6.55 | ProjectRed-1.12.2-4.8.6.55-Base.jar | None |
  358. | UCHIJAAAA | projectred-exploration | 4.8.6.55 | ProjectRed-1.12.2-4.8.6.55-world.jar | None |
  359. | UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
  360. | UCHIJAAAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
  361. | UCHIJAAAA | pneumaticcraft | 1.12.2-0.5.1-163 | pneumaticcraft-repressurized-1.12.2-0.5.1-163.jar | None |
  362. | UCHIJAAAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  363. | UCHIJAAAA | reborncore | 3.6.12.223 | RebornCore-1.12.2-3.6.12.223-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  364. | UCHIJAAAA | quantumstorage | 4.4.10 | QuantumStorage-1.12-4.4.10.jar | None |
  365. | UCHIJAAAA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
  366. | UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  367. | UCHIJAAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  368. | UCHIJAAAA | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  369. | UCHIJAAAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.0.5.41.jar | None |
  370. | UCHIJAAAA | redstonearsenal | 2.3.11 | RedstoneArsenal-1.12.2-2.3.11.5-universal.jar | None |
  371. | UCHIJAAAA | refined_avaritia | 2.0 | refined_avaritia-1.12.2-2.0.jar | None |
  372. | UCHIJAAAA | refinedstorageaddons | 0.2 | refinedstorageaddons-0.2.jar | None |
  373. | UCHIJAAAA | xreliquary | 1.12.2-1.3.4.757 | Reliquary-1.12.2-1.3.4.757.jar | None |
  374. | UCHIJAAAA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  375. | UCHIJAAAA | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
  376. | UCHIJAAAA | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
  377. | UCHIJAAAA | rftoolspower | 0.1.2 | rftoolspower-1.12-0.1.2.jar | None |
  378. | UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
  379. | UCHIJAAAA | ruins | 17.0 | Ruins-1.12.2.jar | None |
  380. | UCHIJAAAA | rustic | 1.0.2 | rustic-1.0.2.jar | None |
  381. | UCHIJAAAA | sgcraft | 1.13.2 | SGCraft-1.0-mc1.12.2.jar | None |
  382. | UCHIJAAAA | spacex | 1.0.0 | spacex-1.12.2-1.0.0.jar | None |
  383. | UCHIJAAAA | spiceoflife | 1.3.11 | SpiceOfLife-mc1.12-1.3.11.jar | None |
  384. | UCHIJAAAA | bq_standard | 3.4.141 | StandardExpansion-3.4.141.jar | None |
  385. | UCHIJAAAA | stevescarts | 2.4.18.92 | StevesCarts-1.12.2-2.4.18.92.jar | None |
  386. | UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  387. | UCHIJAAAA | techguns | 2.0.1.1 | techguns-1.12.2-2.0.1.1.jar | None |
  388. | UCHIJAAAA | techreborn | 2.12.6.510 | TechReborn-1.12.2-2.12.6.510-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  389. | UCHIJAAAA | terraqueous | 1.4.11 | terraqueous-1.12.0-1.4.11.jar | None |
  390. | UCHIJAAAA | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
  391. | UCHIJAAAA | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
  392. | UCHIJAAAA | thermalinnovation | 0.1.0 | ThermalInnovation-1.12.2-0.1.0.3-universal.jar | None |
  393. | UCHIJAAAA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None |
  394. | UCHIJAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  395. | UCHIJAAAA | topaddons | 1.12.2-1.5.0 | topaddons-1.12.2-1.5.0.jar | None |
  396. | UCHIJAAAA | translocators | 2.5.0.70 | Translocators-1.12.2-2.5.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  397. | UCHIJAAAA | traverse | 1.4.1 | Traverse-1.12.2-1.4.1-49.jar | None |
  398. | UCHIJAAAA | unloader | 1.0.1 | unloader-1.0.1.jar | None |
  399. | UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.9b.jar | None |
  400. | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  401. | UCHIJAAAA | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
  402. | UCHIJAAAA | wct | 3.9.62 | WirelessCraftingTerminal-1.12.2-3.9.62.jar | None |
  403. | UCHIJAAAA | woot | 1.12.2-1.0.1 | woot-1.12.2-1.0.1.jar | None |
  404. | UCHIJAAAA | wrcbe | 2.3.0 | WR-CBE-1.12.2-2.3.0.27-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  405. | UCHIJAAAA | xnet | 1.6.9 | xnet-1.12-1.6.9.jar | None |
  406. | UCHIJAAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  407. | UCHIJAAAA | ynot | 0.2.2 | YNot-0.2.2.jar | None |
  408. | UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  409. | UCHIJAAAA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  410. | UCHIJAAAA | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
  411. | UCHIJAAAA | unidict | 1.12.2-2.4c | UniDict-1.12.2-2.4c.jar | None |
  412. | UCHIJAAAA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  413.  
  414. Loaded coremods (and transformers):
  415. AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  416.  
  417. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  418.  
  419. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  420. shetiphian.asm.ClassTransformer
  421. LoadingPlugin (PerfectSpawn-MC1.12.2-2.1.jar)
  422. lumien.perfectspawn.asm.ClassTransformer
  423. FMLPlugin (elulib-0.1.12.jar)
  424. elucent.elulib.asm.ASMTransformer
  425. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  426. invtweaks.forge.asm.ContainerTransformer
  427. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  428. lumien.resourceloader.asm.ClassTransformer
  429. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b148.jar)
  430.  
  431. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  432. li.cil.oc.common.asm.ClassTransformer
  433. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  434. squeek.applecore.asm.TransformerModuleHandler
  435. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  436. com.teamwizardry.librarianlib.asm.LibLibTransformer
  437. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-70.jar)
  438. zmaster587.advancedRocketry.asm.ClassTransformer
  439. MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  440.  
  441. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  442. team.chisel.ctm.client.asm.CTMTransformer
  443. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  444. openmods.core.OpenModsClassTransformer
  445. Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  446. techguns.core.TechgunsASMTransformer
  447. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.173.jar)
  448. micdoodle8.mods.miccore.MicdoodleTransformer
  449. Plugin (NotEnoughIDs-1.5.4.2.jar)
  450. ru.fewizz.neid.asm.Transformer
  451. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  452. com.therandomlabs.randompatches.RPTransformer
  453. Wizardry Plugin (wizardry-0.8.5.jar)
  454. com.teamwizardry.wizardry.asm.WizardryTransformer
  455. ForgelinPlugin (Forgelin-1.6.0.jar)
  456.  
  457. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
  458. pl.asie.foamfix.coremod.FoamFixTransformer
  459. IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
  460. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  461. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  462. mods.betterfoliage.loader.BetterFoliageTransformer
  463. EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
  464. com.enderio.core.common.transform.EnderCoreTransformer
  465. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  466. 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]
  467. Pulsar/tconstruct loaded Pulses:
  468. - TinkerCommons (Enabled/Forced)
  469. - TinkerWorld (Enabled/Not Forced)
  470. - TinkerTools (Enabled/Not Forced)
  471. - TinkerHarvestTools (Enabled/Forced)
  472. - TinkerMeleeWeapons (Enabled/Forced)
  473. - TinkerRangedWeapons (Enabled/Forced)
  474. - TinkerModifiers (Enabled/Forced)
  475. - TinkerSmeltery (Enabled/Not Forced)
  476. - TinkerGadgets (Enabled/Not Forced)
  477. - TinkerOredict (Enabled/Forced)
  478. - TinkerIntegration (Enabled/Forced)
  479. - TinkerFluids (Enabled/Forced)
  480. - TinkerMaterials (Enabled/Forced)
  481. - TinkerModelRegister (Enabled/Forced)
  482. - chiselIntegration (Enabled/Not Forced)
  483. - chiselsandbitsIntegration (Enabled/Not Forced)
  484. - craftingtweaksIntegration (Enabled/Not Forced)
  485. - theoneprobeIntegration (Enabled/Not Forced)
  486.  
  487. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  488. Pulsar/natura loaded Pulses:
  489. - NaturaCommons (Enabled/Forced)
  490. - NaturaOverworld (Enabled/Not Forced)
  491. - NaturaNether (Enabled/Not Forced)
  492. - NaturaDecorative (Enabled/Not Forced)
  493. - NaturaTools (Enabled/Not Forced)
  494. - NaturaEntities (Enabled/Not Forced)
  495. - NaturaOredict (Enabled/Forced)
  496. - NaturaWorld (Enabled/Not Forced)
  497. - craftingtweaksIntegration (Enabled/Not Forced)
  498.  
  499. List of loaded APIs:
  500. * AbyssalCraftAPI (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  501. * AbyssalCraftAPI|Biome (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  502. * AbyssalCraftAPI|Block (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  503. * AbyssalCraftAPI|Caps (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  504. * AbyssalCraftAPI|Condition (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  505. * AbyssalCraftAPI|Disruption (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  506. * AbyssalCraftAPI|Energy (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  507. * AbyssalCraftAPI|Entity (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  508. * AbyssalCraftAPI|Event (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  509. * AbyssalCraftAPI|Integration (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  510. * AbyssalCraftAPI|Internal (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  511. * AbyssalCraftAPI|Item (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  512. * AbyssalCraftAPI|Necronomicon (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  513. * AbyssalCraftAPI|Recipe (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  514. * AbyssalCraftAPI|Ritual (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  515. * AbyssalCraftAPI|Spell (1.12.0) from AbyssalCraft-1.12.2-1.9.4.4.jar
  516. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r133.jar
  517. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
  518. * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
  519. * asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
  520. * asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
  521. * asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
  522. * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
  523. * BetterQuesting|API (3.0) from BetterQuesting-3.5.250.jar
  524. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  525. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.46.jar
  526. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.7-90.jar
  527. * BotaniaAPI (79) from AkashicTome-1.2-10.jar
  528. * BuildCraftAPI|blocks (1.0) from buildcraft-7.99.15.jar
  529. * BuildCraftAPI|boards (2.0) from buildcraft-7.99.15.jar
  530. * BuildCraftAPI|core (2.2) from buildcraft-7.99.15.jar
  531. * BuildCraftAPI|crops (1.1) from buildcraft-7.99.15.jar
  532. * BuildCraftAPI|enums (1.0) from buildcraft-7.99.15.jar
  533. * BuildCraftAPI|events (2.0) from buildcraft-7.99.15.jar
  534. * BuildCraftAPI|facades (1.1) from buildcraft-7.99.15.jar
  535. * BuildCraftAPI|filler (5.0) from buildcraft-7.99.15.jar
  536. * BuildCraftAPI|fuels (2.0) from buildcraft-7.99.15.jar
  537. * BuildCraftAPI|gates (4.1) from buildcraft-7.99.15.jar
  538. * BuildCraftAPI|items (1.1) from buildcraft-7.99.15.jar
  539. * BuildCraftAPI|library (2.0) from buildcraft-7.99.15.jar
  540. * BuildCraftAPI|lists (1.0) from buildcraft-7.99.15.jar
  541. * BuildCraftAPI|power (1.3) from buildcraft-7.99.15.jar
  542. * BuildCraftAPI|recipes (3.0) from buildcraft-7.99.15.jar
  543. * BuildCraftAPI|robotics (3.0) from buildcraft-7.99.15.jar
  544. * BuildCraftAPI|statements (1.1) from buildcraft-7.99.15.jar
  545. * BuildCraftAPI|tiles (1.2) from buildcraft-7.99.15.jar
  546. * BuildCraftAPI|tools (1.0) from buildcraft-7.99.15.jar
  547. * BuildCraftAPI|transport (5.0) from buildcraft-7.99.15.jar
  548. * calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.4.jar
  549. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  550. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  551. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  552. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
  553. * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  554. * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  555. * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  556. * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  557. * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  558. * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  559. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  560. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  561. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  562. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  563. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  564. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  565. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  566. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  567. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  568. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  569. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  570. * computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
  571. * computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
  572. * computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
  573. * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
  574. * computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
  575. * Core (0.1) from CustomNPCs_1.12.2(20jan18).jar
  576. * Core|Blocks (0.1) from CustomNPCs_1.12.2(20jan18).jar
  577. * Core|Constants (0.1) from CustomNPCs_1.12.2(20jan18).jar
  578. * Core|Entities (0.1) from CustomNPCs_1.12.2(20jan18).jar
  579. * Core|Entities|Data (0.1) from CustomNPCs_1.12.2(20jan18).jar
  580. * Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(20jan18).jar
  581. * Core|Events (0.1) from CustomNPCs_1.12.2(20jan18).jar
  582. * Core|Handlers (0.1) from CustomNPCs_1.12.2(20jan18).jar
  583. * Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(20jan18).jar
  584. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.8.jar
  585. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  586. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  587. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  588. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  589. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  590. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
  591. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.10.284-universal.jar
  592. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  593. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  594. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  595. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  596. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  597. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  598. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  599. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  600. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.20.jar
  601. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.20.jar
  602. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.7.jar
  603. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.263.jar
  604. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.263.jar
  605. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.263.jar
  606. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.263.jar
  607. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.263.jar
  608. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.263.jar
  609. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.263.jar
  610. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.263.jar
  611. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.263.jar
  612. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.263.jar
  613. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.263.jar
  614. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.263.jar
  615. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.263.jar
  616. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.263.jar
  617. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.263.jar
  618. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.263.jar
  619. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.263.jar
  620. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.263.jar
  621. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.263.jar
  622. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.263.jar
  623. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.0.jar
  624. * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.1.173.jar
  625. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  626. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-57.jar
  627. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  628. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-80.jar
  629. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-80.jar
  630. * industrialforegoingapi (3) from industrialforegoing-1.12.2-1.8.7-132.jar
  631. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.8.jar
  632. * jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
  633. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  634. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  635. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  636. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  637. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  638. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.159.jar
  639. * MatterOverdrive|API (0.4.1) from MatterOverdrive-1.12.2-0.6.0.144-universal.jar
  640. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  641. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  642. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  643. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  644. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  645. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  646. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  647. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  648. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  649. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  650. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  651. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  652. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  653. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  654. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  655. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  656. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  657. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  658. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  659. * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.5.1-163.jar
  660. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
  661. * projecteapi (1.11.2-1.0.0) from ProjectE-1.12-PE1.2.0.jar
  662. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  663. * PsiAPI (6) from Psi-r1.1-59.jar
  664. * reborncoreAPI (3.6.12.223) from RebornCore-1.12.2-3.6.12.223-universal.jar
  665. * reborncoreAPI|Power (3.6.12.223) from RebornCore-1.12.2-3.6.12.223-universal.jar
  666. * reborncoreAPI|Recipe (3.6.12.223) from RebornCore-1.12.2-3.6.12.223-universal.jar
  667. * reborncoreAPI|Tile (3.6.12.223) from RebornCore-1.12.2-3.6.12.223-universal.jar
  668. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.7.jar
  669. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
  670. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.18.92.jar
  671. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  672. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  673. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  674. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  675. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  676. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  677. * techrebornAPI (2.12.6.510) from TechReborn-1.12.2-2.12.6.510-universal.jar
  678. * TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.11.jar
  679. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.11.jar
  680. * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.11.jar
  681. * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.11.jar
  682. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.21.jar
  683. * valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.9b.jar
  684. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.62.jar
  685. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  686. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  687. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  688. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.10e--1.12.2.jar
  689. RebornCore:
  690. Plugin Engine: 0
  691. RebornCore Version: 3.6.12.223
  692. Runtime Debofucsation 1
  693. RenderEngine: 1
  694. 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.):
  695. * Optifine is installed. This is NOT supported.
  696. 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.
  697.  
  698. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  699. !!!You are looking at the diagnostics information, not at the crash. !!!
  700. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  701. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  702.  
  703. 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
  704. Profiler Position: N/A (disabled)
  705. Player Count: 1 / 8; [GCEntityPlayerMP['Deloyar'/1066, l='New World----------', x=-604.47, y=60.93, z=520.96]]
  706. Type: Integrated Server (map_client.txt)
  707. Is Modded: Definitely; Client brand changed to 'fml,forge'
  708. OptiFine Version: OptiFine_1.12.2_HD_U_D1
  709. OptiFine Build: 20180323-135452
  710. Render Distance Chunks: 12
  711. Mipmaps: 0
  712. Anisotropic Filtering: 1
  713. Antialiasing: 0
  714. Multitexture: false
  715. Shaders: null
  716. OpenGlVersion: 4.6.0 NVIDIA 388.13
  717. OpenGlRenderer: GeForce GTX 760/PCIe/SSE2
  718. OpenGlVendor: NVIDIA Corporation
  719. CpuCount: 8
Add Comment
Please, Sign In to add comment