Advertisement
Dubl33_27

mcjty dumb

Dec 30th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  5. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  6. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  7. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  8. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  9. AstralCore (astralsorcery-1.12.2-1.10.11.jar)
  10. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  11. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  12. ForgelinPlugin (Forgelin-1.8.2.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // Hey, that tickles! Hehehe!
  17.  
  18. Time: 12/30/19 3:01 PM
  19. Description: Initializing game
  20.  
  21. java.lang.NoClassDefFoundError: Lmcjty/rftools/proxy/CommonProxy;
  22. at java.lang.Class.getDeclaredFields0(Native Method)
  23. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  24. at java.lang.Class.getDeclaredField(Class.java:2068)
  25. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  26. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  27. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  31. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  32. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  33. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  34. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  35. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  37. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  38. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:498)
  43. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  44. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  45. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  46. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  47. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  48. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  50. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  51. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  52. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  53. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  54. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  55. at net.minecraft.client.main.Main.main(SourceFile:123)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:498)
  60. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  61. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  62. Caused by: java.lang.ClassNotFoundException: mcjty.rftools.proxy.CommonProxy
  63. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  64. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  65. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  66. ... 40 more
  67. Caused by: java.lang.NoClassDefFoundError: mcjty/lib/proxy/AbstractCommonProxy
  68. at java.lang.ClassLoader.defineClass1(Native Method)
  69. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  70. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  71. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  72. ... 42 more
  73. Caused by: java.lang.ClassNotFoundException: mcjty.lib.proxy.AbstractCommonProxy
  74. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  75. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  76. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  77. ... 46 more
  78.  
  79.  
  80. A detailed walkthrough of the error, its code path and all known details is as follows:
  81. ---------------------------------------------------------------------------------------
  82.  
  83. -- Head --
  84. Thread: Client thread
  85. Stacktrace:
  86. at java.lang.Class.getDeclaredFields0(Native Method)
  87. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  88. at java.lang.Class.getDeclaredField(Class.java:2068)
  89. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  90. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  91. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  93. at java.lang.reflect.Method.invoke(Method.java:498)
  94. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  95. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  96. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  97. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  98. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  99. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  100. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  101. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  102. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106. at java.lang.reflect.Method.invoke(Method.java:498)
  107. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  108. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  109. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  110. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  111. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  112. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  113. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  114. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  115. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  116. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  117. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  118.  
  119. -- Initialization --
  120. Details:
  121. Stacktrace:
  122. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  123. at net.minecraft.client.main.Main.main(SourceFile:123)
  124. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  125. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  126. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  127. at java.lang.reflect.Method.invoke(Method.java:498)
  128. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  129. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  130.  
  131. -- System Details --
  132. Details:
  133. Minecraft Version: 1.12.2
  134. Operating System: Windows 10 (amd64) version 10.0
  135. Java Version: 1.8.0_201, Oracle Corporation
  136. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  137. Memory: 188549760 bytes (179 MB) / 2345664512 bytes (2237 MB) up to 6681526272 bytes (6372 MB)
  138. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -Xmx7168m
  139. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  140. FML: MCP 9.42 Powered by Forge 14.23.5.2821 184 mods loaded, 184 mods active
  141. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  142.  
  143. | State | ID | Version | Source | Signature |
  144. |:----- |:--------------------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
  145. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  146. | LC | mcp | 9.42 | minecraft.jar | None |
  147. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  148. | LC | forge | 14.23.5.2821 | forge-1.12.2-14.23.5.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  149. | LC | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  150. | LC | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  151. | LC | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
  152. | LC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  153. | LC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  154. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  155. | LC | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
  156. | LC | crafttweaker | 4.1.15 | CraftTweaker2-1.12-4.1.15.jar | None |
  157. | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  158. | LC | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
  159. | LC | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  160. | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  161. | LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  162. | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  163. | LC | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  164. | LC | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
  165. | LC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  166. | LC | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  167. | LC | draconicevolution | 2.3.20 | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None |
  168. | LC | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  169. | LC | enderio | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  170. | LC | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
  171. | LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  172. | LC | enderiointegrationtic | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  173. | LC | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  174. | LC | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
  175. | LC | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  176. | LC | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
  177. | LC | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  178. | LC | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  179. | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  180. | LC | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  181. | LC | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  182. | LC | astralsorcery | 1.10.11 | astralsorcery-1.12.2-1.10.11.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  183. | LC | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  184. | LC | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
  185. | LC | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  186. | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  187. | LC | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  188. | LC | betterbuilderswands | 0.13.1 | BetterBuildersWands-1.12.2-0.13.1.269+13450ff.jar | None |
  189. | LC | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  190. | LC | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  191. | LC | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  192. | LC | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  193. | LC | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  194. | LC | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  195. | LC | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  196. | LC | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  197. | LC | biomesoplenty | 7.0.1.2425 | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar | None |
  198. | LC | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
  199. | LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  200. | LC | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
  201. | LC | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  202. | LC | botania | r1.10-360 | Botania r1.10-360.jar | None |
  203. | LC | buildinggadgets | 2.6.6 | BuildingGadgets-2.6.6.jar | None |
  204. | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  205. | LC | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  206. | LC | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  207. | LC | cyclopscore | 1.0.6 | CyclopsCore-1.12.2-1.0.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  208. | LC | commoncapabilities | 2.1.0 | CommonCapabilities-1.12.2-2.1.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  209. | LC | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  210. | LC | compactmachines3 | 3.0.15 | compactmachines3-1.12.2-3.0.15-b249.jar | None |
  211. | LC | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  212. | LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  213. | LC | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
  214. | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.15.jar | None |
  215. | LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.15.jar | None |
  216. | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  217. | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  218. | LC | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  219. | LC | danknull | 1.4.46 | DankNull-1.12-1.4.46.jar | None |
  220. | LC | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  221. | LC | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  222. | LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  223. | LC | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  224. | L | rftools | 7.61 | rftools-1.12-7.61.jar | None |
  225. | L | deepresonance | 1.7.6 | deepresonance-1.12-1.7.6.jar | None |
  226. | L | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  227. | L | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  228. | L | diethopper | 1.1 | diethopper-1.1.jar | None |
  229. | L | elevatorid | 1.3.8 | ElevatorMod-1.12.2-1.3.8.jar | None |
  230. | L | enderiobase | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  231. | L | enderioconduits | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  232. | L | enderioconduitsappliedenergistics | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  233. | L | enderioconduitsopencomputers | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  234. | L | enderioconduitsrefinedstorage | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  235. | L | enderiointegrationforestry | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  236. | L | enderiointegrationticlate | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  237. | L | ftblib | 5.4.1.91 | FTBLib-5.4.1.91.jar | None |
  238. | L | enderiomachines | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  239. | L | enderiopowertools | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  240. | L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
  241. | L | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  242. | L | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
  243. | L | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  244. | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  245. | L | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None |
  246. | L | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | None |
  247. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  248. | L | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  249. | L | bigreactors | 1.12.2-0.4.5.65 | ExtremeReactors-1.12.2-0.4.5.65.jar | None |
  250. | L | fastfurnace | 1.2.1 | FastFurnace-1.12.2-1.2.1.jar | None |
  251. | L | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  252. | L | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  253. | L | ftbutilities | 5.4.0.87 | FTBUtilities-5.4.0.87.jar | None |
  254. | L | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.2.jar | None |
  255. | L | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  256. | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  257. | L | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  258. | L | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  259. | L | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | None |
  260. | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  261. | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  262. | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  263. | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.8-232.jar | None |
  264. | L | integrateddynamics | 1.0.8 | IntegratedDynamics-1.12.2-1.0.8.jar | None |
  265. | L | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.8.jar | None |
  266. | L | integratedtunnels | 1.6.7 | IntegratedTunnels-1.12.2-1.6.7.jar | None |
  267. | L | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.7.jar | None |
  268. | L | nuclearcraft | 2.18n | NuclearCraft-2.18n-1.12.2.jar | None |
  269. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
  270. | L | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | None |
  271. | L | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  272. | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  273. | L | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  274. | L | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  275. | L | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  276. | L | jehc | 1.7.0 | just-enough-harvestcraft-1.12.2-1.7.0.jar | None |
  277. | L | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  278. | L | jeresources | 0.9.0.52 | JustEnoughResources-1.12.2-0.9.0.52.jar | None |
  279. | L | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  280. | L | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  281. | L | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  282. | L | meecreeps | 1.2.3 | meecreeps-1.12-1.2.3.jar | None |
  283. | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  284. | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
  285. | L | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  286. | L | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  287. | L | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  288. | L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  289. | L | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  290. | L | monk | 1.4 | monk-mod-1.4.jar | None |
  291. | L | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | None |
  292. | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  293. | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  294. | L | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  295. | L | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  296. | L | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
  297. | L | pneumaticcraft | 1.12.2-0.9.3-324 | pneumaticcraft-repressurized-1.12.2-0.9.3-324.jar | None |
  298. | L | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | None |
  299. | L | psi | r1.1-72 | Psi-r1.1-72.jar | None |
  300. | L | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  301. | L | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | None |
  302. | L | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  303. | L | reborncore | 3.16.3.476 | RebornCore-1.12.2-3.16.3.476-universal.jar | None |
  304. | L | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
  305. | L | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | None |
  306. | L | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
  307. | L | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
  308. | L | rftoolscontrol | 1.9.3 | rftoolsctrl-1.12-1.9.3.jar | None |
  309. | L | rftoolsdim | 5.64 | rftoolsdim-1.12-5.64.jar | None |
  310. | L | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | None |
  311. | L | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
  312. | L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  313. | L | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  314. | L | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.5-23.jar | None |
  315. | L | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | None |
  316. | L | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | None |
  317. | L | tipthescales | 1.0.3 | TipTheScales-1.12.2-1.0.3.jar | None |
  318. | L | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
  319. | L | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
  320. | L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  321. | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  322. | L | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  323. | L | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  324. | L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
  325. | L | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  326. | L | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
  327. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  328. | L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  329.  
  330. Loaded coremods (and transformers):
  331. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  332. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  333. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  334. lumien.randomthings.asm.ClassTransformer
  335. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  336. mekanism.coremod.KeybindingMigrationHelper
  337. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  338. lumien.resourceloader.asm.ClassTransformer
  339. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  340. li.cil.oc.common.asm.ClassTransformer
  341. AstralCore (astralsorcery-1.12.2-1.10.11.jar)
  342.  
  343. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  344. com.enderio.core.common.transform.EnderCoreTransformer
  345. com.enderio.core.common.transform.SimpleMixinPatcher
  346. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  347.  
  348. ForgelinPlugin (Forgelin-1.8.2.jar)
  349.  
  350. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  351. team.chisel.ctm.client.asm.CTMTransformer
  352. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 432.00' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
  353. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  354. Pulsar/tconstruct loaded Pulses:
  355. - TinkerCommons (Enabled/Forced)
  356. - TinkerWorld (Enabled/Not Forced)
  357. - TinkerTools (Enabled/Not Forced)
  358. - TinkerHarvestTools (Enabled/Forced)
  359. - TinkerMeleeWeapons (Enabled/Forced)
  360. - TinkerRangedWeapons (Enabled/Forced)
  361. - TinkerModifiers (Enabled/Forced)
  362. - TinkerSmeltery (Enabled/Not Forced)
  363. - TinkerGadgets (Enabled/Not Forced)
  364. - TinkerOredict (Enabled/Forced)
  365. - TinkerIntegration (Enabled/Forced)
  366. - TinkerFluids (Enabled/Forced)
  367. - TinkerMaterials (Enabled/Forced)
  368. - TinkerModelRegister (Enabled/Forced)
  369. - chiselIntegration (Enabled/Not Forced)
  370. - chiselsandbitsIntegration (Enabled/Not Forced)
  371. - theoneprobeIntegration (Enabled/Not Forced)
  372.  
  373. Launched Version: forge-14.23.5.2821
  374. LWJGL: 2.9.4
  375. OpenGL: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, NVIDIA Corporation
  376. GL Caps: Using GL 1.3 multitexturing.
  377. Using GL 1.3 texture combiners.
  378. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  379. Shaders are available because OpenGL 2.1 is supported.
  380. VBOs are available because OpenGL 1.5 is supported.
  381.  
  382. Using VBOs: Yes
  383. Is Modded: Definitely; Client brand changed to 'fml,forge'
  384. Type: Client (map_client.txt)
  385. Resource Packs:
  386. Current Language: English (US)
  387. Profiler Position: N/A (disabled)
  388. CPU: 4x Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement