Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.69 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. 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.8-1.12.2.jar)
  5. CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  6. ForgelinPlugin (Forgelin-1.8.4.jar)
  7. AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  8. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  9. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  10. ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  11. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  12. McLib core mod (mclib-1.0.4-1.12.2.jar)
  13. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
  14. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  15. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  16. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  17. ratscore (rats-3.2.5.jar)
  18. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  19. LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  20. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  21. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
  22. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // Ooh. Shiny.
  26.  
  27. Time: 11/22/20 3:00 PM
  28. Description: Initializing game
  29.  
  30. java.lang.NoClassDefFoundError: Lgigaherz/toolbelt/belt/ItemToolBelt;
  31. at java.lang.Class.getDeclaredFields0(Native Method)
  32. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  33. at java.lang.Class.getDeclaredField(Class.java:2068)
  34. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  35. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  36. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  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.sendEventToModContainer(LoadController.java:219)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:497)
  52. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  53. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  54. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  55. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  56. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  57. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  59. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  60. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  61. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  63. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  64. at net.minecraft.client.main.Main.main(SourceFile:123)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:497)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  71. Caused by: java.lang.ClassNotFoundException: gigaherz.toolbelt.belt.ItemToolBelt
  72. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  73. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  74. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  75. ... 40 more
  76. Caused by: java.lang.NoClassDefFoundError: gigaherz/common/ItemRegistered
  77. at java.lang.ClassLoader.defineClass1(Native Method)
  78. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  79. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  80. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  81. ... 42 more
  82. Caused by: java.lang.ClassNotFoundException: gigaherz.common.ItemRegistered
  83. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  84. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  85. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  86. ... 46 more
  87.  
  88.  
  89. A detailed walkthrough of the error, its code path and all known details is as follows:
  90. ---------------------------------------------------------------------------------------
  91.  
  92. -- Head --
  93. Thread: Client thread
  94. Stacktrace:
  95. at java.lang.Class.getDeclaredFields0(Native Method)
  96. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  97. at java.lang.Class.getDeclaredField(Class.java:2068)
  98. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  99. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  100. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  102. at java.lang.reflect.Method.invoke(Method.java:497)
  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.sendEventToModContainer(LoadController.java:219)
  111. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  115. at java.lang.reflect.Method.invoke(Method.java:497)
  116. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  117. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  118. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  119. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  120. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  121. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  122. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  123. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  124. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  125. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  126. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  127.  
  128. -- Initialization --
  129. Details:
  130. Stacktrace:
  131. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  132. at net.minecraft.client.main.Main.main(SourceFile:123)
  133. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  134. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  136. at java.lang.reflect.Method.invoke(Method.java:497)
  137. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  138. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  139.  
  140. -- System Details --
  141. Details:
  142. Minecraft Version: 1.12.2
  143. Operating System: Windows 10 (amd64) version 10.0
  144. Java Version: 1.8.0_51, Oracle Corporation
  145. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  146. Memory: 805949792 bytes (768 MB) / 1942487040 bytes (1852 MB) up to 3817865216 bytes (3641 MB)
  147. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  148. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  149. FML: MCP 9.42 Powered by Forge 14.23.5.2847 195 mods loaded, 194 mods active
  150. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  151.  
  152. | State | ID | Version | Source | Signature |
  153. |:----- |:--------------------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- |
  154. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  155. | LC | mcp | 9.42 | minecraft.jar | None |
  156. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  157. | LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  158. | LC | micdoodlecore | | minecraft.jar | None |
  159. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  160. | LC | bnbgamingcore | 0.11.0 | minecraft.jar | None |
  161. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  162. | LC | obfuscate | 0.2.6 | minecraft.jar | None |
  163. | LC | oresheepmod | v4.0.3 | 1.12.2-OreSheepMod-v4.0.3.jar | None |
  164. | LC | absentbydesign | 1.12.2-1.0.4 | absentbydesign-1.12.2-1.0.4.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  165. | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  166. | LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  167. | LC | alib | 1.0.12 | alib-1.0.12.jar | None |
  168. | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  169. | LC | alchemistry | 1.0.36 | alchemistry-1.0.36.jar | None |
  170. | LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  171. | LC | ancientwarfare | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
  172. | LC | ancientwarfarestructure | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
  173. | LC | ancientwarfarevehicle | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
  174. | LC | ancientwarfarenpc | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
  175. | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  176. | LC | ancientwarfareautomation | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
  177. | LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  178. | LC | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.4.jar | None |
  179. | LC | endertweaker | 1.1.7 | EnderTweaker-1.12.2-1.1.7.jar | None |
  180. | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  181. | LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  182. | LC | jei | 4.15.0.292 | jei_1.12.2-4.15.0.292.jar | None |
  183. | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  184. | LC | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  185. | LC | aroma1997core | 2.0.0.2.b166 | Aroma1997Core-1.12.2-2.0.0.2.b166.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  186. | LC | aroma1997sdimension | 2.0.0.2.b96 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  187. | LC | aromabackup | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  188. | LC | aromabackuprecovery | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  189. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  190. | LC | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.22.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  191. | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  192. | LC | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  193. | LC | bettercaves | 1.12.2 | bettercaves-1.12.2-1.6.0.jar | None |
  194. | LC | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  195. | LC | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  196. | LC | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
  197. | LC | bookshelf | 2.3.589 | Bookshelf-1.12.2-2.3.589.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  198. | LC | botania | r1.10-362 | Botania r1.10-362.jar | None |
  199. | LC | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
  200. | LC | calmdownzombieguy | 1.6.4 | CalmDownZombieGuy-1.12.2-1.6.4.jar | None |
  201. | LC | forestry | 5.8.2.409 | forestry_1.12.2-5.8.2.409.jar | None |
  202. | LC | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  203. | LC | cctweaked | 1.85.0 | cc-tweaked-1.12.2-1.85.0.jar | None |
  204. | LC | computercraft | 1.85.0 | cc-tweaked-1.12.2-1.85.0.jar | None |
  205. | LC | cd4017be_lib | 6.4.13 | CD4017BE_lib-1.12.2-6.4.13.jar | None |
  206. | LC | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
  207. | LC | ctm | MC1.12.2-1.0.0.29 | CTM-MC1.12.2-1.0.0.29.jar | None |
  208. | LC | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  209. | LC | chococraft | 0.9.8.0 | chococraft_1.12.2-0.9.8.0.jar | None |
  210. | LC | clickmachine | 1.2.0 | ClickMachine-1.12.2-1.2.0.jar | None |
  211. | LC | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
  212. | LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  213. | LC | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None |
  214. | LC | pdp | 1.12.2-1.2.4 | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None |
  215. | LC | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  216. | LC | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  217. | LC | cyclopscore | 1.5.1 | CyclopsCore-1.12.2-1.5.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  218. | LC | colossalchests | 1.7.3 | ColossalChests-1.12.2-1.7.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  219. | LC | colouredtooltips | 1.0.9 | ColouredTooltips-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  220. | LC | contentcreatorintegration | 1.2.1 | ContentCreatorIntegration-1.12.2-1.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  221. | LC | controlling | 3.0.7 | Controlling-3.0.7.jar | None |
  222. | LC | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  223. | LC | craftingstation | @VERSION@ | craftingstation-0.1.7b.jar | None |
  224. | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19.jar | None |
  225. | LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  226. | LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  227. | LC | culinaryconstruct | 1.3.3.1 | culinaryconstruct-1.3.3.1.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  228. | LC | modcurrency | 1.12-1.3.11 | Currency-1.12.0-1.3.11.jar | None |
  229. | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  230. | LC | journeymap | 1.12.2-5.5.6 | journeymap-1.12.2-5.5.6.jar | None |
  231. | LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  232. | LC | dimstack | 1.12.2-1.2.1 | DimStack-1.12.2-1.2.1.jar | None |
  233. | LC | ebwizardry | 4.2.7 | ElectroblobsWizardry-4.2.7-MC1.12.2.jar | None |
  234. | LC | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
  235. | LC | enchdesc | 1.1.19 | EnchantmentDescriptions-1.12.2-1.1.19.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  236. | LC | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  237. | LC | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  238. | LC | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  239. | LC | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  240. | LC | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  241. | LC | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  242. | LC | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  243. | LC | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  244. | LC | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  245. | LC | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  246. | LC | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  247. | LC | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  248. | LC | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  249. | LC | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  250. | LC | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  251. | LC | tombstone | 3.6.2 | tombstone-3.6.2-1.12.2.jar | None |
  252. | LC | erebus | 1.0.31 | Erebus-1.0.31.jar | None |
  253. | LC | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
  254. | LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  255. | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  256. | LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  257. | LC | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
  258. | LC | foamfix | 0.10.8-1.12.2 | foamfix-0.10.8-1.12.2.jar | None |
  259. | LC | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  260. | LC | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  261. | LC | galacticraftcore | 4.0.2.238 | GalacticraftCore-1.12.2-4.0.2.238.jar | None |
  262. | LC | galacticraftplanets | 4.0.2.238 | Galacticraft-Planets-1.12.2-4.0.2.238.jar | None |
  263. | LC | gamestages | 2.0.117 | GameStages-1.12.2-2.0.117.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  264. | LC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  265. | LC | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
  266. | LC | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
  267. | LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  268. | LC | icbmclassic | 1.12.2-3.3.0.65 | ICBM-classic-1.12.2-3.3.0b65.jar | None |
  269. | LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  270. | LC | ido | 1.0.6 | ido-1.12.2-1.1.0.jar | None |
  271. | LC | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
  272. | LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  273. | LC | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
  274. | LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  275. | LC | literalascension | 1.12.2-1.0.2.2 | literalascension-1.12.2-2.0.0.0.jar | None |
  276. | LC | loadingscreens | 0.3.1 | LoadingScreens-1.12.2-0.3.1.jar | None |
  277. | LC | logisticspipes | 0.10.2.212 | logisticspipes-0.10.2.212.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
  278. | LC | lttweaker | 1.1.17 | LootTableTweaker-1.12.2-1.1.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  279. | LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  280. | LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  281. | LC | mclib | 1.0.4 | mclib-1.0.4-1.12.2.jar | None |
  282. | LC | megaloot | 0.2.40 | megaloot-1.12.2-0.2.40.jar | None |
  283. | LC | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  284. | LC | metamorph | 1.1.10 | metamorph-1.1.10-1.12.2.jar | None |
  285. | LC | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  286. | LC | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
  287. | LC | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
  288. | LC | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None |
  289. | LC | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
  290. | LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  291. | LC | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  292. | LC | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  293. | LC | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  294. | LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  295. | LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  296. | LC | nonetherportals | 1.0.0 | nonetherPortals_v1.0.0formc1.12.2.jar | None |
  297. | LC | noworldgen5you | 1.0.8 | NoWorldgen5You-1.12.2-1.0.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  298. | LC | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
  299. | LC | ompd | 3.1.0-61 | ompd-1.12.2-3.1.0-61.jar | None |
  300. | LC | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  301. | LC | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  302. | LC | openmodularturrets | 3.1.4-356 | openmodularturrets-1.12.2-3.1.4-356.jar | None |
  303. | LC | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  304. | LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zf.jar | None |
  305. | LC | parrotpower | 1.12.2 | parrotpower-1.3.4.jar | None |
  306. | LC | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  307. | LC | plummet | 1.0.0 | Plummet-1.12.2-1.0.0.jar | None |
  308. | LC | pneumaticcraft | 1.12.2-0.11.7-375 | pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar | None |
  309. | LC | pogosticks | 1.3.1 | PogoSticks-1.12.2-1.3.1.jar | None |
  310. | LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  311. | LC | rats | 3.2.5 | rats-3.2.5.jar | None |
  312. | LC | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  313. | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  314. | LC | additionalstructures | 2.3.1 | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar | None |
  315. | LC | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  316. | LC | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  317. | LC | rootsclassic | 1.12.2-1.1.5 | RootsClassic-1.12.2-1.1.5.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  318. | LC | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None |
  319. | LC | silentgear | 0.6.5 | SilentGear-1.12.2-0.6.7+76.jar | None |
  320. | LC | stackable | 1.3.3 | stackable-1.12.2-1.3.3.jar | None |
  321. | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  322. | LC | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  323. | LC | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
  324. | LC | beneath | 1.6.0 | The Beneath-1.12.2-1.6.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  325. | LC | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  326. | LC | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  327. | LC | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  328. | LC | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
  329. | LC | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
  330. | L | toolbelt | 1.9.12 | ToolBelt-1.12.2-1.9.12.jar | None |
  331. | L | topography | 1.10.1 | Topography-1.12.2-1.10.1.jar | None |
  332. | L | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None |
  333. | L | travellersbackpack | 1.0.22.22 | TravellersBackpack-1.12.2-1.0.22.22.jar | None |
  334. | L | triumph | 3.19.2 | Triumph-1.12.2-3.19.2.jar | None |
  335. | L | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  336. | L | ultimate_unicorn_mod | 1.5.16 | ultimate_unicorn_mod-1.12.2-1.5.16.jar | None |
  337. | L | vehicle | 0.41.1 | vehicle-mod-0.41.1-1.12.2.jar | None |
  338. | L | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | None |
  339. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  340. | L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  341. | L | zenstages | 0.4.1-19 | zenstages-0.4.1-19.jar | None |
  342. | L | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | None |
  343. | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
  344. | L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
  345. | L | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
  346. | L | thebetweenlands | 3.5.6 | TheBetweenlands-3.5.6-universal.jar | None |
  347. | L | mysticallib | 1.12.2-1.4.0 | mysticallib-1.12.2-1.4.0.jar | None |
  348. | UD | mclib_core | 1.0.4 | minecraft.jar | None |
  349.  
  350. Loaded coremods (and transformers):
  351. 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.8-1.12.2.jar)
  352. pl.asie.foamfix.coremod.FoamFixTransformer
  353. CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  354. team.chisel.ctm.client.asm.CTMTransformer
  355. ForgelinPlugin (Forgelin-1.8.4.jar)
  356.  
  357. AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  358.  
  359. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  360. openmods.core.OpenModsClassTransformer
  361. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  362. invtweaks.forge.asm.ContainerTransformer
  363. ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  364. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  365. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  366. com.enderio.core.common.transform.EnderCoreTransformer
  367. com.enderio.core.common.transform.SimpleMixinPatcher
  368. McLib core mod (mclib-1.0.4-1.12.2.jar)
  369. mchorse.mclib.core.McLibCMClassTransformer
  370. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
  371.  
  372. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  373. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  374. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  375. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  376. shadows.ApotheosisTransformer
  377. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  378.  
  379. ratscore (rats-3.2.5.jar)
  380. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  381. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  382. com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
  383. LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  384. logisticspipes.asm.LogisticsClassTransformer
  385. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  386. lumien.resourceloader.asm.ClassTransformer
  387. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
  388. thebetweenlands.core.TheBetweenlandsClassTransformer
  389. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
  390. micdoodle8.mods.miccore.MicdoodleTransformer
  391. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
  392. 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]
  393. Launched Version: forge-14.23.5.2847
  394. LWJGL: 2.9.4
  395. OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, NVIDIA Corporation
  396. GL Caps: Using GL 1.3 multitexturing.
  397. Using GL 1.3 texture combiners.
  398. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  399. Shaders are available because OpenGL 2.1 is supported.
  400. VBOs are available because OpenGL 1.5 is supported.
  401.  
  402. Using VBOs: Yes
  403. Is Modded: Definitely; Client brand changed to 'fml,forge'
  404. Type: Client (map_client.txt)
  405. Resource Packs:
  406. Current Language: English (US)
  407. Profiler Position: N/A (disabled)
  408. CPU: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement