Guest User

Untitled

a guest
Nov 3rd, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.97 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  5. ForgelinPlugin (Forgelin-1.7.4.jar)
  6. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  7. SBUTransformer (StoneBlockUtilities-2.0.11.jar)
  8. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  9. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  10. LoadingPlugin (RandomThings-MC1.12.2-4.2.2.jar)
  11. 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.2-1.12.2.jar)
  12. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b161.jar)
  13. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  14. JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
  15. llibrary (llibrary-core-1.0.8-1.12.2.jar)
  16. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  17. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // Why did you do that?
  21.  
  22. Time: 11/3/18 5:26 PM
  23. Description: Initializing game
  24.  
  25. java.lang.NoClassDefFoundError: scala/collection/Seq
  26. at java.lang.Class.getDeclaredMethods0(Native Method)
  27. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  28. at java.lang.Class.getDeclaredMethods(Class.java:1975)
  29. at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
  30. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  36. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  37. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  38. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  39. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  40. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  42. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  43. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:498)
  48. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  49. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  50. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  51. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  52. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  53. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  54. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  55. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  56. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  57. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  58. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  59. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  60. at net.minecraft.client.main.Main.main(SourceFile:123)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:498)
  65. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  66. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  67. Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
  68. at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
  69. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
  70. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  72. ... 41 more
  73.  
  74.  
  75. A detailed walkthrough of the error, its code path and all known details is as follows:
  76. ---------------------------------------------------------------------------------------
  77.  
  78. -- Head --
  79. Thread: Client thread
  80. Stacktrace:
  81. at java.lang.Class.getDeclaredMethods0(Native Method)
  82. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  83. at java.lang.Class.getDeclaredMethods(Class.java:1975)
  84. at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
  85. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:498)
  90. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  91. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  92. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  93. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  94. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  95. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  96. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  97. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  98. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  102. at java.lang.reflect.Method.invoke(Method.java:498)
  103. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  104. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  105. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  106. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  107. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  108. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  109. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  110. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  111. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  112. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  113. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  114.  
  115. -- Initialization --
  116. Details:
  117. Stacktrace:
  118. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  119. at net.minecraft.client.main.Main.main(SourceFile:123)
  120. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  122. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  123. at java.lang.reflect.Method.invoke(Method.java:498)
  124. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  125. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  126.  
  127. -- System Details --
  128. Details:
  129. Minecraft Version: 1.12.2
  130. Operating System: Linux (amd64) version 4.15.0-38-generic
  131. Java Version: 1.8.0_181, Oracle Corporation
  132. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  133. Memory: 183142240 bytes (174 MB) / 476815360 bytes (454 MB) up to 5355339776 bytes (5107 MB)
  134. JVM Flags: 5 total; -Xmx5G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  135. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  136. FML: MCP 9.42 Powered by Forge 14.23.5.2772 243 mods loaded, 243 mods active
  137. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  138.  
  139. | State | ID | Version | Source | Signature |
  140. |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
  141. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  142. | UC | mcp | 9.42 | minecraft.jar | None |
  143. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  144. | UC | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  145. | UC | openmodscore | 0.12.1 | minecraft.jar | None |
  146. | UC | foamfixcore | 7.7.4 | minecraft.jar | None |
  147. | UC | actuallyadditions | 1.12.2-r143 | ActuallyAdditions-1.12.2-r143.jar | None |
  148. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  149. | UC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  150. | UC | appliedenergistics2 | rv6-stable-3 | appliedenergistics2-rv6-stable-3.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  151. | U | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  152. | U | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  153. | U | ctm | MC1.12.2-0.3.2.20 | CTM-MC1.12.2-0.3.2.20.jar | None |
  154. | U | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  155. | U | endercore | 1.12.2-0.5.41 | EnderCore-1.12.2-0.5.41.jar | None |
  156. | U | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
  157. | U | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  158. | U | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
  159. | U | jei | 4.13.1.220 | jei_1.12.2-4.13.1.220.jar | None |
  160. | U | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
  161. | U | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  162. | U | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  163. | U | brandonscore | 2.4.5 | BrandonsCore-1.12.2-2.4.5.176-universal.jar | None |
  164. | U | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | None |
  165. | U | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | None |
  166. | U | draconicevolution | 2.3.15 | Draconic-Evolution-1.12.2-2.3.15.312-universal.jar | None |
  167. | U | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | None |
  168. | U | enderio | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  169. | U | enderiointegrationtic | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  170. | U | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  171. | U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  172. | U | extrautils2 | 1.0 | extrautils2-1.12-1.9.7.jar | None |
  173. | U | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  174. | U | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  175. | U | aroma1997core | 2.0.0.0.b161 | Aroma1997Core-1.12.2-2.0.0.0.b161.jar | None |
  176. | U | aroma1997sdimension | 2.0.0.2.b86 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b86.jar | None |
  177. | U | attributefix | 1.0.1 | AttributeFix-1.12.2-1.0.1.jar | None |
  178. | U | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  179. | U | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  180. | U | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
  181. | U | avaritia | 3.2.0 | Avaritia-1.12.2-3.2.0.25-universal.jar | None |
  182. | U | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
  183. | U | base | 3.10.0 | base-1.12.2-3.10.0.jar | None |
  184. | U | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
  185. | U | betterquesting | 3.5.271 | BetterQuesting-3.5.271.jar | None |
  186. | U | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None |
  187. | U | betterthanbunnies | 1.12.1-1.1.0 | BetterThanBunnies-1.12.1-1.1.0.jar | None |
  188. | U | betterthanllamas | 1.12.1-1.0.0 | BetterThanLlamas-1.12.1-1.0.0.jar | None |
  189. | U | bonsaitrees | 1.1.1 | bonsaitrees-1.1.1-b138.jar | None |
  190. | U | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | None |
  191. | U | botania | r1.10-356 | Botania r1.10-356.jar | None |
  192. | U | buildcraftlib | 7.99.18 | buildcraft-7.99.18.jar | None |
  193. | U | buildcraftcore | 7.99.18 | buildcraft-7.99.18.jar | None |
  194. | U | buildcraftbuilders | 7.99.18 | buildcraft-7.99.18.jar | None |
  195. | U | buildcraftenergy | 7.99.18 | buildcraft-7.99.18.jar | None |
  196. | U | buildcraftfactory | 7.99.18 | buildcraft-7.99.18.jar | None |
  197. | U | buildcraftrobotics | 7.99.18 | buildcraft-7.99.18.jar | None |
  198. | U | buildcrafttransport | 7.99.18 | buildcraft-7.99.18.jar | None |
  199. | U | buildcraftsilicon | 7.99.18 | buildcraft-7.99.18.jar | None |
  200. | U | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  201. | U | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  202. | U | chancecubes | 1.12.2-3.2.2.237 | ChanceCubes-1.12.2-3.2.2.237.jar | None |
  203. | U | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  204. | U | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  205. | U | chiselsandbits | 14.26 | chiselsandbits-14.26.jar | None |
  206. | U | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
  207. | U | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  208. | U | cyclopscore | 0.11.10 | CyclopsCore-1.12.2-0.11.10.jar | None |
  209. | U | colossalchests | 1.6.11 | ColossalChests-1.12.2-1.6.11.jar | None |
  210. | U | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  211. | U | comforts | 1.3.0 | comforts-1.12.2-1.3.0.jar | None |
  212. | U | ic2 | 2.8.101-ex112 | industrialcraft-2-2.8.101-ex112.jar | None |
  213. | U | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  214. | U | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
  215. | U | refinedstorage | 1.6.8 | refinedstorage-1.6.8.jar | None |
  216. | U | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
  217. | U | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  218. | U | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  219. | U | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  220. | U | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
  221. | U | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  222. | U | craftpresence | v1.4.5 | CraftPresence-1.12.2-1.4.5.jar | None |
  223. | U | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.11.jar | None |
  224. | U | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
  225. | U | cucumber | 1.1.1 | Cucumber-1.12.2-1.1.1.jar | None |
  226. | U | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
  227. | U | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
  228. | U | cyclicmagic | 1.17.4 | Cyclic-1.12.2-1.17.4.jar | None |
  229. | U | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  230. | U | projecte | 1.12-PE1.3.1B | ProjectE-1.12-PE1.3.1B.jar | None |
  231. | U | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | None |
  232. | U | p455w0rdslib | 2.0.35 | p455w0rdslib-1.12-2.0.35.jar | None |
  233. | U | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
  234. | U | darkutils | 1.8.217 | DarkUtils-1.12.2-1.8.217.jar | None |
  235. | U | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  236. | U | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  237. | U | duckymod | 0.0.1 | ducky-mod-1.12.2-0.1.0.jar | None |
  238. | U | enderiobase | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  239. | U | enderioconduits | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  240. | U | enderioconduitsappliedenergistics | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  241. | U | enderioconduitsopencomputers | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  242. | U | enderioconduitsrefinedstorage | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  243. | U | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None |
  244. | U | forestry | 5.8.2.356 | forestry_1.12.2-5.8.2.356.jar | None |
  245. | U | enderiointegrationforestry | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  246. | U | enderiointegrationticlate | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  247. | U | ftblib | 5.3.0.56 | FTBLib-5.3.0.56.jar | None |
  248. | U | enderiomachines | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  249. | U | enderiopowertools | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  250. | U | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
  251. | U | ironchest | 1.12.2-7.0.52.837 | ironchest-1.12.2-7.0.52.837.jar | None |
  252. | U | endermanevo | 1.0.13 | EndermanEvolution-1.12.2-1.0.13.jar | None |
  253. | U | energeticsheep | 1.1.2 | EnergeticSheep-1.12.2-1.1.2.jar | None |
  254. | U | valkyrielib | 1.12.2-2.0.17.2 | valkyrielib-1.12.2-2.0.17.3.jar | None |
  255. | U | environmentaltech | 1.12.2-2.0.17.1 | environmentaltech-1.12.2-2.0.17.1.jar | None |
  256. | U | etlunar | 1.12.2-2.0.17.1 | etlunar-1.12.2-2.0.17.1.jar | None |
  257. | U | evilcraft | 0.10.63 | EvilCraft-1.12.2-0.10.63.jar | None |
  258. | U | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.63.jar | None |
  259. | U | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  260. | U | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
  261. | U | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | None |
  262. | U | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | None |
  263. | U | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  264. | U | exnihilocreatio | 1.12-0.3.2 | exnihilocreatio-1.12-0.3.2.jar | None |
  265. | U | excompressum | 3.0.26 | ExCompressum_1.12.2-3.0.26.jar | None |
  266. | U | extracells | 2.6.1 | ExtraCells-1.12.2-2.6.1a.jar | None |
  267. | U | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  268. | U | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  269. | U | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
  270. | U | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  271. | U | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  272. | U | sonarcore | 5.0.16 | sonarcore-1.12.2-5.0.16-16.jar | None |
  273. | U | fluxnetworks | 3.0.16 | fluxnetworks-1.12.2-3.0.16-11.jar | None |
  274. | U | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
  275. | U | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  276. | U | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  277. | U | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  278. | U | ftbutilities | 5.3.0.52 | FTBUtilities-5.3.0.52.jar | None |
  279. | U | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
  280. | U | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  281. | U | googlyeyes | 7.0.2 | GooglyEyes-1.12.2-7.0.2.jar | None |
  282. | U | guideapi | 1.12-2.1.7-62 | Guide-API-1.12-2.1.7-62.jar | None |
  283. | U | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  284. | U | hatchery | 2.1.4 | hatchery-1.12.2-2.1.4.jar | None |
  285. | U | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
  286. | U | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  287. | U | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.5-215.jar | None |
  288. | U | industrialmeat | 1.12-1.0.2 | industrialmeat-1.12-1.0.2.jar | None |
  289. | U | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  290. | U | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  291. | U | integrateddynamics | 0.11.17 | IntegratedDynamics-1.12.2-0.11.17.jar | None |
  292. | U | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.17.jar | None |
  293. | U | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  294. | U | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  295. | U | mysticalagriculture | 1.6.13 | MysticalAgriculture-1.12-1.6.13.jar | None |
  296. | U | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  297. | U | oreberries | 0.5.0 | oreberries-1.12.x-0.5.0.jar | None |
  298. | U | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2za.jar | None |
  299. | U | mcjtylib_ng | 3.0.6 | mcjtylib-1.12-3.0.6.jar | None |
  300. | U | rftools | 7.56 | rftools-1.12-7.56.jar | None |
  301. | U | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
  302. | U | integrationforegoing | 1.12.2-1.7.4 | IntegrationForegoing-1.12.2-1.7.4.jar | None |
  303. | U | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  304. | U | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  305. | U | jehc | 1.12.2 | JEHC-1.12.2-1.6.1.0.jar | None |
  306. | U | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  307. | U | jeid | 1.0.1-16 | JustEnoughIDs-1.0.1-16.jar | None |
  308. | U | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  309. | U | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
  310. | U | lootbags | 2.5.7 | LootBags-1.12.2-2.5.7.jar | None |
  311. | U | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
  312. | U | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
  313. | U | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  314. | U | missing_pieces | 4.3.0 | missing_pieces-1.12.2-4.3.0.jar | None |
  315. | U | mob_grinding_utils | 0.3.11 | MobGrindingUtils-0.3.11.jar | None |
  316. | U | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  317. | U | concheckrmd | 1.6 | Modpack Configuration Checker-1.12.2-v1.6.jar | None |
  318. | U | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
  319. | U | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.6.jar | None |
  320. | U | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
  321. | U | shear | 1.1.2 | MoreShearables1.3.1-1.12.2.jar | None |
  322. | U | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  323. | U | mputils | 1.5.6 | MPUtils-1.12.2-1.5.6.jar | None |
  324. | U | neat | 1.4-17 | Neat 1.4-17.jar | None |
  325. | U | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  326. | U | nice | 0.3.1 | nice-1.12-0.3.1.jar | None |
  327. | U | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
  328. | U | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
  329. | U | oldjava | 1.0.2 | OldJavaWarning-1.12.2-1.0.2.jar | None |
  330. | U | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | None |
  331. | U | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | None |
  332. | U | oreexcavation | 1.4.129 | OreExcavation-1.4.129.jar | None |
  333. | U | orespawn | 3.2.2 | OreSpawn-1.12-3.2.2.113.jar | None |
  334. | U | simplerecipes | 1.12.2c | Pam's Simple Recipes 1.12.2c.jar | None |
  335. | U | placebo | 1.4.1 | Placebo-1.12.2-1.4.1.jar | None |
  336. | U | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
  337. | U | reborncore | 3.10.2.337 | RebornCore-1.12.2-3.10.2.337-universal.jar | None |
  338. | U | quantumstorage | 4.6.2 | QuantumStorage-1.12-4.6.2.jar | None |
  339. | U | randomthings | 4.2.2 | RandomThings-MC1.12.2-4.2.2.jar | None |
  340. | U | randomtweaks | 1.12.2-2.1.9.0 | randomtweaks-1.12.2-2.1.9.0.jar | None |
  341. | U | realdrops | 1.2.12 | RealisticItemDrops-1.2.12.jar | None |
  342. | U | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None |
  343. | U | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | None |
  344. | U | refinedstorageaddons | 0.4.2 | refinedstorageaddons-0.4.2.jar | None |
  345. | U | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
  346. | U | rflux | 0.3.0 | rflux-1.12-0.3.0.jar | None |
  347. | U | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  348. | U | rftoolsdim | 5.61 | rftoolsdim-1.12-5.61.jar | None |
  349. | U | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
  350. | U | shearmadness | 1.12.2 | shearmadness-1.12.2-1.7.2.4.jar | None |
  351. | U | signals | 1.3.13-28 | Signals-1.12.2-1.3.13-28-universal.jar | None |
  352. | U | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | None |
  353. | U | simplyjetpacks | 2.2.9.58 | SimplyJetpacks2-1.12.2-2.2.9.58.jar | None |
  354. | U | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
  355. | U | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  356. | U | solarflux | 4.14r | SolarFluxReborn_1.12.2-4.14r.jar | None |
  357. | U | bq_standard | 3.4.145 | StandardExpansion-3.4.145.jar | None |
  358. | U | stevescarts | 2.4.24.118 | StevesCarts-1.12.2-2.4.24.118.jar | None |
  359. | U | stoneblockutilities | 2.0.11 | StoneBlockUtilities-2.0.11.jar | None |
  360. | U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  361. | U | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | None |
  362. | U | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | None |
  363. | U | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  364. | U | tp | 3.2.31 | tinyprogressions-1.12.2-3.3.31-Release.jar | None |
  365. | U | toastcontrol | 1.7.1 | Toast Control-1.12.2-1.7.1.jar | None |
  366. | U | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | None |
  367. | U | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
  368. | U | ts2k16 | 1.2.9 | TS2K16-1.2.9.jar | None |
  369. | U | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.17.3.jar | None |
  370. | U | voidislandcontrol | 1.4.3 | voidislandcontrol-1.4.3.jar | None |
  371. | U | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  372. | U | wawla | 2.5.264 | Wawla-1.12.2-2.5.264.jar | None |
  373. | U | whoosh | 0.1.10 | Whoosh-1.12.2-0.1.12.1-universal.jar | None |
  374. | U | wct | 3.10.82 | WirelessCraftingTerminal-1.12.2-3.10.82.jar | None |
  375. | U | witherskelefix | 2.6.1 | Wither Skeleton Tweaks-1.12.2-2.6.1.jar | None |
  376. | U | woot | 1.12.2-1.4.6 | woot-1.12.2-1.4.6.jar | None |
  377. | U | worldprimer | 0.5.0 | worldprimer-1.12.2-0.5.0.jar | None |
  378. | U | xnet | 1.7.4 | xnet-1.12-1.7.4.jar | None |
  379. | U | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  380. | U | reauth | 3.6.0 | reauth-3.6.0.jar | None |
  381. | U | llibrary | 1.7.15 | llibrary-1.7.15-1.12.2.jar | None |
  382. | U | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  383. | U | unidict | 1.12.2-2.9.1 | UniDict-1.12.2-2.9.1.jar | None |
  384.  
  385. Loaded coremods (and transformers):
  386. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  387. com.enderio.core.common.transform.EnderCoreTransformer
  388. com.enderio.core.common.transform.SimpleMixinPatcher
  389. ForgelinPlugin (Forgelin-1.7.4.jar)
  390.  
  391. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  392. cubex2.cxlibrary.CoreModTransformer
  393. SBUTransformer (StoneBlockUtilities-2.0.11.jar)
  394. ftblag.stoneblockutilities.asm.SBUTransformer
  395. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  396. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  397. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  398. lumien.resourceloader.asm.ClassTransformer
  399. LoadingPlugin (RandomThings-MC1.12.2-4.2.2.jar)
  400. lumien.randomthings.asm.ClassTransformer
  401. 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.2-1.12.2.jar)
  402. pl.asie.foamfix.coremod.FoamFixTransformer
  403. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b161.jar)
  404.  
  405. ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  406. c4.comforts.asm.SleepTransformer
  407. JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
  408.  
  409. llibrary (llibrary-core-1.0.8-1.12.2.jar)
  410. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  411. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  412. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  413. openmods.core.OpenModsClassTransformer
  414. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  415. team.chisel.ctm.client.asm.CTMTransformer
  416. GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0 NVIDIA 340.107' Renderer: 'Quadro FX 3800/PCIe/SSE2'
  417. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  418. AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
  419. Launched Version: 1.12.2-forge1.12.2-14.23.5.2772
  420. LWJGL: 2.9.4
  421. OpenGL: Quadro FX 3800/PCIe/SSE2 GL version 3.3.0 NVIDIA 340.107, NVIDIA Corporation
  422. GL Caps: Using GL 1.3 multitexturing.
  423. Using GL 1.3 texture combiners.
  424. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  425. Shaders are available because OpenGL 2.1 is supported.
  426. VBOs are available because OpenGL 1.5 is supported.
  427.  
  428. Using VBOs: No
  429. Is Modded: Definitely; Client brand changed to 'fml,forge'
  430. Type: Client (map_client.txt)
  431. Resource Packs: Faithful+1.12.2-rv4.zip
  432. Current Language: English (US)
  433. Profiler Position: N/A (disabled)
  434. CPU: 8x Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
Advertisement
Add Comment
Please, Sign In to add comment