Advertisement
Dubl33_27

Not Enough RTGs

Dec 30th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  5. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  6. 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)
  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. // I bet Cylons wouldn't have this problem.
  17.  
  18. Time: 12/30/19 2:44 PM
  19. Description: There was a severe problem during mod loading that has caused the game to fail
  20.  
  21. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from NuclearCraft (nuclearcraft)
  22. Caused by: java.lang.NoClassDefFoundError: nc/item/armor/ItemHazmatSuit
  23. at nc.proxy.CommonProxy.preInit(CommonProxy.java:78)
  24. at nc.proxy.ClientProxy.preInit(ClientProxy.java:45)
  25. at nc.NuclearCraft.preInit(NuclearCraft.java:40)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  31. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:498)
  34. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  35. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  36. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  37. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  38. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  39. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  41. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  42. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  48. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  49. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  50. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  51. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  52. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  54. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  55. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  56. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  57. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  58. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  59. at net.minecraft.client.main.Main.main(SourceFile:123)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:498)
  64. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  65. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  66. Caused by: java.lang.ClassNotFoundException: nc.item.armor.ItemHazmatSuit
  67. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  69. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  70. ... 43 more
  71. Caused by: java.lang.NoClassDefFoundError: ic2/api/item/IHazmatLike
  72. at java.lang.ClassLoader.defineClass1(Native Method)
  73. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  74. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  75. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  76. ... 45 more
  77. Caused by: java.lang.ClassNotFoundException: ic2.api.item.IHazmatLike
  78. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  79. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  81. ... 49 more
  82. Caused by: java.lang.NullPointerException
  83.  
  84.  
  85. A detailed walkthrough of the error, its code path and all known details is as follows:
  86. ---------------------------------------------------------------------------------------
  87.  
  88. -- System Details --
  89. Details:
  90. Minecraft Version: 1.12.2
  91. Operating System: Windows 10 (amd64) version 10.0
  92. Java Version: 1.8.0_201, Oracle Corporation
  93. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  94. Memory: 1987938040 bytes (1895 MB) / 3236954112 bytes (3087 MB) up to 6681526272 bytes (6372 MB)
  95. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -Xmx7168m
  96. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  97. FML: MCP 9.42 Powered by Forge 14.23.5.2821 188 mods loaded, 188 mods active
  98. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  99.  
  100. | State | ID | Version | Source | Signature |
  101. |:----- |:--------------------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
  102. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  103. | LCH | mcp | 9.42 | minecraft.jar | None |
  104. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  105. | LCH | forge | 14.23.5.2821 | forge-1.12.2-14.23.5.2821.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  106. | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  107. | LCH | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  108. | LCH | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  109. | LCH | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
  110. | LCH | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  111. | LCH | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  112. | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  113. | LCH | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
  114. | LCH | crafttweaker | 4.1.15 | CraftTweaker2-1.12-4.1.15.jar | None |
  115. | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  116. | LCH | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
  117. | LCH | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  118. | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  119. | LCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  120. | LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  121. | LCH | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  122. | LCH | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
  123. | LCH | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  124. | LCH | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  125. | LCH | draconicevolution | 2.3.20 | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None |
  126. | LCH | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  127. | LCH | enderio | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  128. | LCH | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
  129. | LCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  130. | LCH | enderiointegrationtic | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  131. | LCH | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  132. | LCH | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
  133. | LCH | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  134. | LCH | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
  135. | LCH | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  136. | LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  137. | LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  138. | LCH | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  139. | LCH | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  140. | LCH | astralsorcery | 1.10.11 | astralsorcery-1.12.2-1.10.11.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  141. | LCH | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  142. | LCH | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
  143. | LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  144. | LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  145. | LCH | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  146. | LCH | betterbuilderswands | 0.13.1 | BetterBuildersWands-1.12.2-0.13.1.269+13450ff.jar | None |
  147. | LCH | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  148. | LCH | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  149. | LCH | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  150. | LCH | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  151. | LCH | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  152. | LCH | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  153. | LCH | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  154. | LCH | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  155. | LCH | biomesoplenty | 7.0.1.2425 | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar | None |
  156. | LCH | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
  157. | LCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  158. | LCH | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
  159. | LCH | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  160. | LCH | botania | r1.10-360 | Botania r1.10-360.jar | None |
  161. | LCH | buildinggadgets | 2.6.6 | BuildingGadgets-2.6.6.jar | None |
  162. | LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  163. | LCH | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  164. | LCH | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  165. | LCH | cyclopscore | 1.0.6 | CyclopsCore-1.12.2-1.0.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  166. | LCH | commoncapabilities | 2.1.0 | CommonCapabilities-1.12.2-2.1.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  167. | LCH | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  168. | LCH | compactmachines3 | 3.0.15 | compactmachines3-1.12.2-3.0.15-b249.jar | None |
  169. | LCH | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  170. | LCH | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  171. | LCH | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
  172. | LCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.15.jar | None |
  173. | LCH | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.15.jar | None |
  174. | LCH | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  175. | LCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  176. | LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  177. | LCH | danknull | 1.4.46 | DankNull-1.12-1.4.46.jar | None |
  178. | LCH | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  179. | LCH | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  180. | LCH | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  181. | LCH | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  182. | LCH | rftools | 7.61 | rftools-1.12-7.61.jar | None |
  183. | LCH | deepresonance | 1.7.6 | deepresonance-1.12-1.7.6.jar | None |
  184. | LCH | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  185. | LCH | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  186. | LCH | diethopper | 1.1 | diethopper-1.1.jar | None |
  187. | LCH | elevatorid | 1.3.8 | ElevatorMod-1.12.2-1.3.8.jar | None |
  188. | LCH | enderiobase | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  189. | LCH | enderioconduits | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  190. | LCH | enderioconduitsappliedenergistics | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  191. | LCH | enderioconduitsopencomputers | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  192. | LCH | enderioconduitsrefinedstorage | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  193. | LCH | enderiointegrationforestry | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  194. | LCH | enderiointegrationticlate | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  195. | LCH | ftblib | 5.4.1.91 | FTBLib-5.4.1.91.jar | None |
  196. | LCH | enderiomachines | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  197. | LCH | enderiopowertools | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  198. | LCH | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  199. | LCH | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  200. | LCH | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
  201. | LCH | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  202. | LCH | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  203. | LCH | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  204. | LCH | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  205. | LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  206. | LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  207. | LCH | bigreactors | 1.12.2-0.4.5.65 | ExtremeReactors-1.12.2-0.4.5.65.jar | None |
  208. | LCH | fastfurnace | 1.2.1 | FastFurnace-1.12.2-1.2.1.jar | None |
  209. | LCH | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  210. | LCH | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  211. | LCH | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  212. | LCH | ftbutilities | 5.4.0.87 | FTBUtilities-5.4.0.87.jar | None |
  213. | LCH | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.2.jar | None |
  214. | LCH | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  215. | LCH | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  216. | LCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  217. | LCH | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  218. | LCH | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  219. | LCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  220. | LCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  221. | LCH | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  222. | LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.8-232.jar | None |
  223. | LCH | integrateddynamics | 1.0.8 | IntegratedDynamics-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  224. | LCH | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.8.jar | None |
  225. | LCH | integratedtunnels | 1.6.7 | IntegratedTunnels-1.12.2-1.6.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  226. | LCH | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.7.jar | None |
  227. | LCE | nuclearcraft | 2.18n | NuclearCraft-2.18n-1.12.2.jar | None |
  228. | LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
  229. | LC | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  230. | LC | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  231. | LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  232. | LC | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  233. | LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  234. | LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  235. | LC | jehc | 1.7.0 | just-enough-harvestcraft-1.12.2-1.7.0.jar | None |
  236. | LC | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
  237. | LC | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  238. | LC | jeresources | 0.9.0.52 | JustEnoughResources-1.12.2-0.9.0.52.jar | None |
  239. | LC | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  240. | LC | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  241. | LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  242. | LC | meecreeps | 1.2.3 | meecreeps-1.12-1.2.3.jar | None |
  243. | LC | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  244. | LC | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
  245. | LC | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  246. | LC | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  247. | LC | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  248. | LC | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  249. | LC | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  250. | LC | monk | 1.4 | monk-mod-1.4.jar | None |
  251. | LC | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  252. | LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  253. | LC | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  254. | LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  255. | LC | notenoughrtgs | 1.2 | notenoughrtgs-1.2a.jar | None |
  256. | LC | notenoughwands | 1.7.3 | notenoughwands-1.12-1.7.3.jar | None |
  257. | LC | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  258. | LC | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
  259. | LC | pneumaticcraft | 1.12.2-0.9.3-324 | pneumaticcraft-repressurized-1.12.2-0.9.3-324.jar | None |
  260. | LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  261. | LC | psi | r1.1-72 | Psi-r1.1-72.jar | None |
  262. | LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  263. | LC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  264. | LC | reborncore | 3.16.3.476 | RebornCore-1.12.2-3.16.3.476-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  265. | LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
  266. | LC | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  267. | LC | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
  268. | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  269. | LC | rftoolscontrol | 1.9.3 | rftoolsctrl-1.12-1.9.3.jar | None |
  270. | LC | rftoolsdim | 5.64 | rftoolsdim-1.12-5.64.jar | None |
  271. | LC | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  272. | LC | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
  273. | LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  274. | LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  275. | LC | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.5-23.jar | None |
  276. | LC | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  277. | LC | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  278. | LC | tipthescales | 1.0.3 | TipTheScales-1.12.2-1.0.3.jar | None |
  279. | LC | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
  280. | LC | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
  281. | LC | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
  282. | LC | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  283. | LC | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  284. | LC | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  285. | LC | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  286. | LC | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  287. | LC | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
  288. | LC | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  289. | LC | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  290.  
  291. Loaded coremods (and transformers):
  292. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  293. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  294. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  295. mekanism.coremod.KeybindingMigrationHelper
  296. 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)
  297. pl.asie.foamfix.coremod.FoamFixTransformer
  298. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  299. lumien.resourceloader.asm.ClassTransformer
  300. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  301. li.cil.oc.common.asm.ClassTransformer
  302. AstralCore (astralsorcery-1.12.2-1.10.11.jar)
  303.  
  304. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  305. com.enderio.core.common.transform.EnderCoreTransformer
  306. com.enderio.core.common.transform.SimpleMixinPatcher
  307. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  308.  
  309. ForgelinPlugin (Forgelin-1.8.2.jar)
  310.  
  311. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  312. team.chisel.ctm.client.asm.CTMTransformer
  313. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 432.00' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
  314. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  315. Pulsar/tconstruct loaded Pulses:
  316. - TinkerCommons (Enabled/Forced)
  317. - TinkerWorld (Enabled/Not Forced)
  318. - TinkerTools (Enabled/Not Forced)
  319. - TinkerHarvestTools (Enabled/Forced)
  320. - TinkerMeleeWeapons (Enabled/Forced)
  321. - TinkerRangedWeapons (Enabled/Forced)
  322. - TinkerModifiers (Enabled/Forced)
  323. - TinkerSmeltery (Enabled/Not Forced)
  324. - TinkerGadgets (Enabled/Not Forced)
  325. - TinkerOredict (Enabled/Forced)
  326. - TinkerIntegration (Enabled/Forced)
  327. - TinkerFluids (Enabled/Forced)
  328. - TinkerMaterials (Enabled/Forced)
  329. - TinkerModelRegister (Enabled/Forced)
  330. - chiselIntegration (Enabled/Not Forced)
  331. - chiselsandbitsIntegration (Enabled/Not Forced)
  332. - theoneprobeIntegration (Enabled/Not Forced)
  333.  
  334. List of loaded APIs:
  335. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
  336. * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
  337. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
  338. * Baubles|API (1.4.0.2) from AE2WTLib-1.12.2-1.0.6.jar
  339. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  340. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  341. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.65.jar
  342. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.0-102.jar
  343. * BotaniaAPI (92) from Botania r1.10-360.jar
  344. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  345. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  346. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.31.jar
  347. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
  348. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.1.0.jar
  349. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  350. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  351. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  352. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  353. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  354. * DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.6.jar
  355. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.20.333-universal.jar
  356. * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
  357. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  358. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  359. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  360. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  361. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  362. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  363. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  364. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  365. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.40.jar
  366. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  367. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
  368. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
  369. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  370. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  371. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  372. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  373. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
  374. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  375. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  376. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  377. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
  378. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
  379. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  380. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  381. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  382. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
  383. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  384. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
  385. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
  386. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  387. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  388. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
  389. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
  390. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
  391. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.8-232.jar
  392. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.8.jar
  393. * jeresources|API (0.9.0.52) from JustEnoughResources-1.12.2-0.9.0.52.jar
  394. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
  395. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
  396. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
  397. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
  398. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
  399. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
  400. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  401. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  402. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  403. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  404. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  405. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  406. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
  407. * modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
  408. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  409. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  410. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  411. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  412. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  413. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  414. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  415. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  416. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  417. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  418. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  419. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  420. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.9.3-324.jar
  421. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36.jar
  422. * PsiAPI (11) from Psi-r1.1-72.jar
  423. * reborncoreAPI (3.16.3.476) from RebornCore-1.12.2-3.16.3.476-universal.jar
  424. * reborncoreAPI|Power (3.16.3.476) from RebornCore-1.12.2-3.16.3.476-universal.jar
  425. * reborncoreAPI|Praescriptum (3.16.3.476) from RebornCore-1.12.2-3.16.3.476-universal.jar
  426. * reborncoreAPI|Recipe (3.16.3.476) from RebornCore-1.12.2-3.16.3.476-universal.jar
  427. * reborncoreAPI|Tile (3.16.3.476) from RebornCore-1.12.2-3.16.3.476-universal.jar
  428. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  429. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  430. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  431. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  432. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  433. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  434. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  435. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  436. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  437. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.19.1.jar
  438. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
  439. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  440. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  441. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  442. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement