Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
  6. AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  7. BedPatch (bedpatch-2.2-1.12.2.jar)
  8. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  9. LoadingPlugin (Quark-r1.4-123.jar)
  10. RandomPatches (randompatches-1.12.2-1.1.0.0.jar)
  11. 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)
  12. Plugin (NotEnoughIDs-1.5.4.2.jar)
  13. EnderCorePlugin (EnderCore-1.12.2-0.5.22.jar)
  14. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  15. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  16. Wizardry Plugin (wizardry-0.8.5.jar)
  17. FMLPlugin (elulib-0.1.12.jar)
  18. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  19. ForgelinPlugin (Forgelin-1.6.0.jar)
  20. IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  21. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  22. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  23. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  24. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  25. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
  26. Contact their authors BEFORE contacting forge
  27.  
  28. // Why did you do that?
  29.  
  30. Time: 6/22/18 11:47 AM
  31. Description: Unexpected error
  32.  
  33. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minecraft Forge (forge)
  34. Caused by: java.lang.NullPointerException
  35. at com.enderio.core.common.util.NNList$ItrImpl.next(NNList.java:195)
  36. at com.enderio.core.common.util.stackable.Things.getItemStacks(Things.java:369)
  37. at com.enderio.core.common.util.stackable.Things.getItemStack(Things.java:384)
  38. at crazypants.enderio.base.config.recipes.ShapedRecipe.func_77571_b(ShapedRecipe.java:41)
  39. at net.minecraft.client.util.RecipeBookClient.rebuildTable(RecipeBookClient.java:71)
  40. at net.minecraftforge.fml.client.FMLClientHandler.resetClientRecipeBook(FMLClientHandler.java:1073)
  41. at net.minecraftforge.fml.common.FMLCommonHandler.resetClientRecipeBook(FMLCommonHandler.java:768)
  42. at net.minecraftforge.common.ForgeModContainer.mappingChanged(ForgeModContainer.java:561)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46. at java.lang.reflect.Method.invoke(Unknown Source)
  47. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  48. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  49. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  50. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  51. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  52. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  54. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  55. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  56. at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:924)
  57. at net.minecraftforge.registries.GameData.revertToFrozen(GameData.java:259)
  58. at net.minecraftforge.fml.client.FMLClientHandler.handleClientWorldClosing(FMLClientHandler.java:686)
  59. at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2482)
  60. at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2428)
  61. at net.minecraft.client.network.NetHandlerPlayClient.func_147231_a(NetHandlerPlayClient.java:784)
  62. at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:453)
  63. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:354)
  64. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1722)
  65. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  66. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  67. at net.minecraft.client.main.Main.main(SourceFile:123)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  71. at java.lang.reflect.Method.invoke(Unknown Source)
  72. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  73. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  74.  
  75.  
  76. A detailed walkthrough of the error, its code path and all known details is as follows:
  77. ---------------------------------------------------------------------------------------
  78.  
  79. -- Head --
  80. Thread: Client thread
  81. Stacktrace:
  82. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  83.  
  84. -- Affected level --
  85. Details:
  86. Level name: MpServer
  87. All players: 1 total; [EntityPlayerSP['KingJordanI'/518083, l='MpServer', x=2333.83, y=67.00, z=2362.62]]
  88. Chunk stats: MultiplayerChunkCache: 225, 225
  89. Level seed: 0
  90. Level generator: ID 00 - default, ver 1. Features enabled: false
  91. Level generator options:
  92. Level spawn location: World: (359,82,637), Chunk: (at 7,5,13 in 22,39; contains blocks 352,0,624 to 367,255,639), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
  93. Level time: 62810730 game time, 47484421 day time
  94. Level dimension: 0
  95. Level storage version: 0x00000 - Unknown?
  96. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  97. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  98. Forced entities: 98 total; [EntitySquid['Squid'/527368, l='MpServer', x=2392.56, y=54.16, z=2376.89], EntitySheep['Sheep'/254471, l='MpServer', x=289.50, y=65.00, z=671.50], EntitySquid['Squid'/527373, l='MpServer', x=2386.50, y=62.00, z=2384.50], EntitySquid['Squid'/527361, l='MpServer', x=2390.50, y=53.00, z=2382.50], EntitySquid['Squid'/527362, l='MpServer', x=2395.55, y=52.74, z=2380.40], EntitySquid['Squid'/527363, l='MpServer', x=2393.73, y=62.06, z=2375.67], EntitySquid['Squid'/527365, l='MpServer', x=2388.50, y=62.00, z=2383.50], EntitySquid['Squid'/527366, l='MpServer', x=2393.60, y=54.89, z=2376.78], EntitySquid['Squid'/527367, l='MpServer', x=2394.60, y=54.56, z=2377.40], EntitySkeleton['Skeleton'/527389, l='MpServer', x=2413.50, y=31.00, z=2338.50], EntityCow['Cow'/527390, l='MpServer', x=2402.15, y=64.00, z=2337.38], EntityCow['Cow'/527391, l='MpServer', x=2403.29, y=64.00, z=2337.14], EntitySlime['Slime'/527376, l='MpServer', x=2404.75, y=34.00, z=2329.51], EntityCow['Cow'/527378, l='MpServer', x=2402.55, y=64.00, z=2333.20], EntityCow['Cow'/527379, l='MpServer', x=2405.49, y=64.00, z=2337.19], EntityBlitz['Blitz'/527380, l='MpServer', x=2387.50, y=35.00, z=2351.50], EntityBlitz['Blitz'/527381, l='MpServer', x=2394.50, y=42.00, z=2344.50], EntitySpider['Spider'/527382, l='MpServer', x=2389.00, y=42.00, z=2328.52], EntityCreeper['Creeper'/527383, l='MpServer', x=2395.58, y=43.00, z=2338.77], EntityZombie['Zombie'/527392, l='MpServer', x=2386.50, y=46.00, z=2352.50], EntitySkeleton['Skeleton'/527393, l='MpServer', x=2397.50, y=37.00, z=2360.50], EntityZombie['Zombie'/527394, l='MpServer', x=2397.50, y=37.00, z=2358.50], EntitySkeleton['Skeleton'/527395, l='MpServer', x=2387.68, y=62.33, z=2366.14], EntitySpider['Spider'/527396, l='MpServer', x=2378.50, y=35.00, z=2378.50], EntityCoconut['entity.coconut.name'/527411, l='MpServer', x=2391.60, y=77.63, z=2433.40], EntityCoconut['entity.coconut.name'/527412, l='MpServer', x=2389.60, y=77.63, z=2433.60], EntityCoconut['entity.coconut.name'/527413, l='MpServer', x=2389.40, y=77.63, z=2433.40], EntityCoconut['entity.coconut.name'/527414, l='MpServer', x=2391.30, y=77.63, z=2433.30], EntityItem['item.item.ma.crafting_inferium_essence'/527946, l='MpServer', x=2386.13, y=66.00, z=2335.45], EntityCoconut['entity.coconut.name'/527435, l='MpServer', x=2391.30, y=77.63, z=2431.40], EntityCoconut['entity.coconut.name'/527436, l='MpServer', x=2389.50, y=77.63, z=2431.30], EntityCoconut['entity.coconut.name'/527437, l='MpServer', x=2391.30, y=77.63, z=2431.50], EntityCoconut['entity.coconut.name'/527438, l='MpServer', x=2389.60, y=77.63, z=2431.60], EntityItem['item.item.thermalfoundation.material.rodBlitz'/527943, l='MpServer', x=2383.21, y=67.00, z=2337.62], EntityOtherPlayerMP['Bliss_Matrix'/445332, l='MpServer', x=1373.05, y=82.94, z=-1972.84], EntitySkeleton['Skeleton'/536701, l='MpServer', x=2357.50, y=52.00, z=2336.50], EntityCreeper['Creeper'/535747, l='MpServer', x=2336.50, y=26.00, z=2351.50], EntityBat['Bat'/536403, l='MpServer', x=2344.34, y=17.10, z=2331.33], EntityCoconut['entity.coconut.name'/527272, l='MpServer', x=2289.60, y=75.63, z=2358.30], EntityCoconut['entity.coconut.name'/527273, l='MpServer', x=2289.60, y=75.63, z=2356.40], EntityCoconut['entity.coconut.name'/527274, l='MpServer', x=2289.30, y=75.63, z=2356.60], EntityItem['item.item.terraqueous.itemmain.leather.boot1'/527277, l='MpServer', x=2332.54, y=67.00, z=2368.06], EntityItem['item.item.rottenFlesh'/527278, l='MpServer', x=2332.38, y=67.00, z=2369.21], EntityItem['item.item.sulphur'/527279, l='MpServer', x=2319.57, y=22.00, z=2393.67], EntityItem['item.item.terraqueous.itemmain.leather.boot2'/527265, l='MpServer', x=2274.63, y=31.00, z=2364.27], EntityItem['item.item.rottenFlesh'/527266, l='MpServer', x=2273.67, y=26.00, z=2364.62], EntityCoconut['entity.coconut.name'/527267, l='MpServer', x=2287.60, y=75.63, z=2358.30], EntityCoconut['entity.coconut.name'/527268, l='MpServer', x=2287.60, y=75.63, z=2356.50], EntityCoconut['entity.coconut.name'/527269, l='MpServer', x=2287.60, y=75.63, z=2358.40], EntityCoconut['entity.coconut.name'/527270, l='MpServer', x=2287.30, y=75.63, z=2356.50], EntityCoconut['entity.coconut.name'/527271, l='MpServer', x=2289.40, y=75.63, z=2358.40], EntityWitch['Witch'/527290, l='MpServer', x=2313.55, y=52.00, z=2320.73], EntityXPOrb['Experience Orb'/527292, l='MpServer', x=2338.83, y=63.00, z=2282.35], EntityXPOrb['Experience Orb'/527293, l='MpServer', x=2341.32, y=63.00, z=2280.22], EntityXPOrb['Experience Orb'/527294, l='MpServer', x=2338.59, y=63.00, z=2278.62], EntityItem['item.item.string'/527295, l='MpServer', x=2319.74, y=13.00, z=2315.59], EntityItem['item.item.sulphur'/527280, l='MpServer', x=2323.93, y=17.00, z=2395.23], EntityCoconut['entity.coconut.name'/527281, l='MpServer', x=2323.60, y=75.63, z=2388.40], EntityCoconut['entity.coconut.name'/527282, l='MpServer', x=2323.40, y=75.63, z=2388.50], EntitySkeleton['Skeleton'/527283, l='MpServer', x=2336.48, y=33.00, z=2433.32], EntityCreeper['Creeper'/527305, l='MpServer', x=2410.50, y=54.00, z=2289.50], EntitySkeleton['Skeleton'/527306, l='MpServer', x=2397.50, y=42.00, z=2310.50], EntityCreeper['Creeper'/527307, l='MpServer', x=2395.50, y=42.00, z=2317.50], EntitySpider['Spider'/527308, l='MpServer', x=2398.50, y=44.00, z=2315.50], EntityCreeper['Creeper'/527309, l='MpServer', x=2377.18, y=41.00, z=2327.10], EntityItem['item.item.terraqueous.itemmain.leather.boot1'/533442, l='MpServer', x=2336.08, y=67.00, z=2359.49], EntityItem['item.item.rottenFlesh'/533443, l='MpServer', x=2334.63, y=67.00, z=2359.60], EntityItem['item.item.brain'/533444, l='MpServer', x=2336.07, y=67.00, z=2359.58], EntityItem['item.item.actuallyadditions.item_solidified_experience'/533446, l='MpServer', x=2334.30, y=67.00, z=2359.52], EntityWitch['Witch'/527320, l='MpServer', x=2404.50, y=43.00, z=2309.50], EntityItem['item.item.string'/527321, l='MpServer', x=2388.66, y=32.00, z=2335.25], EntityWitch['Witch'/527322, l='MpServer', x=2388.32, y=32.00, z=2336.26], EntityZombie['Zombie'/527323, l='MpServer', x=2399.74, y=33.00, z=2328.67], EntitySkeleton['Skeleton'/527326, l='MpServer', x=2383.59, y=40.00, z=2336.84], EntityPlayerSP['KingJordanI'/518083, l='MpServer', x=2333.83, y=67.00, z=2362.62], EntityItem['item.item.rottenFlesh'/527327, l='MpServer', x=2368.03, y=67.00, z=2347.34], EntityLatchedRenderer['unknown'/472, l='MpServer', x=2333.83, y=67.00, z=2362.62], EntityCreeper['Creeper'/527313, l='MpServer', x=2376.50, y=37.00, z=2321.84], EntitySkeleton['Skeleton'/527319, l='MpServer', x=2401.50, y=43.00, z=2309.50], EntityItem['item.item.bone'/527336, l='MpServer', x=2359.21, y=63.00, z=2314.89], EntitySkeleton['Skeleton'/527337, l='MpServer', x=2354.50, y=50.00, z=2311.50], EntitySkeleton['Skeleton'/527338, l='MpServer', x=2382.50, y=25.00, z=2284.50], EntitySkeleton['Skeleton'/527339, l='MpServer', x=2387.50, y=26.00, z=2303.50], EntitySpider['Spider'/527340, l='MpServer', x=2389.50, y=25.00, z=2296.50], EntityCreeper['Creeper'/527341, l='MpServer', x=2388.50, y=25.00, z=2294.50], EntityCreeper['Creeper'/527342, l='MpServer', x=2384.50, y=21.00, z=2298.50], EntityCreeper['Creeper'/527343, l='MpServer', x=2393.50, y=23.00, z=2301.50], EntityXPOrb['Experience Orb'/527328, l='MpServer', x=2369.98, y=67.00, z=2347.52], EntityXPOrb['Experience Orb'/527329, l='MpServer', x=2369.31, y=67.00, z=2347.86], EntityXPOrb['Experience Orb'/527330, l='MpServer', x=2369.30, y=67.00, z=2347.76], EntityItem['item.item.arrow'/527335, l='MpServer', x=2359.47, y=63.00, z=2313.82], EntityCreeper['Creeper'/527352, l='MpServer', x=2380.50, y=35.00, z=2312.50], EntityCreeper['Creeper'/527354, l='MpServer', x=2351.50, y=51.00, z=2318.83], EntityCreeper['Creeper'/527345, l='MpServer', x=2394.50, y=45.00, z=2296.50], EntitySkeleton['Skeleton'/527347, l='MpServer', x=2398.49, y=46.00, z=2293.14], EntityCreeper['Creeper'/527348, l='MpServer', x=2386.50, y=40.00, z=2294.50], EntityCreeper['Creeper'/527349, l='MpServer', x=2396.50, y=45.00, z=2295.50], EntityCreeper['Creeper'/527350, l='MpServer', x=2396.50, y=45.00, z=2297.50]]
  99. Retry entities: 26 total; [EntitySheep['Sheep'/254471, l='MpServer', x=289.50, y=65.00, z=671.50], EntityBasalz['Basalz'/520142, l='MpServer', x=308.50, y=55.00, z=579.50], EntityZombie['Zombie'/518605, l='MpServer', x=345.50, y=47.00, z=685.50], EntityChicken['Chicken'/255510, l='MpServer', x=376.50, y=10.00, z=583.50], EntitySkeleton['Skeleton'/519070, l='MpServer', x=318.50, y=19.00, z=591.50], EntitySpider['Spider'/519262, l='MpServer', x=320.50, y=26.00, z=592.50], EntityCreeper['Creeper'/518878, l='MpServer', x=328.50, y=24.00, z=690.50], EntitySkeleton['Skeleton'/519069, l='MpServer', x=322.50, y=19.00, z=591.50], EntityZombie['Zombie'/519197, l='MpServer', x=353.50, y=18.00, z=574.50], EntityZombie['Zombie'/518940, l='MpServer', x=308.50, y=13.00, z=589.50], EntityZombie['Zombie'/519196, l='MpServer', x=351.50, y=18.00, z=577.50], EntitySkeleton['Skeleton'/519259, l='MpServer', x=321.50, y=26.00, z=589.50], EntityZombie['Zombie'/519396, l='MpServer', x=321.50, y=27.00, z=581.50], EntitySkeleton['Skeleton'/519395, l='MpServer', x=321.50, y=27.00, z=579.50], EntitySkeleton['Skeleton'/519651, l='MpServer', x=344.50, y=21.00, z=580.50], EntitySkeleton['Skeleton'/519394, l='MpServer', x=320.50, y=27.00, z=580.50], EntitySkeleton['Skeleton'/520353, l='MpServer', x=374.50, y=14.00, z=678.50], EntityChicken['Chicken'/252523, l='MpServer', x=331.50, y=80.00, z=683.50], EntityItem['item.item.egg'/505007, l='MpServer', x=376.82, y=10.00, z=583.36], EntityCreeper['Creeper'/518702, l='MpServer', x=342.50, y=21.00, z=581.50], EntitySheep['Sheep'/252521, l='MpServer', x=335.50, y=80.00, z=687.50], EntityZombie['Zombie'/518700, l='MpServer', x=324.50, y=18.00, z=580.50], EntitySheep['Sheep'/252520, l='MpServer', x=331.50, y=80.00, z=688.50], EntitySkeleton['Skeleton'/518698, l='MpServer', x=328.50, y=13.00, z=580.50], EntityCreeper['Creeper'/519161, l='MpServer', x=340.50, y=42.00, z=586.50], EntityCreeper['Creeper'/519160, l='MpServer', x=340.50, y=42.00, z=588.50]]
  100. Server brand: fml,forge,sponge
  101. Server type: Non-integrated multiplayer server
  102. Stacktrace:
  103. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  104. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738)
  105. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
  106. at net.minecraft.client.main.Main.main(SourceFile:123)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  109. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  110. at java.lang.reflect.Method.invoke(Unknown Source)
  111. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  112. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  113.  
  114. -- System Details --
  115. Details:
  116. Minecraft Version: 1.12.2
  117. Operating System: Windows 10 (amd64) version 10.0
  118. Java Version: 1.8.0_172, Oracle Corporation
  119. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120. Memory: 1282833792 bytes (1223 MB) / 5819072512 bytes (5549 MB) up to 5819072512 bytes (5549 MB)
  121. JVM Flags: 4 total; -Xmx6144m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  122. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  123. FML: MCP 9.42 Powered by Forge 14.23.4.2705 264 mods loaded, 264 mods active
  124. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  125.  
  126. | State | ID | Version | Source | Signature |
  127. |:------- |:-------------------------- |:------------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  128. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  129. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  130. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  131. | UCHIJAE | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  132. | UCHIJA | randompatches | 1.12.2-1.1.0.0 | minecraft.jar | None |
  133. | UCHIJA | openmodscore | 0.11.5 | minecraft.jar | None |
  134. | UCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  135. | UCHIJA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  136. | UCHIJA | elucore | 1.0 | minecraft.jar | None |
  137. | UCHIJA | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
  138. | UCHIJA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  139. | UCHIJA | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
  140. | UCHIJA | jei | 4.9.2.196 | jei_1.12.2-4.9.2.196.jar | None |
  141. | UCHIJA | abyssalcraft | 1.9.4.9 | AbyssalCraft-1.12.2-1.9.4.9.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  142. | UCHIJA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  143. | UCHIJA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  144. | UCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  145. | UCHIJA | endercore | 1.12.2-0.5.22 | EnderCore-1.12.2-0.5.22.jar | None |
  146. | UCHIJA | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  147. | UCHIJA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  148. | UCHIJA | cofhcore | 4.4.1 | CoFHCore-1.12.2-4.4.1.12-universal.jar | None |
  149. | UCHIJA | brandonscore | 2.4.2 | BrandonsCore-1.12-2.4.2.157-universal.jar | None |
  150. | UCHIJA | thermalfoundation | 2.4.1 | ThermalFoundation-1.12.2-2.4.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  151. | UCHIJA | draconicevolution | 2.3.11 | Draconic-Evolution-1.12-2.3.11.290-universal.jar | None |
  152. | UCHIJA | thermalexpansion | 5.4.2 | ThermalExpansion-1.12.2-5.4.2.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  153. | UCHIJA | enderio | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  154. | UCHIJA | enderiointegrationtic | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  155. | UCHIJA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  156. | UCHIJA | tconstruct | 1.12.2-2.10.0.81 | TConstruct-1.12.2-2.10.0.81.jar | None |
  157. | UCHIJA | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  158. | UCHIJA | fastbench | 1.3.2 | FastWorkbench-1.12.2-1.3.2.jar | None |
  159. | UCHIJA | actuallyadditions | 1.12.2-r135 | ActuallyAdditions-1.12.2-r135.jar | None |
  160. | UCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  161. | UCHIJA | additionalbanners | 1.1.42 | AdditionalBanners-1.12.2-1.1.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  162. | UCHIJA | libvulpes | 0.2.8.-31 | LibVulpes-1.12.2-0.2.8-31-universal.jar | None |
  163. | UCHIJA | advancedrocketry | 1.4.0.-82 | AdvancedRocketry-1.12.2-1.4.0-82-universal.jar | None |
  164. | UCHIJA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  165. | UCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  166. | UCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  167. | UCHIJA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  168. | UCHIJA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  169. | UCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  170. | UCHIJA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  171. | UCHIJA | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  172. | UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  173. | UCHIJA | aroma1997core | 2.0.0.0.b150 | Aroma1997Core-1.12.2-2.0.0.0.b150.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  174. | UCHIJA | aroma1997sdimension | 2.0.0.2.b69 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b69.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  175. | UCHIJA | astralsorcery | 1.8.10 | astralsorcery-1.12.2-1.8.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  176. | UCHIJA | atmtweaks | 1.1 | atmtweaks-1.1.jar | None |
  177. | UCHIJA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  178. | UCHIJA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  179. | UCHIJA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  180. | UCHIJA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
  181. | UCHIJA | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
  182. | UCHIJA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  183. | UCHIJA | bibliocraft | 2.4.4 | BiblioCraft[v2.4.4][MC1.12.2].jar | None |
  184. | UCHIJA | ic2 | 2.8.80-ex112 | industrialcraft-2-2.8.80-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  185. | UCHIJA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  186. | UCHIJA | reborncore | 3.8.5.290 | RebornCore-1.12.2-3.8.5.290-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  187. | UCHIJA | techreborn | 2.15.10.677 | TechReborn-1.12.2-2.15.10.677-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  188. | UCHIJA | forestry | 5.8.0.294 | forestry_1.12.2-5.8.0.294.jar | None |
  189. | UCHIJA | binniecore | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  190. | UCHIJA | binniedesign | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  191. | UCHIJA | genetics | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  192. | UCHIJA | botany | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  193. | UCHIJA | extrabees | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  194. | UCHIJA | extratrees | 2.5.0.165 | binnie-mods-1.12.2-2.5.0.165.jar | None |
  195. | UCHIJA | biomesoplenty | 7.0.1.2391 | BiomesOPlenty-1.12.2-7.0.1.2391-universal.jar | None |
  196. | UCHIJA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  197. | UCHIJA | cyclicmagic | 1.15.6 | Cyclic-1.12.2-1.15.6.jar | None |
  198. | UCHIJA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  199. | UCHIJA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  200. | UCHIJA | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
  201. | UCHIJA | bookshelf | 2.3.546 | Bookshelf-1.12.2-2.3.546.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  202. | UCHIJA | thaumcraft | 6.1.BETA13 | Thaumcraft-1.12.2-6.1.BETA13.jar | None |
  203. | UCHIJA | botania | r1.10-354 | Botania r1.10-354.jar | None |
  204. | UCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  205. | UCHIJA | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  206. | UCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  207. | UCHIJA | chiselsandbits | 14.17 | chiselsandbits-14.17.jar | None |
  208. | UCHIJA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  209. | UCHIJA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  210. | UCHIJA | colossalchests | 1.6.11 | ColossalChests-1.12.2-1.6.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  211. | UCHIJA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  212. | UCHIJA | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
  213. | UCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
  214. | UCHIJA | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  215. | UCHIJA | compactmachines3 | 3.0.11 | compactmachines3-1.12.2-3.0.11-b207.jar | None |
  216. | UCHIJA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  217. | UCHIJA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  218. | UCHIJA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
  219. | UCHIJA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  220. | UCHIJA | theoneprobe | 1.4.22 | theoneprobe-1.12-1.4.22.jar | None |
  221. | UCHIJA | mekanism | 1.12.2-9.4.10.345 | Mekanism-1.12.2-9.4.10.345.jar | None |
  222. | UCHIJA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
  223. | UCHIJA | conarm | 0.0.19-b | conarm-1.12.2-0.0.19-b.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  224. | UCHIJA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  225. | UCHIJA | cookingforblockheads | 6.4.36 | CookingForBlockheads_1.12.2-6.4.36.jar | None |
  226. | UCHIJA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  227. | UCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  228. | UCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
  229. | UCHIJA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
  230. | UCHIJA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  231. | UCHIJA | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
  232. | UCHIJA | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
  233. | UCHIJA | darkutils | 1.8.210 | DarkUtils-1.12.2-1.8.210.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  234. | UCHIJA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  235. | UCHIJA | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
  236. | UCHIJA | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None |
  237. | UCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  238. | UCHIJA | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  239. | UCHIJA | discordsuite | 2.2.2 | DiscordSuite-2.2.2.jar | None |
  240. | UCHIJA | dismantler | 0.1.2 | dismantler-0.1.2.jar | None |
  241. | UCHIJA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
  242. | UCHIJA | embers | 0.230 | embers-0.230.jar | None |
  243. | UCHIJA | enderiobase | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  244. | UCHIJA | enderioconduits | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  245. | UCHIJA | enderiointegrationforestry | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  246. | UCHIJA | enderiointegrationticlate | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  247. | UCHIJA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  248. | UCHIJA | ftblib | 5.1.0.19 | FTBLib-5.1.0.19.jar | None |
  249. | UCHIJA | enderiomachines | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  250. | UCHIJA | enderiopowertools | 5.0.24 | EnderIO-1.12.2-5.0.24.jar | None |
  251. | UCHIJA | enderstorage | 2.4.3.130 | EnderStorage-1.12.2-2.4.3.130-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  252. | UCHIJA | valkyrielib | 1.12.2-2.0.10b | valkyrielib-1.12.2-2.0.10b.jar | None |
  253. | UCHIJA | environmentaltech | 1.12.2-2.0.10a | environmentaltech-1.12.2-2.0.10a.jar | None |
  254. | UCHIJA | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  255. | UCHIJA | exchangers | 1.12.2-2.7.2 | Exchangers-1.12.2-2.7.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  256. | UCHIJA | excore | 2.0.0-beta19-1.12.2 | EXCore-2.0.0-beta19-1.12.2.jar | None |
  257. | UCHIJA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a58.jar | None |
  258. | UCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  259. | UCHIJA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  260. | UCHIJA | zerocore | 1.12-0.1.2.1 | zerocore-1.12-0.1.2.1.jar | None |
  261. | UCHIJA | bigreactors | 1.12.2-0.4.5.48 | ExtremeReactors-1.12.2-0.4.5.48.jar | None |
  262. | UCHIJA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
  263. | UCHIJA | fencejumper | 1.0.3 | fencejumper-1.12-1.0.3.jar | None |
  264. | UCHIJA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  265. | UCHIJA | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  266. | UCHIJA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  267. | UCHIJA | ftbutilities | 5.1.0.24 | FTBUtilities-5.1.0.24.jar | None |
  268. | UCHIJA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.1.jar | None |
  269. | UCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  270. | UCHIJA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
  271. | UCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  272. | UCHIJA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  273. | UCHIJA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  274. | UCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  275. | UCHIJA | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  276. | UCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.9.2-170.jar | None |
  277. | UCHIJA | industrialwires | 1.6-25 | IndustrialWires-1.6-25.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  278. | UCHIJA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  279. | UCHIJA | integrateddynamics | 0.11.12 | IntegratedDynamics-1.12.2-0.11.12.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  280. | UCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.12.jar | None |
  281. | UCHIJA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  282. | UCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  283. | UCHIJA | mysticalagriculture | 1.6.10 | mysticalagriculture-1.12-1.6.10.jar | None |
  284. | UCHIJA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  285. | UCHIJA | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2u.jar | None |
  286. | UCHIJA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  287. | UCHIJA | rftools | 7.33 | rftools-1.12-7.33.jar | None |
  288. | UCHIJA | rustic | 1.0.5 | rustic-1.0.5.jar | None |
  289. | UCHIJA | integrationforegoing | 1.12-1.6 | IntegrationForegoing-1.12.2-1.6.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  290. | UCHIJA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  291. | UCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  292. | UCHIJA | ironchest | 1.12.2-7.0.42.827 | ironchest-1.12.2-7.0.42.827.jar | None |
  293. | UCHIJA | jaopca | 1.12.2-2.2.6.83 | JAOPCA-1.12.2-2.2.6.83.jar | None |
  294. | UCHIJA | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.83.jar | None |
  295. | UCHIJA | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
  296. | UCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  297. | UCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  298. | UCHIJA | justenoughdimensions | 1.6.0-dev.20180527.185104 | justenoughdimensions-1.12.2-1.6.0-dev.20180527.185104.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  299. | UCHIJA | jeresources | 0.8.7.41 | JustEnoughResources-1.12.2-0.8.7.41.jar | None |
  300. | UCHIJA | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
  301. | UCHIJA | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  302. | UCHIJA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  303. | UCHIJA | lostcities | 2.0.8 | lostcities-1.12-2.0.8.jar | None |
  304. | UCHIJA | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
  305. | UCHIJA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  306. | UCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  307. | UCHIJA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  308. | UCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  309. | UCHIJA | mekanismgenerators | 9.4.10 | MekanismGenerators-1.12.2-9.4.10.345.jar | None |
  310. | UCHIJA | mekanismtools | 9.4.10 | MekanismTools-1.12.2-9.4.10.345.jar | None |
  311. | UCHIJA | minecolonies | 1.12.2-0.8.8390 | minecolonies-universal-1.12.2-0.8.8390.jar | None |
  312. | UCHIJA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  313. | UCHIJA | moreoverlays | 1.13 | moreoverlays-1.13-mc1.12.1.jar | None |
  314. | UCHIJA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  315. | UCHIJA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  316. | UCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  317. | UCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  318. | UCHIJA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
  319. | UCHIJA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  320. | UCHIJA | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
  321. | UCHIJA | nuclearcraft | 2.10m | NuclearCraft-2.10m--1.12.2.jar | None |
  322. | UCHIJA | nutrition | 3.1.0 | Nutrition-1.12.2-3.1.0.jar | None |
  323. | UCHIJA | xnet | 1.6.9 | xnet-1.12-1.6.9.jar | None |
  324. | UCHIJA | ocxnetdriver | 1.0.2 | ocxnetdriver-1.0.2-b11.jar | None |
  325. | UCHIJA | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
  326. | UCHIJA | oeintegration | 2.3.3 | oeintegration-2.3.3.jar | None |
  327. | UCHIJA | oldjava | 1.0.2 | OldJavaWarning-1.12.2-1.0.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  328. | UCHIJA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  329. | UCHIJA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  330. | UCHIJA | overloaded | 0.0.52 | Overloaded-1.12.2-0.0.52.jar | 644f38521a349310a5dae0239577dc7beebefaec |
  331. | UCHIJA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  332. | UCHIJA | packmode | 1.1.0 | packmode-1.12.1-1.1.0.jar | None |
  333. | UCHIJA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  334. | UCHIJA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  335. | UCHIJA | placebo | 1.3.4 | Placebo-1.12.2-1.3.4.jar | None |
  336. | UCHIJA | plants2 | 2.8.5 | Plants-1.12.2-2.8.5.jar | None |
  337. | UCHIJA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  338. | UCHIJA | platforms | 1.4.5 | platforms-1.12.0-1.4.5.jar | None |
  339. | UCHIJA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
  340. | UCHIJA | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
  341. | UCHIJA | pneumaticcraft | 1.12.2-0.6.6-192 | pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar | None |
  342. | UCHIJA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  343. | UCHIJA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.0.4-6.jar | None |
  344. | UCHIJA | quantumstorage | 4.5.0 | QuantumStorage-1.12-4.5.0.jar | None |
  345. | UCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  346. | UCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  347. | UCHIJA | realfilingcabinet | 0.1.51 | realfilingcabinet-1.12.1-0.1.51.jar | None |
  348. | UCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.1.0.50.jar | None |
  349. | UCHIJA | redstonearsenal | 2.4.2 | RedstoneArsenal-1.12.2-2.4.2.9-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  350. | UCHIJA | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
  351. | UCHIJA | xreliquary | 1.12.2-1.3.4.763 | Reliquary-1.12.2-1.3.4.763.jar | None |
  352. | UCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  353. | UCHIJA | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
  354. | UCHIJA | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
  355. | UCHIJA | rftoolspower | 1.0.0 | rftoolspower-1.12-1.0.0.jar | None |
  356. | UCHIJA | roots | 0.104 | roots-2-0.104.jar | None |
  357. | UCHIJA | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
  358. | UCHIJA | thermaldynamics | 2.4.1 | ThermalDynamics-1.12.2-2.4.1.10-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  359. | UCHIJA | simplyjetpacks | 2.2.5.39 | SimplyJetpacks2-1.12.2-2.2.5.39.jar | None |
  360. | UCHIJA | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
  361. | UCHIJA | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
  362. | UCHIJA | stevescarts | 2.4.19.95 | StevesCarts-1.12.2-2.4.19.95.jar | None |
  363. | UCHIJA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  364. | UCHIJA | terraqueous | 1.4.12 | terraqueous-1.12.0-1.4.12.jar | None |
  365. | UCHIJA | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.3.0-11.jar | None |
  366. | UCHIJA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  367. | UCHIJA | thermalcultivation | 0.2.0 | ThermalCultivation-1.12.2-0.2.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  368. | UCHIJA | thermalinnovation | 0.2.1 | ThermalInnovation-1.12.2-0.2.1.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  369. | UCHIJA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None |
  370. | UCHIJA | tinkertoolleveling | 1.12-1.0.4.DEV.5d716b9 | TinkerToolLeveling-1.12-1.0.4.jar | None |
  371. | UCHIJA | toastcontrol | 1.6.0 | Toast Control-1.12.2-1.6.0.jar | None |
  372. | UCHIJA | topaddons | 1.12.2-1.6.0 | topaddons-1.12.2-1.6.0.jar | None |
  373. | UCHIJA | traverse | 1.5.3 | Traverse-1.12.2-1.5.3-58.jar | None |
  374. | UCHIJA | unloader | 1.0.2 | unloader-1.0.2.jar | None |
  375. | UCHIJA | usefulnullifiers | 1.4.1 | usefulnullifiers-1.4.1.jar | None |
  376. | UCHIJA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.10b.jar | None |
  377. | UCHIJA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
  378. | UCHIJA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  379. | UCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  380. | UCHIJA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
  381. | UCHIJA | wirelesscharger | 1.12.2-1.0.5 | WirelessCharger-1.12.2-1.0.5.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  382. | UCHIJA | wct | 3.9.64 | WirelessCraftingTerminal-1.12.2-3.9.64.jar | None |
  383. | UCHIJA | woot | 1.12.2-1.2.1 | woot-1.12.2-1.2.1.jar | None |
  384. | UCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  385. | UCHIJA | ynot | 0.2.2 | YNot-0.2.2.jar | None |
  386. | UCHIJA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  387. | UCHIJA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  388. | UCHIJA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  389. | UCHIJA | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
  390. | UCHIJA | unidict | 1.12.2-2.5c | UniDict-1.12.2-2.5c.jar | None |
  391. | UCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  392.  
  393. Loaded coremods (and transformers):
  394. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  395. team.chisel.ctm.client.asm.CTMTransformer
  396. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
  397.  
  398. AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  399.  
  400. BedPatch (bedpatch-2.2-1.12.2.jar)
  401. com.mordenkainen.bedpatch.BedPatchASM
  402. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  403. openmods.core.OpenModsClassTransformer
  404. LoadingPlugin (Quark-r1.4-123.jar)
  405. vazkii.quark.base.asm.ClassTransformer
  406. RandomPatches (randompatches-1.12.2-1.1.0.0.jar)
  407. com.therandomlabs.randompatches.RPTransformer
  408. 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)
  409. pl.asie.foamfix.coremod.FoamFixTransformer
  410. Plugin (NotEnoughIDs-1.5.4.2.jar)
  411. ru.fewizz.neid.asm.Transformer
  412. EnderCorePlugin (EnderCore-1.12.2-0.5.22.jar)
  413. com.enderio.core.common.transform.EnderCoreTransformer
  414. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  415.  
  416. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  417. shetiphian.asm.ClassTransformer
  418. Wizardry Plugin (wizardry-0.8.5.jar)
  419. com.teamwizardry.wizardry.asm.WizardryTransformer
  420. FMLPlugin (elulib-0.1.12.jar)
  421. elucent.elulib.asm.ASMTransformer
  422. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  423. invtweaks.forge.asm.ContainerTransformer
  424. ForgelinPlugin (Forgelin-1.6.0.jar)
  425.  
  426. IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
  427. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  428. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  429. lumien.resourceloader.asm.ClassTransformer
  430. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  431. li.cil.oc.common.asm.ClassTransformer
  432. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  433. squeek.applecore.asm.TransformerModuleHandler
  434. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  435. com.teamwizardry.librarianlib.asm.LibLibTransformer
  436. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
  437. thebetweenlands.core.TheBetweenlandsClassTransformer
  438. GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 4600'
  439. 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]
  440. Pulsar/tconstruct loaded Pulses:
  441. - TinkerCommons (Enabled/Forced)
  442. - TinkerWorld (Enabled/Not Forced)
  443. - TinkerTools (Enabled/Not Forced)
  444. - TinkerHarvestTools (Enabled/Forced)
  445. - TinkerMeleeWeapons (Enabled/Forced)
  446. - TinkerRangedWeapons (Enabled/Forced)
  447. - TinkerModifiers (Enabled/Forced)
  448. - TinkerSmeltery (Enabled/Not Forced)
  449. - TinkerGadgets (Enabled/Not Forced)
  450. - TinkerOredict (Enabled/Forced)
  451. - TinkerIntegration (Enabled/Forced)
  452. - TinkerFluids (Enabled/Forced)
  453. - TinkerMaterials (Enabled/Forced)
  454. - TinkerModelRegister (Enabled/Forced)
  455. - chiselIntegration (Enabled/Not Forced)
  456. - chiselsandbitsIntegration (Enabled/Not Forced)
  457. - craftingtweaksIntegration (Enabled/Not Forced)
  458. - theoneprobeIntegration (Enabled/Not Forced)
  459.  
  460. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  461. Pulsar/natura loaded Pulses:
  462. - NaturaCommons (Enabled/Forced)
  463. - NaturaOverworld (Enabled/Not Forced)
  464. - NaturaNether (Enabled/Not Forced)
  465. - NaturaDecorative (Enabled/Not Forced)
  466. - NaturaTools (Enabled/Not Forced)
  467. - NaturaEntities (Enabled/Not Forced)
  468. - NaturaOredict (Enabled/Forced)
  469. - NaturaWorld (Enabled/Not Forced)
  470. - craftingtweaksIntegration (Enabled/Not Forced)
  471.  
  472. List of loaded APIs:
  473. * AbyssalCraftAPI (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  474. * AbyssalCraftAPI|Biome (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  475. * AbyssalCraftAPI|Block (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  476. * AbyssalCraftAPI|Caps (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  477. * AbyssalCraftAPI|Condition (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  478. * AbyssalCraftAPI|Disruption (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  479. * AbyssalCraftAPI|Energy (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  480. * AbyssalCraftAPI|Entity (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  481. * AbyssalCraftAPI|Event (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  482. * AbyssalCraftAPI|Integration (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  483. * AbyssalCraftAPI|Internal (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  484. * AbyssalCraftAPI|Item (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  485. * AbyssalCraftAPI|Necronomicon (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  486. * AbyssalCraftAPI|Recipe (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  487. * AbyssalCraftAPI|Ritual (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  488. * AbyssalCraftAPI|Spell (1.15.0) from AbyssalCraft-1.12.2-1.9.4.9.jar
  489. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
  490. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
  491. * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
  492. * asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
  493. * asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
  494. * asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
  495. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  496. * BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
  497. * BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.8-universal.jar
  498. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.48.jar
  499. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
  500. * BotaniaAPI (89) from Botania r1.10-354.jar
  501. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  502. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  503. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.17.jar
  504. * cofhapi (2.4.1) from CoFHCore-1.12.2-4.4.1.12-universal.jar
  505. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  506. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  507. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  508. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  509. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  510. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  511. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  512. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  513. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  514. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  515. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  516. * computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
  517. * computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
  518. * computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
  519. * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
  520. * computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
  521. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  522. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  523. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  524. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  525. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  526. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  527. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
  528. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.11.290-universal.jar
  529. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  530. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  531. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  532. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  533. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  534. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  535. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  536. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  537. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.24.jar
  538. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.294.jar
  539. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.294.jar
  540. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.294.jar
  541. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.294.jar
  542. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.294.jar
  543. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.294.jar
  544. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.294.jar
  545. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.294.jar
  546. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.294.jar
  547. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.294.jar
  548. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.294.jar
  549. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.294.jar
  550. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.294.jar
  551. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.294.jar
  552. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.294.jar
  553. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.294.jar
  554. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.294.jar
  555. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.294.jar
  556. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.294.jar
  557. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.294.jar
  558. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
  559. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  560. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
  561. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  562. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
  563. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
  564. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.2-170.jar
  565. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.12.jar
  566. * jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
  567. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  568. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  569. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  570. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  571. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  572. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.2.196.jar
  573. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  574. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  575. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  576. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  577. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  578. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  579. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.10.345.jar
  580. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  581. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  582. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  583. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  584. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  585. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  586. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  587. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  588. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  589. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  590. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  591. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  592. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  593. * PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.6-192.jar
  594. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
  595. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  596. * PsiAPI (6) from Psi-r1.1-59.jar
  597. * QuarkAPI (2) from Quark-r1.4-123.jar
  598. * reborncoreAPI (3.8.5.290) from RebornCore-1.12.2-3.8.5.290-universal.jar
  599. * reborncoreAPI|Power (3.8.5.290) from RebornCore-1.12.2-3.8.5.290-universal.jar
  600. * reborncoreAPI|Recipe (3.8.5.290) from RebornCore-1.12.2-3.8.5.290-universal.jar
  601. * reborncoreAPI|Tile (3.8.5.290) from RebornCore-1.12.2-3.8.5.290-universal.jar
  602. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.19.95.jar
  603. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.19.95.jar
  604. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  605. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  606. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  607. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  608. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  609. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
  610. * techrebornAPI (2.15.10.677) from TechReborn-1.12.2-2.15.10.677-universal.jar
  611. * TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.12.jar
  612. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.12.jar
  613. * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.12.jar
  614. * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.12.jar
  615. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA13.jar
  616. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
  617. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
  618. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.64.jar
  619. * zerocore|API|multiblock (1.9.4-0.0.1) from NuclearCraft-2.10m--1.12.2.jar
  620. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
  621. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
  622. * zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.10m--1.12.2.jar
  623. RebornCore:
  624. Plugin Engine: 0
  625. RebornCore Version: 3.8.5.290
  626. Runtime Debofucsation 1
  627. RenderEngine: 0
  628. Ender IO: No known problems detected.
  629.  
  630. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  631. !!!You are looking at the diagnostics information, not at the crash. !!!
  632. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  633. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  634.  
  635. 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
  636. Launched Version: forge-14.23.4.2705
  637. LWJGL: 2.9.4
  638. OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4835, Intel
  639. GL Caps: Using GL 1.3 multitexturing.
  640. Using GL 1.3 texture combiners.
  641. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  642. Shaders are available because OpenGL 2.1 is supported.
  643. VBOs are available because OpenGL 1.5 is supported.
  644.  
  645. Using VBOs: Yes
  646. Is Modded: Definitely; Client brand changed to 'fml,forge'
  647. Type: Client (map_client.txt)
  648. Resource Packs:
  649. Current Language: English (US)
  650. Profiler Position: N/A (disabled)
  651. CPU: 8x Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement