Guest User

Untitled

a guest
Mar 16th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.54 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  5. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  6. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  7. AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  8. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  9. LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
  10. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  11. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-207-universal.jar)
  12. ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
  13. Wizardry Plugin (wizardry-0.10.8.jar)
  14. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  15. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  16. CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)
  17. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  18. LittlePatchingLoader (LittleTiles_v1.5.0-pre326_mc1.12.2.jar)
  19. Quark Plugin (Quark-r1.6-177.jar)
  20. ForgelinPlugin (Forgelin-1.8.4.jar)
  21. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  22. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  23. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  24. RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
  25. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
  26. Plugin (NotEnoughIDs-1.5.4.4.jar)
  27. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  28. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  29. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  30. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
  31. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
  32. Contact their authors BEFORE contacting forge
  33.  
  34. // Hi. I'm Minecraft, and I'm a crashaholic.
  35.  
  36. Time: 3/16/21 1:31 PM
  37. Description: Unexpected error
  38.  
  39. java.util.ConcurrentModificationException
  40. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  41. at java.util.ArrayList$Itr.next(Unknown Source)
  42. at thebetweenlands.client.handler.CameraPositionHandler.getShakeStrength(CameraPositionHandler.java:42)
  43. at thebetweenlands.client.handler.CameraPositionHandler.onClientTick(CameraPositionHandler.java:88)
  44. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4391_CameraPositionHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
  45. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  46. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  47. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
  48. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1708)
  49. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
  50. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  51. at net.minecraft.client.main.Main.main(SourceFile:123)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  57. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  61. at java.lang.reflect.Method.invoke(Unknown Source)
  62. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  63. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  64. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  65. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  66.  
  67.  
  68. A detailed walkthrough of the error, its code path and all known details is as follows:
  69. ---------------------------------------------------------------------------------------
  70.  
  71. -- Head --
  72. Thread: Client thread
  73. Stacktrace:
  74. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  75. at java.util.ArrayList$Itr.next(Unknown Source)
  76. at thebetweenlands.client.handler.CameraPositionHandler.getShakeStrength(CameraPositionHandler.java:42)
  77. at thebetweenlands.client.handler.CameraPositionHandler.onClientTick(CameraPositionHandler.java:88)
  78. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4391_CameraPositionHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
  79. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  80. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  81. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
  82.  
  83. -- Affected level --
  84. Details:
  85. Level name: MpServer
  86. All players: 1 total; [EntityPlayerSP['Qsmium'/855, l='MpServer', x=3178.40, y=69.00, z=-988.50]]
  87. Chunk stats: MultiplayerChunkCache: 54, 54
  88. Level seed: 0
  89. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  90. Level generator options:
  91. Level spawn location: World: (36,64,252), Chunk: (at 4,4,12 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  92. Level time: 15593435 game time, 19776168 day time
  93. Level dimension: 0
  94. Level storage version: 0x00000 - Unknown?
  95. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  96. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  97. Forced entities: 107 total; [EntityFrog['Frog'/768, l='MpServer', x=3106.59, y=15.00, z=-992.50], EntityFrog['Frog'/769, l='MpServer', x=3105.92, y=15.00, z=-997.81], EntityFrog['Frog'/770, l='MpServer', x=3104.49, y=15.00, z=-992.35], EntityFrog['Frog'/771, l='MpServer', x=3112.55, y=17.00, z=-1002.50], EntityFrog['Frog'/772, l='MpServer', x=3115.53, y=20.00, z=-1001.66], EntityFrog['Frog'/773, l='MpServer', x=3104.50, y=24.00, z=-1003.36], EntityMinecartChest['Minecart with Chest'/774, l='MpServer', x=765.51, y=26.00, z=-1272.49], EntityBat['Bat'/2868770, l='MpServer', x=786.75, y=32.39, z=-1293.48], EntityXPOrbBig['entity.xp_orb_big.name'/2872866, l='MpServer', x=752.59, y=39.00, z=-1297.83], EntityFrog['Frog'/778, l='MpServer', x=3102.50, y=9.00, z=-996.50], EntityBat['Bat'/2868768, l='MpServer', x=774.03, y=51.51, z=-1288.26], EntityFrog['Frog'/779, l='MpServer', x=3102.84, y=15.00, z=-995.37], EntityFrog['Frog'/780, l='MpServer', x=3102.41, y=20.00, z=-1003.33], EntitySquid['Squid'/2850086, l='MpServer', x=757.18, y=58.48, z=-1300.71], EntityFrog['Frog'/781, l='MpServer', x=3099.57, y=20.00, z=-1002.62], EntityFrog['Frog'/782, l='MpServer', x=3102.67, y=20.00, z=-1002.41], EntityFrog['Frog'/783, l='MpServer', x=3102.50, y=17.00, z=-1006.52], EntityFrog['Frog'/787, l='MpServer', x=3101.29, y=20.00, z=-1001.55], EntityFrog['Frog'/788, l='MpServer', x=3101.05, y=17.00, z=-996.53], EntityFrog['Frog'/790, l='MpServer', x=3102.49, y=20.00, z=-999.34], EntitySquid['Squid'/2871602, l='MpServer', x=765.77, y=57.74, z=-1288.10], EntityFrog['Frog'/793, l='MpServer', x=3101.62, y=20.00, z=-997.56], EntitySquid['Squid'/2871601, l='MpServer', x=768.60, y=57.00, z=-1287.40], EntityFrog['Frog'/794, l='MpServer', x=3102.62, y=20.00, z=-994.50], EntityFrog['Frog'/798, l='MpServer', x=3102.03, y=20.00, z=-995.47], EntityFrog['Frog'/800, l='MpServer', x=3186.52, y=4.00, z=-1057.45], EntityItem['item.item.silkworm_egg'/2859018, l='MpServer', x=840.02, y=68.00, z=-1269.68], EntityFrog['Frog'/804, l='MpServer', x=3175.51, y=4.00, z=-1047.48], EntityFrog['Frog'/806, l='MpServer', x=3175.50, y=14.00, z=-1032.50], EntityFrog['Frog'/807, l='MpServer', x=3183.49, y=6.00, z=-1034.65], EntityFrog['Frog'/808, l='MpServer', x=3171.50, y=15.00, z=-1031.50], EntityFrog['Frog'/809, l='MpServer', x=3181.49, y=8.00, z=-1037.55], EntityFrog['Frog'/810, l='MpServer', x=3176.53, y=4.00, z=-1039.52], EntityCreeper['Creeper'/2872832, l='MpServer', x=752.50, y=39.00, z=-1296.50], EntityFrog['Frog'/813, l='MpServer', x=3159.82, y=22.17, z=-1064.60], EntitySpider['Spider'/2847492, l='MpServer', x=839.02, y=69.00, z=-1308.02], EntitySquid['Squid'/2870297, l='MpServer', x=735.64, y=58.96, z=-1269.94], EntitySquid['Squid'/2870296, l='MpServer', x=731.60, y=60.84, z=-1266.41], EntityFrog['Frog'/819, l='MpServer', x=3142.32, y=23.00, z=-1065.11], EntityBat['Bat'/2872605, l='MpServer', x=740.92, y=40.07, z=-1232.06], EntityFrog['Frog'/822, l='MpServer', x=853.29, y=14.00, z=-1195.13], EntitySheep['Sheep'/823, l='MpServer', x=836.73, y=68.00, z=-1223.19], EntityMinecartChest['Minecart with Chest'/825, l='MpServer', x=3131.50, y=24.06, z=-1067.50], EntitySquid['Squid'/2870295, l='MpServer', x=740.95, y=61.38, z=-1265.64], EntityBat['Bat'/2872597, l='MpServer', x=711.59, y=31.22, z=-1198.22], EntityLatchedRenderer['unknown'/2863979, l='MpServer', x=8.50, y=65.00, z=8.50], EntityMinecartChest['Minecart with Chest'/2863211, l='MpServer', x=713.50, y=26.06, z=-1272.49], EntityZombie['Zombie'/2872683, l='MpServer', x=845.50, y=34.00, z=-1328.50], EntityPlayerSP['Qsmium'/855, l='MpServer', x=3178.40, y=69.00, z=-988.50], EntityMinecartChest['Minecart with Chest'/2863215, l='MpServer', x=732.51, y=28.06, z=-1287.50], EntityCrab['Crab'/2863213, l='MpServer', x=714.78, y=63.00, z=-1274.48], EntityFrog['Frog'/2863212, l='MpServer', x=716.52, y=24.00, z=-1269.64], EntitySquid['Squid'/2846051, l='MpServer', x=754.51, y=62.05, z=-1300.38], EntityCreeper['Creeper'/2872675, l='MpServer', x=815.50, y=28.00, z=-1219.50], EntityOtherPlayerMP['heiko123abc'/2859196, l='MpServer', x=809.70, y=58.00, z=-1260.16], EntityZombie['Zombie'/2872679, l='MpServer', x=813.50, y=16.00, z=-1311.50], EntityFrog['Frog'/2863206, l='MpServer', x=720.50, y=22.00, z=-1242.43], EntityZombie['Zombie'/2872678, l='MpServer', x=812.50, y=16.00, z=-1315.50], EntitySkeleton['Skeleton'/2872677, l='MpServer', x=813.50, y=16.00, z=-1314.50], EntityFrog['Frog'/2863204, l='MpServer', x=729.92, y=22.00, z=-1244.92], EntitySheep['Sheep'/2863225, l='MpServer', x=719.75, y=62.00, z=-1315.55], EntityBat['Bat'/2867832, l='MpServer', x=853.24, y=14.18, z=-1198.81], EntityArchaeologist['Archaeologist'/2863224, l='MpServer', x=698.00, y=26.00, z=-1277.00], EntityZombie['Zombie'/2863229, l='MpServer', x=746.27, y=67.00, z=-1335.55], EntityMinecartChest['Minecart with Chest'/2863219, l='MpServer', x=717.50, y=22.06, z=-1247.49], EntityCreeper['Creeper'/2863216, l='MpServer', x=734.15, y=25.00, z=-1280.60], EntityItem['item.item.slimeball'/2863222, l='MpServer', x=748.22, y=60.00, z=-1331.13], EntityFrog['Frog'/2863221, l='MpServer', x=749.70, y=60.00, z=-1331.75], EntityFrog['Frog'/2863220, l='MpServer', x=748.75, y=60.50, z=-1332.34], EntitySkeleton['Skeleton'/2872650, l='MpServer', x=768.46, y=14.00, z=-1280.34], EntityVillager['Villager'/2483796, l='MpServer', x=799.12, y=55.04, z=-1284.30], EntityBat['Bat'/2868569, l='MpServer', x=795.63, y=35.93, z=-1305.29], EntityBat['Bat'/2868568, l='MpServer', x=829.48, y=38.94, z=-1239.24], EntityXPOrbBig['entity.xp_orb_big.name'/2872915, l='MpServer', x=753.97, y=39.31, z=-1296.22], EntitySquid['Squid'/2867626, l='MpServer', x=768.60, y=57.45, z=-1288.04], EntityArchaeologist['Archaeologist'/2863278, l='MpServer', x=757.70, y=44.00, z=-1225.70], EntityZombie['Zombie'/2867897, l='MpServer', x=715.50, y=28.00, z=-1192.50], EntityFrog['Frog'/2859704, l='MpServer', x=743.51, y=24.00, z=-1281.31], EntityAncientGolem['Ancient Golem'/2862771, l='MpServer', x=766.51, y=18.00, z=-1316.19], EntitySkeleton['Skeleton'/2868866, l='MpServer', x=828.50, y=34.00, z=-1246.50], EntityMinecartChest['Minecart with Chest'/2863261, l='MpServer', x=739.50, y=22.06, z=-1227.50], EntitySkeleton['Skeleton'/2872720, l='MpServer', x=852.50, y=54.00, z=-1317.50], EntityOtherPlayerMP['heiko123abc'/2859196, l='MpServer', x=809.70, y=58.00, z=-1260.16], EntityBat['Bat'/2867938, l='MpServer', x=824.47, y=40.97, z=-1243.24], EntityZombie['Zombie'/2810100, l='MpServer', x=790.42, y=52.80, z=-1298.57], EntityFrog['Frog'/735, l='MpServer', x=3166.28, y=21.00, z=-988.81], EntityMinecartChest['Minecart with Chest'/736, l='MpServer', x=3137.50, y=23.06, z=-1015.49], EntityFrog['Frog'/737, l='MpServer', x=3140.63, y=23.00, z=-1017.47], EntityFrog['Frog'/739, l='MpServer', x=840.05, y=18.00, z=-1192.46], EntityMinecartChest['Minecart with Chest'/740, l='MpServer', x=3163.51, y=24.00, z=-967.31], EntityMinecartChest['Minecart with Chest'/741, l='MpServer', x=3161.50, y=33.06, z=-965.49], EntityMinecartChest['Minecart with Chest'/742, l='MpServer', x=3144.50, y=25.06, z=-1002.50], EntityFrog['Frog'/743, l='MpServer', x=3148.89, y=18.00, z=-1002.69], EntityFrog['Frog'/744, l='MpServer', x=3141.51, y=19.00, z=-1004.20], EntityFrog['Frog'/745, l='MpServer', x=3144.50, y=18.00, z=-1007.50], ModdedEntity['immersiverailroading:locomotivediesel'/751, l='MpServer', x=791.24, y=41.08, z=-1270.50], EntitySheep['Sheep'/752, l='MpServer', x=3125.43, y=62.01, z=-1008.55], EntityMinecartChest['Minecart with Chest'/753, l='MpServer', x=770.50, y=25.06, z=-1296.51], EntitySkeleton['Skeleton'/2813659, l='MpServer', x=813.51, y=66.00, z=-1293.35], EntityMinecartChest['Minecart with Chest'/754, l='MpServer', x=3158.50, y=32.06, z=-951.50], EntityCreeper['Creeper'/2813401, l='MpServer', x=811.53, y=47.00, z=-1272.82], EntityFrog['Frog'/755, l='MpServer', x=831.23, y=20.00, z=-1191.46], EntityFrog['Frog'/756, l='MpServer', x=830.58, y=18.00, z=-1196.97], EntitySkeleton['Skeleton'/2863070, l='MpServer', x=753.30, y=43.00, z=-1299.00], EntityFrog['Frog'/757, l='MpServer', x=3121.76, y=18.00, z=-1000.47], ModdedEntity['immersiverailroading:carpassenger'/758, l='MpServer', x=783.23, y=41.08, z=-1270.50], EntitySheep['Sheep'/759, l='MpServer', x=3107.76, y=58.00, z=-1020.47]]
  98. Retry entities: 1 total; [EntityLatchedRenderer['unknown'/2863979, l='MpServer', x=8.50, y=65.00, z=8.50]]
  99. Server brand: fml,forge
  100. Server type: Integrated singleplayer server
  101. Stacktrace:
  102. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  103. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
  104. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
  105. at net.minecraft.client.main.Main.main(SourceFile:123)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  109. at java.lang.reflect.Method.invoke(Unknown Source)
  110. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  111. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  115. at java.lang.reflect.Method.invoke(Unknown Source)
  116. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  117. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  118. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  119. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  120.  
  121. -- System Details --
  122. Details:
  123. Minecraft Version: 1.12.2
  124. Operating System: Windows 10 (amd64) version 10.0
  125. Java Version: 1.8.0_101, Oracle Corporation
  126. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  127. Memory: 3243915392 bytes (3093 MB) / 10230431744 bytes (9756 MB) up to 10230431744 bytes (9756 MB)
  128. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms10000m -Xmx10000m
  129. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
  130. FML: MCP 9.42 Powered by Forge 14.23.5.2854 346 mods loaded, 346 mods active
  131. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  132.  
  133. | State | ID | Version | Source | Signature |
  134. |:------ |:--------------------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
  135. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  136. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  137. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  138. | LCHIJA | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  139. | LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
  140. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  141. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  142. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  143. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  144. | LCHIJA | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
  145. | LCHIJA | randompatches | 1.12.2-1.21.0.0 | randompatches-1.12.2-1.21.0.0.jar | None |
  146. | LCHIJA | concheckrmd | 1.9.0 | Modpack Configuration Checker-1.12.2-v1.9.0.jar | None |
  147. | LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  148. | LCHIJA | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
  149. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  150. | LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  151. | LCHIJA | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
  152. | LCHIJA | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None |
  153. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  154. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  155. | LCHIJA | ic2 | 2.8.188-ex112 | industrialcraft-2-2.8.188-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  156. | LCHIJA | libvulpes | 0.4.2.-74 | LibVulpes-1.12.2-0.4.2-74-universal.jar | None |
  157. | LCHIJA | advancedrocketry | 1.7.0.-207 | AdvancedRocketry-1.12.2-1.7.0-207-universal.jar | None |
  158. | LCHIJA | ctm | MC1.12.2-1.0.1.30 | CTM-MC1.12.2-1.0.1.30.jar | None |
  159. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  160. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  161. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  162. | LCHIJA | roots | 1.12.2-3.0.25 | Roots-1.12.2-3.0.25.jar | None |
  163. | LCHIJA | mysticalworld | 1.12.2-1.7.1 | mysticalworld-1.12.2-1.7.1.jar | None |
  164. | LCHIJA | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  165. | LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None |
  166. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  167. | LCHIJA | modtweaker | 4.0.18 | modtweaker-4.0.18.jar | None |
  168. | LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
  169. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  170. | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  171. | LCHIJA | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
  172. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  173. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  174. | LCHIJA | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
  175. | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  176. | LCHIJA | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  177. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  178. | LCHIJA | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  179. | LCHIJA | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  180. | LCHIJA | tombstone | 3.6.7 | tombstone-3.6.7-1.12.2.jar | None |
  181. | LCHIJA | quark | r1.6-177 | Quark-r1.6-177.jar | None |
  182. | LCHIJA | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  183. | LCHIJA | tconstruct | 1.12.2-2.13.0.179 | TConstruct-1.12.2-2.13.0.179.jar | None |
  184. | LCHIJA | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  185. | LCHIJA | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  186. | LCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  187. | LCHIJA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  188. | LCHIJA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  189. | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  190. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  191. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  192. | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  193. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  194. | LCHIJA | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  195. | LCHIJA | armoryexpansion | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  196. | LCHIJA | armoryexpansion-custommaterials | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  197. | LCHIJA | armoryexpansion-iceandfire | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  198. | LCHIJA | armoryexpansion-matteroverdrive | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  199. | LCHIJA | aroma1997core | 2.0.0.2.b166 | Aroma1997Core-1.12.2-2.0.0.2.b166.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  200. | LCHIJA | aroma1997sdimension | 2.0.0.2.b96 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  201. | LCHIJA | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.22.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  202. | LCHIJA | atmtweaks | 1.2 | atmtweaks-1.2.jar | None |
  203. | LCHIJA | attributefix | 1.0.10 | AttributeFix-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  204. | LCHIJA | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  205. | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  206. | LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
  207. | LCHIJA | bhc | 2.0.3 | baubley-heart-canisters-1.12.2-2.0.3.jar | None |
  208. | LCHIJA | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  209. | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  210. | LCHIJA | betterthanmending | 1.1.2 | BetterThanMending-1.1.2.jar | None |
  211. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  212. | LCHIJA | reborncore | 3.18.0 | RebornCore-1.12.2-3.18.1.514-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  213. | LCHIJA | techreborn | 2.26.3.1066 | TechReborn-1.12.2-2.26.3.1066-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  214. | LCHIJA | forestry | 5.8.2.414 | forestry_1.12.2-5.8.2.414.jar | None |
  215. | LCHIJA | binniecore | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  216. | LCHIJA | binniedesign | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  217. | LCHIJA | genetics | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  218. | LCHIJA | botany | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  219. | LCHIJA | extrabees | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  220. | LCHIJA | extratrees | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
  221. | LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  222. | LCHIJA | birdsfoods | 3.1 - [1.12] | birdsfoods-1.12 - 3.1.jar | None |
  223. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  224. | LCHIJA | cyclicmagic | 1.19.20 | Cyclic-1.12.2-1.19.20.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
  225. | LCHIJA | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
  226. | LCHIJA | inventorygenerators | 1.2.2 | inventorygenerators-1.2.2.jar | None |
  227. | LCHIJA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  228. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  229. | LCHIJA | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  230. | LCHIJA | bloodylib | 1.12.2 | bloodylib-1.0.1-beta.jar | None |
  231. | LCHIJA | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
  232. | LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  233. | LCHIJA | botania | r1.10-363 | Botania r1.10-363.jar | None |
  234. | LCHIJA | buildinggadgets | 2.8.0 | BuildingGadgets-2.8.0.jar | None |
  235. | LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  236. | LCHIJA | cctweaked | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
  237. | LCHIJA | computercraft | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
  238. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  239. | LCHIJA | chatflow | ANT:VERSION | ChatFlow-1.4-7.jar | None |
  240. | LCHIJA | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  241. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  242. | LCHIJA | chunkgenlimit | 1.1 | chunkgenlimiter-1.1.jar | None |
  243. | LCHIJA | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  244. | LCHIJA | classicbar | @VERSION@ | classicbar-0.5.4.jar | None |
  245. | LCHIJA | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
  246. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  247. | LCHIJA | cyclopscore | 1.6.1 | CyclopsCore-1.12.2-1.6.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  248. | LCHIJA | commoncapabilities | 2.4.5 | CommonCapabilities-1.12.2-2.4.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  249. | LCHIJA | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  250. | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
  251. | LCHIJA | asielib | 1.0.0 | Computronics-1.12.2-1.6.6.jar | None |
  252. | LCHIJA | flamingo | 1.12-1.11 | Flamingo-1.12-v1.11.jar | None |
  253. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  254. | LCHIJA | computronics | 1.6.6 | Computronics-1.12.2-1.6.6.jar | None |
  255. | LCHIJA | controlling | 3.0.8 | Controlling-3.0.8.jar | None |
  256. | LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
  257. | LCHIJA | cosmeticarmorreworked | 1.12.2-v4b | CosmeticArmorReworked-1.12.2-v4b.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  258. | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  259. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.jar | None |
  260. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None |
  261. | LCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.47_mc1.12.2.jar | None |
  262. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  263. | LCHIJA | culinaryconstruct | 1.3.3.2 | culinaryconstruct-1.3.3.2.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  264. | LCHIJA | modcurrency | 1.12-1.3.11 | Currency-1.12.0-1.3.11.jar | None |
  265. | LCHIJA | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
  266. | LCHIJA | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
  267. | LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  268. | LCHIJA | eleccore | 1.9.453 | ElecCore-1.12.2-1.9.453.jar | None |
  269. | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  270. | LCHIJA | rftools | 7.73 | rftools-1.12-7.73.jar | None |
  271. | LCHIJA | deepresonance | 1.8.0 | deepresonance-1.12-1.8.0.jar | None |
  272. | LCHIJA | journeymap | 1.12.2-5.5.9 | journeymap-1.12.2-5.5.9.jar | None |
  273. | LCHIJA | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  274. | LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  275. | LCHIJA | discordsuite | 2.2.4 | DiscordSuite-2.2.4.jar | None |
  276. | LCHIJA | ebwizardry | 4.2.8 | ElectroblobsWizardry-4.2.8-MC1.12.2.jar | None |
  277. | LCHIJA | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
  278. | LCHIJA | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  279. | LCHIJA | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  280. | LCHIJA | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  281. | LCHIJA | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  282. | LCHIJA | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  283. | LCHIJA | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  284. | LCHIJA | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  285. | LCHIJA | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
  286. | LCHIJA | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  287. | LCHIJA | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  288. | LCHIJA | enderioendergy | 5.1.55 | EnderIO-endergy-1.12.2-5.1.55.jar | None |
  289. | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  290. | LCHIJA | environmentalcreepers | 1.6.0 | environmentalcreepers-1.12.2-1.6.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  291. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  292. | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  293. | LCHIJA | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
  294. | LCHIJA | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None |
  295. | LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  296. | LCHIJA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  297. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  298. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  299. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  300. | LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  301. | LCHIJA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
  302. | LCHIJA | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
  303. | LCHIJA | floralchemy | 1.12.2-1.1.1 | Floralchemy-1.12.2-1.1.1.jar | None |
  304. | LCHIJA | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
  305. | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  306. | LCHIJA | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  307. | LCHIJA | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  308. | LCHIJA | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  309. | LCHIJA | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
  310. | LCHIJA | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
  311. | LCHIJA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  312. | LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  313. | LCHIJA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
  314. | LCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  315. | LCHIJA | librarianlib | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  316. | LCHIJA | hooked | %VERSION% | hooked-1.0.3.jar | None |
  317. | LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  318. | LCHIJA | ieclochecompat | 2.1.7-dev.454 | ieclochecompat-2.1.7-dev.454.jar | None |
  319. | LCHIJA | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  320. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  321. | LCHIJA | trackapi | 1.2 | TrackAPI-1.2.jar | None |
  322. | LCHIJA | immersiverailroading | 1.7.3 | ImmersiveRailroading-1.7.3_1.12.2.jar | None |
  323. | LCHIJA | universalmodcore | 1.0.0 | ImmersiveRailroading-1.7.3_1.12.2.jar | None |
  324. | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  325. | LCHIJA | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
  326. | LCHIJA | mekanism | 1.12.2-9.8.1.383 | Mekanism-1.12.2-9.8.1.383.jar | None |
  327. | LCHIJA | teslacorelib | 1.0.16 | tesla-core-lib-1.12.2-1.0.16.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  328. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  329. | LCHIJA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  330. | LCHIJA | integrateddynamics | 1.1.2 | IntegratedDynamics-1.12.2-1.1.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  331. | LCHIJA | integratedcrafting | 1.0.8 | IntegratedCrafting-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  332. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.2.jar | None |
  333. | LCHIJA | integratedterminals | 1.0.13 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  334. | LCHIJA | integratedterminalscompat | 1.0.0 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  335. | LCHIJA | integratedtunnels | 1.6.10 | IntegratedTunnels-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  336. | LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.10.jar | None |
  337. | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  338. | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  339. | LCHIJA | nuclearcraft | 2.18o | NuclearCraft-2.18o-1.12.2.jar | None |
  340. | LCHIJA | rustic | 1.1.2 | rustic-1.1.2.jar | None |
  341. | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  342. | LCHIJA | inventorytweaks | 1.64+dev.150.7168e7a | InventoryTweaks-1.64+dev.150.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  343. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  344. | LCHIJA | jaopcaagriculture | 1.12.2-1.2.1.16 | JAOPCAAgriculture-1.12.2-1.2.1.16.jar | None |
  345. | LCHIJA | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  346. | LCHIJA | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  347. | LCHIJA | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
  348. | LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  349. | LCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  350. | LCHIJA | justenoughdimensions | 1.6.0-dev.20191019.172643 | justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  351. | LCHIJA | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
  352. | LCHIJA | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  353. | LCHIJA | justenoughreactors | 1.1.3.61 | JustEnoughReactors-1.12.2-1.1.3.61.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
  354. | LCHIJA | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  355. | LCHIJA | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
  356. | LCHIJA | laggoggles | FAT-1.12.2-4.9 | LagGoggles-FAT-1.12.2-4.9.jar | None |
  357. | LCHIJA | libraryex | 1.0.12 | LibraryEx-1.12.2-1.0.12.jar | None |
  358. | LCHIJA | littleframes | 1.0.0 | LittleFrames_v1.0.5_mc1.12.2.jar | None |
  359. | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre326_mc1.12.2.jar | None |
  360. | LCHIJA | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
  361. | LCHIJA | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
  362. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  363. | LCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  364. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  365. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  366. | LCHIJA | matc | 1.0.1-hotfix | matc-1.0.1-hotfix.jar | None |
  367. | LCHIJA | mekanismgenerators | 1.12.2-9.8.1.383 | MekanismGenerators-1.12.2-9.8.1.383.jar | None |
  368. | LCHIJA | mekanismtools | 1.12.2-9.8.1.383 | MekanismTools-1.12.2-9.8.1.383.jar | None |
  369. | LCHIJA | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
  370. | LCHIJA | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
  371. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  372. | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  373. | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  374. | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  375. | LCHIJA | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  376. | LCHIJA | naturescompass | 1.8.3 | NaturesCompass-1.12.2-1.8.3.jar | None |
  377. | LCHIJA | netherex | 2.0.15 | NetherEx-1.12.2-2.0.15.jar | None |
  378. | LCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  379. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  380. | LCHIJA | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
  381. | LCHIJA | nutrition | 4.5.0 | Nutrition-1.12.2-4.5.0.jar | None |
  382. | LCHIJA | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  383. | LCHIJA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
  384. | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  385. | LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  386. | LCHIJA | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None |
  387. | LCHIJA | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
  388. | LCHIJA | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
  389. | LCHIJA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  390. | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  391. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  392. | LCHIJA | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
  393. | LCHIJA | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  394. | LCHIJA | psi | r1.1-77 | Psi-r1.1-77.jar | None |
  395. | LCHIJA | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  396. | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  397. | LCHIJA | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
  398. | LCHIJA | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
  399. | LCHIJA | pneumaticcraft | 1.12.2-0.11.10-385 | pneumaticcraft-repressurized-1.12.2-0.11.10-385.jar | None |
  400. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  401. | LCHIJA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.2.3-15.jar | None |
  402. | LCHIJA | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
  403. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None |
  404. | LCHIJA | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  405. | LCHIJA | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  406. | LCHIJA | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  407. | LCHIJA | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  408. | LCHIJA | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  409. | LCHIJA | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  410. | LCHIJA | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  411. | LCHIJA | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  412. | LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  413. | LCHIJA | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  414. | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  415. | LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
  416. | LCHIJA | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  417. | LCHIJA | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  418. | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  419. | LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  420. | LCHIJA | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  421. | LCHIJA | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
  422. | LCHIJA | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
  423. | LCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  424. | LCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
  425. | LCHIJA | soulshardsrespawn | 1.12.2-1.1.1-13 | SoulShardsRespawn-1.12.2-1.1.1-13.jar | None |
  426. | LCHIJA | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None |
  427. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  428. | LCHIJA | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
  429. | LCHIJA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  430. | LCHIJA | superiorshields | 1.12.2-1.0.2 | SuperiorShields-1.12.2-1.0.2.jar | None |
  431. | LCHIJA | tatw | 1.0.1.2.b27 | Tatw-1.12.2-1.0.1.2.b27.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  432. | LCHIJA | tc6aspects4jei | 0.0.2a | tc6aspects4jei-0.0.2a.jar | None |
  433. | LCHIJA | thaumcomp | 0.5.1 | ThaumicComputers-MC1.12.2-0.5.1.jar | None |
  434. | LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  435. | LCHIJA | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None |
  436. | LCHIJA | thaumicperiphery | 0.3.1 | thaumicperiphery-0.3.1.jar | None |
  437. | LCHIJA | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  438. | LCHIJA | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  439. | LCHIJA | thermallogistics | 0.2-29 | thermallogistics-0.2-29.jar | None |
  440. | LCHIJA | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  441. | LCHIJA | tinkersoc | 0.6 | tinkersoc-0.6.jar | None |
  442. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  443. | LCHIJA | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
  444. | LCHIJA | topaddons | 1.12.2-1.12.0 | topaddons-1.12.2-1.12.0.jar | None |
  445. | LCHIJA | transport | @1.12.2-1.0.0@ | Transport-1.12.2-1.0.0.jar | None |
  446. | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  447. | LCHIJA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  448. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  449. | LCHIJA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
  450. | LCHIJA | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
  451. | LCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  452. | LCHIJA | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  453. | LCHIJA | wetstone | 1.0 | wetstone-1.0.jar | None |
  454. | LCHIJA | wirelesscharger | 1.12.2-1.0.6 | WirelessCharger-1.12.2-1.0.6.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  455. | LCHIJA | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  456. | LCHIJA | wft | 1.0.4 | WirelessFluidTerminal-1.12.2-1.0.4.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  457. | LCHIJA | wit | 1.0.2 | WirelessInterfaceTerminal-1.12.2-1.0.2.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  458. | LCHIJA | wpt | 1.0.3 | WirelessPatternTerminal-1.12.2-1.0.3.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  459. | LCHIJA | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
  460. | LCHIJA | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
  461. | LCHIJA | worldprimer | 0.6.0-dev.20200122.211517 | worldprimer-1.12.2-0.6.0-dev.20200122.211517.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  462. | LCHIJA | worleycaves | 1.5.1 | worleycaves-1.5.1.jar | None |
  463. | LCHIJA | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None |
  464. | LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  465. | LCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  466. | LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None |
  467. | LCHIJA | rf-capability-adapter | 1.1.0 | capabilityadapter-1.1.0.jar | None |
  468. | LCHIJA | gbook | 2.9.2 | Guidebook-1.12.2-2.9.2.jar | None |
  469. | LCHIJA | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  470. | LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  471. | LCHIJA | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  472. | LCHIJA | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.4.0.73.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  473. | LCHIJA | thebetweenlands | 3.5.6 | TheBetweenlands-3.5.6-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  474. | LCHIJA | armoryexpansion-conarm | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  475. | LCHIJA | eleccoreloader | 1.9.453 | ElecCore-1.12.2-1.9.453.jar | None |
  476. | LCHIJA | librarianliblate | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  477. | LCHIJA | mysticallib | 1.12.2-1.6.0 | mysticallib-1.12.2-1.6.0.jar | None |
  478. | LCHIJA | teslacorelib_registries | 1.0.16 | tesla-core-lib-1.12.2-1.0.16.jar | None |
  479. | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  480. | LCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  481.  
  482. Loaded coremods (and transformers):
  483. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  484. li.cil.oc.common.asm.ClassTransformer
  485. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  486. squeek.applecore.asm.TransformerModuleHandler
  487. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  488. team.chisel.ctm.client.asm.CTMTransformer
  489. AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  490.  
  491. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  492. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  493. LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
  494. com.teamwizardry.librarianlib.asm.LibLibTransformer
  495. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  496.  
  497. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-207-universal.jar)
  498. zmaster587.advancedRocketry.asm.ClassTransformer
  499. ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
  500. io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer
  501. Wizardry Plugin (wizardry-0.10.8.jar)
  502. com.teamwizardry.wizardry.asm.WizardryTransformer
  503. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  504. lumien.resourceloader.asm.ClassTransformer
  505. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  506.  
  507. CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)
  508.  
  509. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  510. pl.asie.splashanimation.core.SplashProgressTransformer
  511. LittlePatchingLoader (LittleTiles_v1.5.0-pre326_mc1.12.2.jar)
  512. com.creativemd.littletiles.LittleTilesTransformer
  513. Quark Plugin (Quark-r1.6-177.jar)
  514. vazkii.quark.base.asm.ClassTransformer
  515. ForgelinPlugin (Forgelin-1.8.4.jar)
  516.  
  517. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  518. openmods.core.OpenModsClassTransformer
  519. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  520. com.enderio.core.common.transform.EnderCoreTransformer
  521. com.enderio.core.common.transform.SimpleMixinPatcher
  522. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  523. com.chocohead.biab.BornInABarn
  524. RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
  525. com.therandomlabs.randompatches.core.RPTransformer
  526. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
  527.  
  528. Plugin (NotEnoughIDs-1.5.4.4.jar)
  529. ru.fewizz.neid.asm.Transformer
  530. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  531. mekanism.coremod.KeybindingMigrationHelper
  532. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  533. lumien.randomthings.asm.ClassTransformer
  534. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  535. pl.asie.foamfix.coremod.FoamFixTransformer
  536. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
  537. invtweaks.forge.asm.ContainerTransformer
  538. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
  539. thebetweenlands.core.TheBetweenlandsClassTransformer
  540. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  541. 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]
  542. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  543. Pulsar/tconstruct loaded Pulses:
  544. - TinkerCommons (Enabled/Forced)
  545. - TinkerWorld (Enabled/Not Forced)
  546. - TinkerTools (Enabled/Not Forced)
  547. - TinkerHarvestTools (Enabled/Forced)
  548. - TinkerMeleeWeapons (Enabled/Forced)
  549. - TinkerRangedWeapons (Enabled/Forced)
  550. - TinkerModifiers (Enabled/Forced)
  551. - TinkerSmeltery (Enabled/Not Forced)
  552. - TinkerGadgets (Enabled/Not Forced)
  553. - TinkerOredict (Enabled/Forced)
  554. - TinkerIntegration (Enabled/Forced)
  555. - TinkerFluids (Enabled/Forced)
  556. - TinkerMaterials (Enabled/Forced)
  557. - TinkerModelRegister (Enabled/Forced)
  558. - chiselIntegration (Enabled/Not Forced)
  559. - chiselsandbitsIntegration (Enabled/Not Forced)
  560. - craftingtweaksIntegration (Enabled/Not Forced)
  561. - theoneprobeIntegration (Enabled/Not Forced)
  562. - quarkIntegration (Enabled/Not Forced)
  563.  
  564. Modpack Information: Modpack: [All the Mods 3 - Remix - ATM3R] Version: [1.5.4] by author [ATMTeam]
  565. List of loaded APIs:
  566. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151-2.jar
  567. * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
  568. * AgriCraftAPI (1.0) from AgriCraft-2.12.0-1.12.0-a6.jar
  569. * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
  570. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  571. * asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar
  572. * asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar
  573. * asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar
  574. * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
  575. * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
  576. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  577. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  578. * BetweenlandsAPI (1.12.8) from TheBetweenlands-3.5.6-universal.jar
  579. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
  580. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
  581. * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  582. * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
  583. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
  584. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
  585. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  586. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.jar
  587. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  588. * ComputerCraft|API (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  589. * ComputerCraft|API|FileSystem (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  590. * ComputerCraft|API|Lua (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  591. * ComputerCraft|API|Media (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  592. * ComputerCraft|API|Network (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  593. * ComputerCraft|API|Network|Wired (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  594. * ComputerCraft|API|Peripheral (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  595. * ComputerCraft|API|Permissions (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  596. * ComputerCraft|API|Redstone (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  597. * ComputerCraft|API|Turtle (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  598. * ComputerCraft|API|Turtle|Event (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
  599. * computronicsAPI (1.3) from Computronics-1.12.2-1.6.6.jar
  600. * computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar
  601. * computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar
  602. * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar
  603. * computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar
  604. * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4b.jar
  605. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  606. * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  607. * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  608. * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  609. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  610. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  611. * Culinary Construct API (1) from culinaryconstruct-1.3.3.2.jar
  612. * DR-API (1.0.4-Beta) from deepresonance-1.12-1.8.0.jar
  613. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
  614. * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.453.jar
  615. * EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
  616. * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  617. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  618. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  619. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  620. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  621. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  622. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  623. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  624. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
  625. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.414.jar
  626. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.414.jar
  627. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.414.jar
  628. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.414.jar
  629. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.414.jar
  630. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.414.jar
  631. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.414.jar
  632. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.414.jar
  633. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.414.jar
  634. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.414.jar
  635. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.414.jar
  636. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.414.jar
  637. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.414.jar
  638. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.414.jar
  639. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.414.jar
  640. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.414.jar
  641. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.414.jar
  642. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.414.jar
  643. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.414.jar
  644. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
  645. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  646. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  647. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
  648. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
  649. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
  650. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  651. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.2.jar
  652. * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
  653. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.9.jar
  654. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.9.jar
  655. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.9.jar
  656. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.9.jar
  657. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.9.jar
  658. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar
  659. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  660. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  661. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  662. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  663. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  664. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  665. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.1.383.jar
  666. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  667. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
  668. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  669. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  670. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  671. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  672. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  673. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  674. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  675. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  676. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  677. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  678. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
  679. * PatchouliAPI (6) from Patchouli-1.0-20.jar
  680. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.10-385.jar
  681. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
  682. * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
  683. * PsiAPI (15) from Psi-r1.1-77.jar
  684. * QuarkAPI (4) from Quark-r1.6-177.jar
  685. * reborncoreAPI (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
  686. * reborncoreAPI|Power (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
  687. * reborncoreAPI|Recipe (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
  688. * reborncoreAPI|Tile (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
  689. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  690. * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  691. * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
  692. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
  693. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar
  694. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  695. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  696. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  697. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  698. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  699. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
  700. * team_reborn|Praescriptum (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
  701. * techrebornAPI (2.26.3.1066) from TechReborn-1.12.2-2.26.3.1066-universal.jar
  702. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  703. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  704. * tombstone-api (1.0.5) from tombstone-3.6.7-1.12.2.jar
  705. * tombstone-api-capability (1.0.5) from tombstone-3.6.7-1.12.2.jar
  706. * tombstone-api-event (1.0.5) from tombstone-3.6.7-1.12.2.jar
  707. * tombstone-api-magic (1.0.5) from tombstone-3.6.7-1.12.2.jar
  708. * tombstone-api-recipe (1.0.5) from tombstone-3.6.7-1.12.2.jar
  709. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  710. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
  711. * wft|api (1.0.4) from WirelessFluidTerminal-1.12.2-1.0.4.jar
  712. * wit|api (1.0.2) from WirelessInterfaceTerminal-1.12.2-1.0.2.jar
  713. * wpt|api (1.0.3) from WirelessPatternTerminal-1.12.2-1.0.3.jar
  714. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  715. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  716. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  717. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  718. RebornCore:
  719. Plugin Engine: 0
  720. RebornCore Version: 3.18.0
  721. Runtime Debofucsation 1
  722. RenderEngine: 0
  723. [Psi] Active spell: None
  724. Ender IO: No known problems detected.
  725.  
  726. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  727. !!!You are looking at the diagnostics information, not at the crash. !!!
  728. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  729. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  730.  
  731. forestry : Modules have been disabled in the config: Crate
  732. 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
  733. Launched Version: MultiMC5
  734. LWJGL: 2.9.4
  735. OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, NVIDIA Corporation
  736. GL Caps: Using GL 1.3 multitexturing.
  737. Using GL 1.3 texture combiners.
  738. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  739. Shaders are available because OpenGL 2.1 is supported.
  740. VBOs are available because OpenGL 1.5 is supported.
  741.  
  742. Using VBOs: Yes
  743. Is Modded: Definitely; Client brand changed to 'fml,forge'
  744. Type: Client (map_client.txt)
  745. Resource Packs: DarkRaider's+Monorails_modded.zip
  746. Current Language: English (US)
  747. Profiler Position: N/A (disabled)
  748. CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment