Guest User

Untitled

a guest
Jul 7th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.37 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. LoadingPlugin (Quark-r1.5-139.jar)
  6. BedPatch (bedpatch-2.2-1.12.2.jar)
  7. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.1-120-universal.jar)
  8. 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.3-1.12.2.jar)
  9. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  10. AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  11. SplashAnimationCoremod (SplashAnimation-0.2.0.jar)
  12. IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  13. ForgelinPlugin (Forgelin-1.8.2.jar)
  14. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  15. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // This doesn't make any sense!
  19.  
  20. Time: 7/7/19 10:59 AM
  21. Description: Initializing game
  22.  
  23. java.lang.NoClassDefFoundError: Lmcjty/rftools/proxy/CommonProxy;
  24. at java.lang.Class.getDeclaredFields0(Native Method)
  25. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  26. at java.lang.Class.getDeclaredField(Class.java:2068)
  27. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  28. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  29. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:497)
  32. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  33. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  34. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  35. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  36. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  37. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  39. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  40. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:497)
  45. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  46. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  47. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  48. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  49. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  50. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  51. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  52. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  53. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  54. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  55. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  56. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  57. at net.minecraft.client.main.Main.main(SourceFile:123)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:497)
  62. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  63. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  64. Caused by: java.lang.ClassNotFoundException: mcjty.rftools.proxy.CommonProxy
  65. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  66. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  68. ... 40 more
  69. Caused by: java.lang.NoClassDefFoundError: mcjty/lib/proxy/AbstractCommonProxy
  70. at java.lang.ClassLoader.defineClass1(Native Method)
  71. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  72. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  73. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  74. ... 42 more
  75. Caused by: java.lang.ClassNotFoundException: mcjty.lib.proxy.AbstractCommonProxy
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  77. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  78. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  79. ... 46 more
  80.  
  81.  
  82. A detailed walkthrough of the error, its code path and all known details is as follows:
  83. ---------------------------------------------------------------------------------------
  84.  
  85. -- Head --
  86. Thread: Client thread
  87. Stacktrace:
  88. at java.lang.Class.getDeclaredFields0(Native Method)
  89. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  90. at java.lang.Class.getDeclaredField(Class.java:2068)
  91. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  92. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  93. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  94. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  95. at java.lang.reflect.Method.invoke(Method.java:497)
  96. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  97. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  98. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  99. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  100. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  101. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  102. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  103. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  104. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  108. at java.lang.reflect.Method.invoke(Method.java:497)
  109. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  110. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  111. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  112. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  113. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  114. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  115. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  116. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  117. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  118. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  119. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  120.  
  121. -- Initialization --
  122. Details:
  123. Stacktrace:
  124. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  125. at net.minecraft.client.main.Main.main(SourceFile:123)
  126. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  127. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  128. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  129. at java.lang.reflect.Method.invoke(Method.java:497)
  130. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  131. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  132.  
  133. -- System Details --
  134. Details:
  135. Minecraft Version: 1.12.2
  136. Operating System: Windows 10 (amd64) version 10.0
  137. Java Version: 1.8.0_51, Oracle Corporation
  138. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  139. Memory: 1282385424 bytes (1222 MB) / 2147483648 bytes (2048 MB) up to 6442450944 bytes (6144 MB)
  140. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xms2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  141. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  142. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 161 mods loaded, 161 mods active
  143. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  144.  
  145. | State | ID | Version | Source | Signature |
  146. |:----- |:------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  147. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  148. | LC | mcp | 9.42 | minecraft.jar | None |
  149. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  150. | LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  151. | LC | advancedrocketrycore | 1 | minecraft.jar | None |
  152. | LC | openmodscore | 0.12.1 | minecraft.jar | None |
  153. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  154. | LC | fastbench | 1.6.0 | FastWorkbench-1.12.2-1.6.0.jar | None |
  155. | LC | actuallyadditions | 1.12.2-r144 | ActuallyAdditions-1.12.2-r144.jar | None |
  156. | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  157. | LC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  158. | LC | libvulpes | 0.3.0.-45 | LibVulpes-1.12.2-0.3.0-45-universal.jar | None |
  159. | LC | advancedrocketry | 1.4.1.-120 | AdvancedRocketry-1.12.2-1.4.1-120-universal.jar | None |
  160. | LC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  161. | LC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  162. | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  163. | LC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  164. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  165. | LC | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  166. | LC | charset | 0.5.5.6 | Charset-Lib-0.5.5.6.jar | None |
  167. | LC | crafttweaker | 4.1.13 | CraftTweaker2-1.12-4.1.13.jar | None |
  168. | LC | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  169. | LC | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
  170. | LC | jei | 4.14.3.246 | jei_1.12.2-4.14.3.246.jar | None |
  171. | LC | projecte | 1.12-PE1.3.2h | ProjectE-1.12-PE1.3.2h.jar | None |
  172. | LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  173. | LC | tconstruct | 1.12.2-2.12.0.113 | TConstruct-1.12.2-2.12.0.113.jar | None |
  174. | LC | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  175. | LC | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
  176. | LC | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  177. | LC | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None |
  178. | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  179. | LC | quark | r1.5-139 | Quark-r1.5-139.jar | None |
  180. | LC | autoreglib | 1.3-24 | AutoRegLib-1.3-24.jar | None |
  181. | LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  182. | LC | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  183. | LC | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  184. | LC | base | 3.11.0 | base-1.12.2-3.11.0.jar | None |
  185. | LC | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  186. | LC | betterbuilderswands | 0.12.1 | BetterBuildersWands-1.12.2-0.12.1.254+27f21b9.jar | None |
  187. | LC | betterquesting | 3.5.282 | BetterQuesting-3.5.282.jar | None |
  188. | LC | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None |
  189. | LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  190. | LC | natura | 1.12.2-4.3.2.65 | natura-1.12.2-4.3.2.65.jar | None |
  191. | LC | reborncore | 3.13.0.400 | RebornCore-1.12.2-3.13.0.400-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  192. | LC | techreborn | 2.20.1.889 | TechReborn-1.12.2-2.20.1.889-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  193. | LC | forestry | 5.8.2.380 | forestry_1.12.2-5.8.2.380.jar | None |
  194. | LC | binniecore | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  195. | LC | binniedesign | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  196. | LC | genetics | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  197. | LC | botany | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  198. | LC | extrabees | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  199. | LC | extratrees | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
  200. | LC | blockcraftery | 1.12.2-1.1.0 | blockcraftery-1.12.2-1.1.0.jar | None |
  201. | LC | bookshelf | 2.3.569 | Bookshelf-1.12.2-2.3.569.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  202. | LC | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  203. | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  204. | LC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  205. | LC | chiselsandbits | 14.29 | chiselsandbits-14.29.jar | None |
  206. | LC | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  207. | LC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  208. | LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  209. | LC | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
  210. | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.13.jar | None |
  211. | LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.13.jar | None |
  212. | LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3 (1).jar | None |
  213. | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  214. | LC | cyclicmagic | 1.19.12 | Cyclic-1.12.2-1.19.12.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  215. | LC | darkutils | 1.8.219 | DarkUtils-1.12.2-1.8.219.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  216. | LC | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None |
  217. | LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  218. | LC | diethopper | 1.1 | diethopper-1.1.jar | None |
  219. | LC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  220. | LC | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
  221. | LC | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  222. | LC | immersiveengineering | 0.12-88 | ImmersiveEngineering-0.12-88.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  223. | LC | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  224. | LC | engineersworkshop | 1.0.9.40 | EngineersWorkshopReborn-1.12.2-1.0.9.40.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  225. | LC | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  226. | LC | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
  227. | LC | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  228. | LC | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  229. | LC | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  230. | LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
  231. | LC | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
  232. | LC | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
  233. | LC | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  234. | LC | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  235. | LC | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  236. | LC | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  237. | LC | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  238. | LC | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  239. | LC | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  240. | LC | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  241. | LC | ftblib | 5.4.3.126 | FTBLib-5.4.3.126.jar | None |
  242. | LC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  243. | LC | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
  244. | LC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  245. | LC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  246. | LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.4-228.jar | None |
  247. | LC | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  248. | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  249. | LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  250. | LC | ironchest | 1.12.2-7.0.55.839 | ironchest-1.12.2-7.0.55.839.jar | None |
  251. | LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
  252. | LC | jehc | 1.12.2 | JEHC-1.12.2-1.6.2.0.jar | None |
  253. | LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  254. | LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  255. | LC | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.0.0.jar | None |
  256. | LC | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  257. | LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  258. | LC | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None |
  259. | LC | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  260. | LC | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  261. | LC | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
  262. | LC | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  263. | LC | mousetweaks | 2.9 | MouseTweaks-2.9-mc1.12.2.jar | None |
  264. | LC | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5 (1).jar | None |
  265. | LC | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2 (1).jar | None |
  266. | LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  267. | LC | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None |
  268. | LC | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
  269. | LC | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  270. | LC | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  271. | LC | prettybeaches | 1.0.4 | PrettyBeaches_1.12.2-1.0.4.jar | None |
  272. | LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  273. | LC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  274. | LC | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  275. | LC | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  276. | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  277. | L | rftools | 7.59 | rftools-1.12-7.59.jar | None |
  278. | L | rftoolscontrol | 1.9.2 | rftoolsctrl-1.12-1.9.2.jar | None |
  279. | L | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  280. | L | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
  281. | L | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | None |
  282. | L | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
  283. | L | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  284. | L | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None |
  285. | L | bq_standard | 3.4.147 | StandardExpansion-3.4.147.jar | None |
  286. | L | stevescarts | 2.4.28.130 | StevesCarts-1.12.2-2.4.28.130.jar | None |
  287. | L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  288. | L | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  289. | L | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | None |
  290. | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  291. | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
  292. | L | tipthescales | 1.0.3 | TipTheScales-1.12.2-1.0.3.jar | None |
  293. | L | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
  294. | L | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | None |
  295. | L | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
  296. | L | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  297. | L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  298. | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  299. | L | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  300. | L | wrcbe | 2.3.1 | WR-CBE-1.12.2-2.3.1.30-universal.jar | None |
  301. | L | xnet | 1.7.5 | xnet-1.12-1.7.5.jar | None |
  302. | L | yabba | 1.1.2.29 | YABBA-1.1.2.29.jar | None |
  303. | L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
  304. | L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.1.0.9.jar | None |
  305. | L | mysticallib | 1.12.2-1.0.0 | mysticallib-1.12.2-1.0.0.jar | None |
  306. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  307. | L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  308.  
  309. Loaded coremods (and transformers):
  310. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  311. invtweaks.forge.asm.ContainerTransformer
  312. LoadingPlugin (Quark-r1.5-139.jar)
  313. vazkii.quark.base.asm.ClassTransformer
  314. BedPatch (bedpatch-2.2-1.12.2.jar)
  315. com.mordenkainen.bedpatch.BedPatchASM
  316. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.1-120-universal.jar)
  317. zmaster587.advancedRocketry.asm.ClassTransformer
  318. 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.3-1.12.2.jar)
  319. pl.asie.foamfix.coremod.FoamFixTransformer
  320. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  321. lumien.resourceloader.asm.ClassTransformer
  322. AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  323. squeek.applecore.asm.TransformerModuleHandler
  324. SplashAnimationCoremod (SplashAnimation-0.2.0.jar)
  325. pl.asie.splashanimation.core.SplashProgressTransformer
  326. IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  327. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  328. ForgelinPlugin (Forgelin-1.8.2.jar)
  329.  
  330. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  331. openmods.core.OpenModsClassTransformer
  332. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  333. team.chisel.ctm.client.asm.CTMTransformer
  334. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  335. 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]
  336. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  337. Pulsar/tconstruct loaded Pulses:
  338. - TinkerCommons (Enabled/Forced)
  339. - TinkerWorld (Enabled/Not Forced)
  340. - TinkerTools (Enabled/Not Forced)
  341. - TinkerHarvestTools (Enabled/Forced)
  342. - TinkerMeleeWeapons (Enabled/Forced)
  343. - TinkerRangedWeapons (Enabled/Forced)
  344. - TinkerModifiers (Enabled/Forced)
  345. - TinkerSmeltery (Enabled/Not Forced)
  346. - TinkerGadgets (Enabled/Not Forced)
  347. - TinkerOredict (Enabled/Forced)
  348. - TinkerIntegration (Enabled/Forced)
  349. - TinkerFluids (Enabled/Forced)
  350. - TinkerMaterials (Enabled/Forced)
  351. - TinkerModelRegister (Enabled/Forced)
  352. - chiselIntegration (Enabled/Not Forced)
  353. - chiselsandbitsIntegration (Enabled/Not Forced)
  354. - theoneprobeIntegration (Enabled/Not Forced)
  355.  
  356. Pulsar/natura loaded Pulses:
  357. - NaturaCommons (Enabled/Forced)
  358. - NaturaOverworld (Enabled/Not Forced)
  359. - NaturaNether (Enabled/Not Forced)
  360. - NaturaDecorative (Enabled/Not Forced)
  361. - NaturaTools (Enabled/Not Forced)
  362. - NaturaEntities (Enabled/Not Forced)
  363. - NaturaOredict (Enabled/Forced)
  364. - NaturaWorld (Enabled/Not Forced)
  365.  
  366. Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
  367. LWJGL: 2.9.4
  368. OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.86, NVIDIA Corporation
  369. GL Caps: Using GL 1.3 multitexturing.
  370. Using GL 1.3 texture combiners.
  371. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  372. Shaders are available because OpenGL 2.1 is supported.
  373. VBOs are available because OpenGL 1.5 is supported.
  374.  
  375. Using VBOs: Yes
  376. Is Modded: Definitely; Client brand changed to 'fml,forge'
  377. Type: Client (map_client.txt)
  378. Resource Packs: vanilla
  379. Current Language: English (US)
  380. Profiler Position: N/A (disabled)
  381. CPU: 4x Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz
Advertisement
Add Comment
Please, Sign In to add comment