Advertisement
Guest User

Untitled

a guest
Mar 28th, 2019
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.07 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  5. EnderCorePlugin (EnderCore-1.12.2-0.5.52-core.jar)
  6. llibrary (llibrary-1.7.9-1.12.2.jar)
  7. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  8. ForgelinPlugin (Forgelin-1.8.2.jar)
  9. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // Hi. I'm Minecraft, and I'm a crashaholic.
  13.  
  14. Time: 3/28/19 12:21 PM
  15. Description: Initializing game
  16.  
  17. java.lang.NoClassDefFoundError: net/minecraftforge/eventbus/api/IEventBus
  18. at java.lang.Class.getDeclaredMethods0(Native Method)
  19. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  20. at java.lang.Class.getDeclaredMethods(Class.java:1975)
  21. at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
  22. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
  23. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:497)
  26. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  27. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  28. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  29. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  30. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  31. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  33. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  34. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:497)
  39. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  40. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  41. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  42. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  43. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  44. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  46. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  47. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  48. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  49. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  50. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  51. at net.minecraft.client.main.Main.main(SourceFile:123)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  55. at java.lang.reflect.Method.invoke(Method.java:497)
  56. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  57. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  58. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.eventbus.api.IEventBus
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  62. ... 40 more
  63. Caused by: java.lang.NullPointerException
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Client thread
  71. Stacktrace:
  72. at java.lang.Class.getDeclaredMethods0(Native Method)
  73. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  74. at java.lang.Class.getDeclaredMethods(Class.java:1975)
  75. at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
  76. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
  77. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:497)
  80. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  81. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  82. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  83. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  84. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  85. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  87. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  88. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  92. at java.lang.reflect.Method.invoke(Method.java:497)
  93. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  94. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  95. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  96. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  97. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  98. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  99. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  100. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  101. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  102. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  103. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  104.  
  105. -- Initialization --
  106. Details:
  107. Stacktrace:
  108. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  109. at net.minecraft.client.main.Main.main(SourceFile:123)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. at java.lang.reflect.Method.invoke(Method.java:497)
  114. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  115. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  116.  
  117. -- System Details --
  118. Details:
  119. Minecraft Version: 1.12.2
  120. Operating System: Windows 10 (amd64) version 10.0
  121. Java Version: 1.8.0_51, Oracle Corporation
  122. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  123. Memory: 285001824 bytes (271 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
  124. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  125. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  126. FML: MCP 9.42 Powered by Forge 14.23.5.2768 107 mods loaded, 107 mods active
  127. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  128.  
  129. | State | ID | Version | Source | Signature |
  130. |:----- |:--------------------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
  131. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  132. | UC | mcp | 9.42 | minecraft.jar | None |
  133. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  134. | UC | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  135. | UC | micdoodlecore | | minecraft.jar | None |
  136. | UC | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  137. | UC | fistful_of_hay | 1.0.1 | a_fistful_of_hay-1.0.1.jar | None |
  138. | UC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  139. | UC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  140. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  141. | UC | endercore | 1.12.2-0.5.52 | EnderCore-1.12.2-0.5.52.jar | None |
  142. | UC | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  143. | UC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  144. | UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  145. | UC | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  146. | UC | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
  147. | UC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  148. | UC | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  149. | UC | draconicevolution | 2.3.20 | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None |
  150. | UC | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  151. | UC | enderio | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  152. | UC | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
  153. | UC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  154. | UC | enderiointegrationtic | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  155. | UC | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  156. | UC | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
  157. | UC | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  158. | UC | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
  159. | UC | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  160. | UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  161. | UC | betteranimalsplus | 5.0.1 | betteranimalsplus-5.0.1.jar | None |
  162. | UC | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None |
  163. | UC | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
  164. | UC | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  165. | UC | zawa | 1.12.2-1.4.0 | zawa+-+1.4.0+(1.12.2).jar | None |
  166. | UC | bookworm | 1.12.2-1.0.0 | bookworm+-+1.0.0+(1.12.2).jar | None |
  167. | UC | botania | r1.10-360 | Botania+r1.10-360.jar | None |
  168. | UC | catwalks | 1.12.2-4.0.44 | catwalks-1.12.2-4.0.44.jar | None |
  169. | UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  170. | UC | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  171. | UC | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  172. | UC | ic2 | 2.8.109-ex112 | industrialcraft-2-2.8.109-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  173. | UC | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  174. | UC | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
  175. | UC | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  176. | UC | llibrary | 1.7.9 | llibrary-1.7.9-1.12.2.jar | None |
  177. | UC | dragonmounts | 1.12.2-1.5.5 | DragonMounts-1.12.2-1.5.5.jar | None |
  178. | UC | elevatorid | 1.3.8 | ElevatorMod-1.12.2-1.3.8.jar | None |
  179. | UC | enderiobase | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  180. | UC | enderioconduits | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  181. | UC | enderioconduitsappliedenergistics | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  182. | UC | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  183. | UC | enderioconduitsopencomputers | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  184. | UC | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  185. | UC | enderioconduitsrefinedstorage | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  186. | UC | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  187. | UC | enderiointegrationforestry | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  188. | UC | enderiointegrationticlate | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  189. | UC | enderiomachines | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  190. | UC | enderiopowertools | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  191. | UC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  192. | UC | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  193. | UC | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  194. | UC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  195. | UC | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  196. | UC | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  197. | UC | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  198. | UC | galacticraftcore | 4.0.1.181 | Galacticraft-Mod-1.12.2.jar | None |
  199. | UC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  200. | UC | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  201. | UC | hearthstonemod | 0.4.4 | HearthstoneMod-1.12.2-0.4.4.jar | None |
  202. | UC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  203. | UC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.10-234.jar | None |
  204. | UC | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  205. | UC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  206. | UC | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  207. | UC | janpoizzcraftingmod | 1.0.0 | Janpoizz Crafting Mod 1.0.0 (for 1.12.2).jar | None |
  208. | UC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  209. | UC | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  210. | UC | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
  211. | UC | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  212. | UC | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  213. | UC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  214. | U | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  215. | U | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  216. | U | movinglightsource | 1.0.15 | movinglightsource-1.12.2-1.0.15.jar | None |
  217. | U | mysticalwildlife | 1.2.0 | mysticalwildlife-1.12.2-1.2.0.jar | None |
  218. | U | pneumaticcraft | 1.12.2-0.9.3-324 | pneumaticcraft-repressurized-1.12.2-0.9.3-324.jar | None |
  219. | U | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  220. | U | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  221. | U | roost | 1.3.0 | roost-1.12-1.3.0.jar | None |
  222. | U | signpost | 1.06.1 | signpost-1.12-1.06.1.jar | None |
  223. | U | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | None |
  224. | U | simplyjetpacks | 2.2.11.64 | SimplyJetpacks2-1.12.2-2.2.11.64.jar | None |
  225. | U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  226. | U | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  227. | U | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | None |
  228. | U | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | None |
  229. | U | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  230. | U | ultimate_unicorn_mod | 1.5.16 | ultimate_unicorn_mod-1.12.2-1.5.16.jar | None |
  231. | U | valkyriecompat | 1.12.2-2.0.20.1 | valkyriecompat-1.12.2-2.0.20.1.jar | None |
  232. | U | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  233. | U | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  234. | U | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
  235. | U | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  236. | U | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
  237. | U | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  238.  
  239. Loaded coremods (and transformers):
  240. MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  241. micdoodle8.mods.miccore.MicdoodleTransformer
  242. EnderCorePlugin (EnderCore-1.12.2-0.5.52-core.jar)
  243. com.enderio.core.common.transform.EnderCoreTransformer
  244. com.enderio.core.common.transform.SimpleMixinPatcher
  245. llibrary (llibrary-1.7.9-1.12.2.jar)
  246. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  247. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  248. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  249. li.cil.oc.common.asm.ClassTransformer
  250. ForgelinPlugin (Forgelin-1.8.2.jar)
  251.  
  252. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  253. team.chisel.ctm.client.asm.CTMTransformer
  254. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 6900 Series'
  255. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  256. Pulsar/tconstruct loaded Pulses:
  257. - TinkerCommons (Enabled/Forced)
  258. - TinkerWorld (Enabled/Not Forced)
  259. - TinkerTools (Enabled/Not Forced)
  260. - TinkerHarvestTools (Enabled/Forced)
  261. - TinkerMeleeWeapons (Enabled/Forced)
  262. - TinkerRangedWeapons (Enabled/Forced)
  263. - TinkerModifiers (Enabled/Forced)
  264. - TinkerSmeltery (Enabled/Not Forced)
  265. - TinkerGadgets (Enabled/Not Forced)
  266. - TinkerOredict (Enabled/Forced)
  267. - TinkerIntegration (Enabled/Forced)
  268. - TinkerFluids (Enabled/Forced)
  269. - TinkerMaterials (Enabled/Forced)
  270. - TinkerModelRegister (Enabled/Forced)
  271. - chiselIntegration (Enabled/Not Forced)
  272. - chiselsandbitsIntegration (Enabled/Not Forced)
  273.  
  274. Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
  275. LWJGL: 2.9.4
  276. OpenGL: AMD Radeon HD 6900 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
  277. GL Caps: Using GL 1.3 multitexturing.
  278. Using GL 1.3 texture combiners.
  279. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  280. Shaders are available because OpenGL 2.1 is supported.
  281. VBOs are available because OpenGL 1.5 is supported.
  282.  
  283. Using VBOs: Yes
  284. Is Modded: Definitely; Client brand changed to 'fml,forge'
  285. Type: Client (map_client.txt)
  286. Resource Packs: 1.12+Default+Resource+Pack
  287. Current Language: English (US)
  288. Profiler Position: N/A (disabled)
  289. CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement