coldReactive

Thermal Expansion Crash (Latest)

Apr 26th, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.57 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  6. ForgelinPlugin (Forgelin-1.6.0.jar)
  7. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
  8. FMLPlugin (albedo-0.1.3.jar)
  9. LoadingPlugin (Quark-r1.4-123.jar)
  10. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  11. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // Ooh. Shiny.
  15.  
  16. Time: 4/26/18 3:34 AM
  17. Description: Initializing game
  18.  
  19. java.lang.NoSuchMethodError: cofh.api.util.ThermalExpansionHelper.addCompactorStorageRecipe(ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V
  20. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
  21. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
  22. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
  23. at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
  24. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
  25. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  26. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  27. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
  28. at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  29. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  30. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
  31. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
  32. at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  33. at java.util.stream.ReferencePipeline.forEach(Unknown Source)
  34. at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
  35. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_591_ThermalExpansion_regShit_Register.invoke(.dynamic)
  36. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  37. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
  38. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  39. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746)
  40. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
  41. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753)
  42. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
  43. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
  44. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  45. at net.minecraft.client.main.Main.main(SourceFile:123)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Client thread
  59. Stacktrace:
  60. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addCompactorStorageRecipe(ThermalExpansionBase.java:54)
  61. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:209)
  62. at com.mcmoddev.lib.integration.plugins.ThermalExpansionBase.addPressStorage(ThermalExpansionBase.java:193)
  63. at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.lambda$regShit$1(ThermalExpansion.java:51)
  64. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
  65. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  66. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  67. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
  68. at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  69. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  70. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
  71. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
  72. at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  73. at java.util.stream.ReferencePipeline.forEach(Unknown Source)
  74. at com.mcmoddev.basemetals.integration.plugins.ThermalExpansion.regShit(ThermalExpansion.java:47)
  75. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_591_ThermalExpansion_regShit_Register.invoke(.dynamic)
  76. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  77. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
  78. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  79. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746)
  80. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
  81. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753)
  82. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
  83. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
  84.  
  85. -- Initialization --
  86. Details:
  87. Stacktrace:
  88. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  89. at net.minecraft.client.main.Main.main(SourceFile:123)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  93. at java.lang.reflect.Method.invoke(Unknown Source)
  94. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  95. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.12.2
  100. Operating System: Windows 10 (amd64) version 10.0
  101. Java Version: 1.8.0_162, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 3128219936 bytes (2983 MB) / 5496635392 bytes (5242 MB) up to 11453595648 bytes (10923 MB)
  104. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP 9.42 Powered by Forge 14.23.3.2673 105 mods loaded, 105 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108.  
  109. | State | ID | Version | Source | Signature |
  110. |:----- |:----------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  111. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  112. | UCH | mcp | 9.42 | minecraft.jar | None |
  113. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2673.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  114. | UCH | forge | 14.23.3.2673 | forge-1.12.2-14.23.3.2673.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  115. | UCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  116. | UCH | albedocore | 0.1 | minecraft.jar | None |
  117. | UCH | actuallyadditions | 1.12.2-r134 | ActuallyAdditions-1.12.2-r134.jar | None |
  118. | UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  119. | UCH | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  120. | UCH | additionalenderblocks | 2.0 | AdditionalEnderBlocks-2.0-1.12.2.jar | None |
  121. | UCH | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  122. | UCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  123. | UCH | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  124. | UCH | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  125. | UCH | albedo | 0.1.3 | albedo-0.1.3.jar | None |
  126. | UCH | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  127. | UCH | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  128. | UCH | jei | 4.9.1.168 | jei_1.12.2-4.9.1.168.jar | None |
  129. | UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  130. | UCH | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  131. | UCH | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  132. | UCH | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  133. | UCH | antiqueatlas | 4.4.7 | antiqueatlas-1.12.2-4.4.7.jar | None |
  134. | UCH | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.4.7.jar | None |
  135. | UCH | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.7.jar | None |
  136. | UCH | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  137. | UCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  138. | UCH | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  139. | UCH | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  140. | UCH | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
  141. | UCH | ic2 | 2.8.73-ex112 | industrialcraft-2-2.8.73-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  142. | UCH | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  143. | UCH | baublelicious | 1.4.0-4 | Baublelicious-1.4.0-4.jar | None |
  144. | UCH | bhc | 1.1.0b | baubley-heart-canisters-1.12.2-1.1.0b.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
  145. | UCH | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
  146. | UCH | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  147. | UCH | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
  148. | UCH | botania | r1.10-354 | Botania r1.10-354.jar | None |
  149. | UCH | ceanimals | 1.4.1 | ceanimals-1.12.2-1.4.1.jar | None |
  150. | UCH | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  151. | UCH | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
  152. | UCH | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  153. | UCH | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  154. | UCH | cofhcore | 4.4.0 | CoFHCore-1.12.2-4.4.0.10-universal.jar | None |
  155. | UCH | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  156. | UCH | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
  157. | UCH | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None |
  158. | UCH | ctdcore | 1.3.1 | CTD-Core-1.12.2-1.3.1.jar | 5101015479fe39f20b47f365472250d312a50a57 |
  159. | UCH | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  160. | UCH | exnihilocreatio | 1.12-0.2.1 | exnihilocreatio-1.12-0.2.1.jar | None |
  161. | UCH | excompressum | 3.0.20 | ExCompressum_1.12.2-3.0.20.jar | None |
  162. | UCH | gottschcore | 1.3.5 | GottschCore-mc1.12.2-f14.23.2.2611-v1.3.5.jar | None |
  163. | UCH | fastladder | 1.1.0 | FastLadder-mc1.12.2-f14.23.1.2555-v1.1.0.jar | None |
  164. | UCH | mekanism | 1.12.2-9.4.5.340 | Mekanism-1.12.2-9.4.5.340.jar | None |
  165. | UCH | sonarcore | 5.0.8 | sonarcore-1.12.2-5.0.8.jar | None |
  166. | UCH | fluxnetworks | 3.0.8 | fluxnetworks-1.12.2-3.0.8.jar | None |
  167. | UCH | foamfix | 0.9.9-1.12.2 | foamfix-0.9.9-1.12.2-anarchy.jar | None |
  168. | UCH | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  169. | UCH | forestry | 5.8.0.270 | forestry_1.12.2-5.8.0.270.jar | None |
  170. | UCH | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  171. | UCH | thermalfoundation | 2.4.0 | ThermalFoundation-1.12.2-2.4.0.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  172. | UCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  173. | UCH | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  174. | UCH | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  175. | UCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.10-143.jar | None |
  176. | UCH | instantunify | 1.1.1 | instantunify-1.12.2-1.1.1.jar | None |
  177. | UCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  178. | UCH | harvestcraft | 1.12.2t | Pam's HarvestCraft 1.12.2t.jar | None |
  179. | UCH | jehc | 1.12.2 | JEHC-1.12.2-1.5.0.0.jar | None |
  180. | UCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  181. | UCH | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
  182. | UCH | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
  183. | UCH | mekanismgenerators | 9.4.4 | MekanismGenerators-1.12.2-9.4.5.340.jar | None |
  184. | UCH | mekanismtools | 9.4.4 | MekanismTools-1.12.2-9.4.5.340.jar | None |
  185. | UCH | moglowstone | 1.5.4 | Mo-Glowstone-1.12.2-1.5.4.jar | 5101015479fe39f20b47f365472250d312a50a57 |
  186. | UCH | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  187. | UCH | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  188. | UCH | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
  189. | UCH | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  190. | UCH | nethermetals | 1.2.0-beta3 | NetherMetals-1.12-1.2.0-beta3.52.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  191. | UCH | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  192. | UCH | oreberries | 0.4.0 | oreberries-1.12.x-0.4.0.jar | None |
  193. | UCH | oreexcavation | 1.4.118 | OreExcavation-1.4.118.jar | None |
  194. | UCH | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  195. | UCH | placebo | 1.3.3 | Placebo-1.12.2-1.3.3.jar | None |
  196. | UCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  197. | UCH | rftools | 7.33 | rftools-1.12-7.33.jar | None |
  198. | UCH | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
  199. | UCH | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
  200. | UCH | taiga | 1.3.0 | taiga-1.12.2-1.3.0.jar | None |
  201. | UCH | theoneprobe | 1.4.22 | theoneprobe-1.12-1.4.22.jar | None |
  202. | UCH | thermalexpansion | 5.4.0 | ThermalExpansion-1.12.2-5.4.0.20-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  203. | UCH | thermaldynamics | 2.4.0 | ThermalDynamics-1.12.2-2.4.0.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  204. | UCH | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
  205. | UCH | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  206. | UCH | toastcontrol | 1.5.0 | Toast Control-1.12.2-1.5.0.jar | None |
  207. | UCH | tombstone | 2.9.0 | tombstone-2.9.0-1.12.jar | None |
  208. | UCH | topaddons | 1.12.2-1.5.0 | topaddons-1.12.2-1.5.0.jar | None |
  209. | UCH | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  210. | UCH | unloader | 1.0.1 | unloader-1.0.1.jar | None |
  211. | UCH | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  212. | UCH | waystones | 4.0.33 | Waystones_1.12.2-4.0.33.jar | None |
  213. | UCH | hungeroverhaul | 1.12.2-1.3.2.jenkins146 | HungerOverhaul-1.12.2-1.3.2.jenkins146.jar | None |
  214. | UCH | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
  215. | UCH | unidict | 1.12.2-2.4c | UniDict-1.12.2-2.4c.jar | None |
  216.  
  217. Loaded coremods (and transformers):
  218. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  219. team.chisel.ctm.client.asm.CTMTransformer
  220. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  221. invtweaks.forge.asm.ContainerTransformer
  222. ForgelinPlugin (Forgelin-1.6.0.jar)
  223.  
  224. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
  225. pl.asie.foamfix.coremod.FoamFixTransformer
  226. FMLPlugin (albedo-0.1.3.jar)
  227. elucent.albedo.asm.ASMTransformer
  228. LoadingPlugin (Quark-r1.4-123.jar)
  229. vazkii.quark.base.asm.ClassTransformer
  230. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  231. squeek.applecore.asm.TransformerModuleHandler
  232. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  233. mods.betterfoliage.loader.BetterFoliageTransformer
  234. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13507 Compatibility Profile Context 23.20.15033.5003' Renderer: 'AMD Radeon (TM) R9 390 Series'
  235. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  236. Pulsar/tconstruct loaded Pulses:
  237. - TinkerCommons (Enabled/Forced)
  238. - TinkerWorld (Enabled/Not Forced)
  239. - TinkerTools (Enabled/Not Forced)
  240. - TinkerHarvestTools (Enabled/Forced)
  241. - TinkerMeleeWeapons (Enabled/Forced)
  242. - TinkerRangedWeapons (Enabled/Forced)
  243. - TinkerModifiers (Enabled/Forced)
  244. - TinkerSmeltery (Enabled/Not Forced)
  245. - TinkerGadgets (Enabled/Not Forced)
  246. - TinkerOredict (Enabled/Forced)
  247. - TinkerIntegration (Enabled/Forced)
  248. - TinkerFluids (Enabled/Forced)
  249. - TinkerMaterials (Enabled/Forced)
  250. - TinkerModelRegister (Enabled/Forced)
  251. - chiselIntegration (Enabled/Not Forced)
  252. - chiselsandbitsIntegration (Enabled/Not Forced)
  253. - theoneprobeIntegration (Enabled/Not Forced)
  254.  
  255. Pulsar/natura loaded Pulses:
  256. - NaturaCommons (Enabled/Forced)
  257. - NaturaOverworld (Enabled/Not Forced)
  258. - NaturaNether (Enabled/Not Forced)
  259. - NaturaDecorative (Enabled/Not Forced)
  260. - NaturaTools (Enabled/Not Forced)
  261. - NaturaEntities (Enabled/Not Forced)
  262. - NaturaOredict (Enabled/Forced)
  263. - NaturaWorld (Enabled/Not Forced)
  264.  
  265. Pulsar/tcomplement loaded Pulses:
  266. - ModuleCommons (Enabled/Forced)
  267. - ModuleFeature (Enabled/Not Forced)
  268. - CeramicsPlugin (Enabled/Not Forced)
  269. - ChiselPlugin (Enabled/Not Forced)
  270. - ExNihiloPlugin (Enabled/Not Forced)
  271.  
  272. List of loaded APIs:
  273. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r134.jar
  274. * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.7.jar
  275. * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.1.jar
  276. * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
  277. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  278. * BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
  279. * BotaniaAPI (89) from Botania r1.10-354.jar
  280. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  281. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  282. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
  283. * cofhapi (2.4.0) from CoFHCore-1.12.2-4.4.0.10-universal.jar
  284. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  285. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  286. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  287. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  288. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  289. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.20.jar
  290. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.8.jar
  291. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.270.jar
  292. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.270.jar
  293. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.270.jar
  294. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.270.jar
  295. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.270.jar
  296. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.270.jar
  297. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.270.jar
  298. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.270.jar
  299. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.270.jar
  300. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.270.jar
  301. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.270.jar
  302. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.270.jar
  303. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.270.jar
  304. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.270.jar
  305. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.270.jar
  306. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.270.jar
  307. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.270.jar
  308. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.270.jar
  309. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.270.jar
  310. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.270.jar
  311. * industrialforegoingapi (4) from industrialforegoing-1.12.2-1.8.10-143.jar
  312. * jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar
  313. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.168.jar
  314. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  315. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  316. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  317. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  318. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  319. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  320. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.5.340.jar
  321. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  322. * QuarkAPI (2) from Quark-r1.4-123.jar
  323. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.8.jar
  324. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
  325. Launched Version: forge-14.23.3.2673
  326. LWJGL: 2.9.4
  327. OpenGL: AMD Radeon (TM) R9 390 Series GL version 4.5.13507 Compatibility Profile Context 23.20.15033.5003, ATI Technologies Inc.
  328. GL Caps: Using GL 1.3 multitexturing.
  329. Using GL 1.3 texture combiners.
  330. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  331. Shaders are available because OpenGL 2.1 is supported.
  332. VBOs are available because OpenGL 1.5 is supported.
  333.  
  334. Using VBOs: Yes
  335. Is Modded: Definitely; Client brand changed to 'fml,forge'
  336. Type: Client (map_client.txt)
  337. Resource Packs:
  338. Current Language: English (US)
  339. Profiler Position: N/A (disabled)
  340. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment