Advertisement
Guest User

Untitled

a guest
Sep 6th, 2023
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  5. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  6. TransformerLoader (OpenComputers-MC1.12.2-1.7.7+5413028.jar)
  7. Quark Plugin (Quark-r1.6-179.jar)
  8. UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  9. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  10. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  11. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  12. SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  13. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  14. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  15. ThiccEntities Plugin (thiccentities-1.4.jar)
  16. FutureMC (future-mc-1.12.2-0.2.6.1.jar)
  17. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  18. ForgelinPlugin (Forgelin-1.8.4.jar)
  19. SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
  20. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  21. TransformLoader (DynamicSurroundings-1.12.2-3.6.3.jar)
  22. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  23. SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.7.jar)
  24. FMLModule (mdxlib-4.0.0.35.jar)
  25. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
  26. weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  27. MobsOnRails (MobsOnRails-1.12.2-1.0.0.jar)
  28. Max Potion ID Extender (maxpotidext-1.0.3.jar)
  29. BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar)
  30. Contact their authors BEFORE contacting forge
  31.  
  32. // There are four lights!
  33.  
  34. Time: 9/6/23 7:19 PM
  35. Description: There was a severe problem during mod loading that has caused the game to fail
  36.  
  37. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Modern Warfare 2.0 Contagion (mw)
  38. Caused by: java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.licker.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.licker.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" at id stat.killEntity.licker
  39. at net.minecraft.stats.StatBase.func_75971_g(SourceFile:41)
  40. at net.minecraft.stats.StatList.func_151182_a(StatList.java:305)
  41. at net.minecraft.entity.EntityList$EntityEggInfo.<init>(EntityList.java:450)
  42. at net.minecraftforge.fml.common.registry.EntityRegistry.registerEgg(EntityRegistry.java:242)
  43. at com.vicmatskiv.weaponlib.compatibility.Compatibility1_12_2.registerEgg(Compatibility1_12_2.java:1090)
  44. at com.vicmatskiv.weaponlib.ai.EntityConfiguration$Builder.register(EntityConfiguration.java:568)
  45. at com.vicmatskiv.mw.Entities.init(Entities.java:202)
  46. at com.vicmatskiv.mw.CommonProxy.init(CommonProxy.java:175)
  47. at com.vicmatskiv.mw.ClientProxy.init(ClientProxy.java:39)
  48. at com.vicmatskiv.mw.ModernWarfareMod.init(ModernWarfareMod.java:81)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:497)
  53. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  54. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:497)
  57. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  58. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  59. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  60. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  61. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  62. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  63. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  64. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  65. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:497)
  70. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  71. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  72. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  73. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  74. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  75. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  76. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  77. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  78. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  79. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  80. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  81. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  82. at net.minecraft.client.main.Main.main(SourceFile:123)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  86. at java.lang.reflect.Method.invoke(Method.java:497)
  87. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  88. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  89.  
  90.  
  91. A detailed walkthrough of the error, its code path and all known details is as follows:
  92. ---------------------------------------------------------------------------------------
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.12.2
  97. Operating System: Windows 10 (amd64) version 10.0
  98. Java Version: 1.8.0_51, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 3759106984 bytes (3584 MB) / 10695999488 bytes (10200 MB) up to 14913372160 bytes (14222 MB)
  101. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16000m -Xms256m
  102. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  103. FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G5 237 mods loaded, 237 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105.  
  106. | State | ID | Version | Source | Signature |
  107. |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
  108. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  109. | LCHI | mcp | 9.42 | minecraft.jar | None |
  110. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | LCHI | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | LCHI | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  113. | LCHI | openmodscore | 0.12.2 | minecraft.jar | None |
  114. | LCHI | opencomputers|core | 1.7.7+5413028 | minecraft.jar | None |
  115. | LCHI | securitycraft | v1.9.7 | [1.12.2] SecurityCraft v1.9.7.jar | None |
  116. | LCHI | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
  117. | LCHI | reccomplex | 1.4.8.5 | RecurrentComplex-1.4.8.5.jar | None |
  118. | LCHI | aarcaddon | 1.0.1 | AARCAddon-1.0.1.jar | None |
  119. | LCHI | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
  120. | LCHI | opencomputers | 1.7.7+5413028 | OpenComputers-MC1.12.2-1.7.7+5413028.jar | None |
  121. | LCHI | actuallycomputers | @Version@ | actuallycomputers-2.2.0.jar | None |
  122. | LCHI | iaa | 0.0.1 | Advanced Alloy Ingot 1.1-1.12.2.jar | None |
  123. | LCHI | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
  124. | LCHI | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  125. | LCHI | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  126. | LCHI | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  127. | LCHI | infinitylib | 1.12.2-1.12.1 | infinitylib-1.12.1.jar | None |
  128. | LCHI | agricraft | 2.12.0-1.12.2-b2 | agricraft-2.12.0-1.12.2-b2.jar | None |
  129. | LCHI | mdxlib | 4.0.0.35 | mdxlib-4.0.0.35.jar | None |
  130. | LCHI | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
  131. | LCHI | avp | 7.0.0.81 | aliensvspredator-7.0.0.81.jar | None |
  132. | LCHI | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.6.3.jar | None |
  133. | LCHI | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
  134. | LCHI | atlasextras | 1.8 | AtlasExtras-1.12.2-1.8.jar | None |
  135. | LCHI | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  136. | LCHI | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.681.jar | None |
  137. | LCHI | jei | 4.16.1.1003 | jei_1.12.2-4.16.1.1003.jar | None |
  138. | LCHI | quark | r1.6-179 | Quark-r1.6-179.jar | None |
  139. | LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  140. | LCHI | badmobs | 1.1.40 | BadMobs-1.12.2-1.1.40.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  141. | LCHI | bno | 1.12.2-1.0.4.0 | BasicNetherOres-1.12.2-1.0.5.0.jar | None |
  142. | LCHI | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  143. | LCHI | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
  144. | LCHI | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  145. | LCHI | betterfoliage | 2.3.2 | BetterFoliage-MC1.12-2.3.3.jar | None |
  146. | LCHI | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
  147. | LCHI | bibliocraft | 2.4.6 | BiblioCraft[v2.4.6][MC1.12.2].jar | None |
  148. | LCHI | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  149. | LCHI | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  150. | LCHI | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  151. | LCHI | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  152. | LCHI | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  153. | LCHI | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  154. | LCHI | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  155. | LCHI | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  156. | LCHI | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  157. | LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  158. | LCHI | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  159. | LCHI | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  160. | LCHI | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  161. | LCHI | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  162. | LCHI | ic2 | 2.8.1001 | IC2Classic-1.12-1.5.6.0.jar | None |
  163. | LCHI | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None |
  164. | LCHI | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  165. | LCHI | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  166. | LCHI | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  167. | LCHI | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  168. | LCHI | camoucreepers | 1.7.1 | camouflagedcreepers-1.7.1.jar | None |
  169. | LCHI | cave_expansion | 1.5.0 | CaveExpansionV1.5.jar | None |
  170. | LCHI | chancecubes | 1.12.2-5.0.2.385 | ChanceCubes-1.12.2-5.0.2.385.jar | None |
  171. | LCHI | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
  172. | LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  173. | LCHI | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
  174. | LCHI | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
  175. | LCHI | collective | 3.0 | collective-1.12.2-3.0.jar | None |
  176. | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  177. | LCHI | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |
  178. | LCHI | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
  179. | LCHI | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
  180. | LCHI | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  181. | LCHI | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  182. | LCHI | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  183. | LCHI | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
  184. | LCHI | controlling | 3.0.10 | Controlling-3.0.12.2.jar | None |
  185. | LCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  186. | LCHI | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
  187. | LCHI | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  188. | LCHI | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  189. | LCHI | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.681.jar | None |
  190. | LCHI | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.681.jar | None |
  191. | LCHI | creeperchainreaction | 1.0 | creeperchainreaction-1.0.2.jar | None |
  192. | LCHI | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  193. | LCHI | dayzombies | 1.0.0 | DayZombiez.jar | None |
  194. | LCHI | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None |
  195. | LCHI | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None |
  196. | LCHI | drawbridges | 1.0 | drawbridges-1.1.jar | None |
  197. | LCHI | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
  198. | LCHI | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  199. | LCHI | dsurround | @VERSION@ | DynamicSurroundings-1.12.2-3.6.3.jar | None |
  200. | LCHI | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  201. | LCHI | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  202. | LCHI | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  203. | LCHI | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  204. | LCHI | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  205. | LCHI | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  206. | LCHI | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  207. | LCHI | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  208. | LCHI | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  209. | LCHI | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  210. | LCHI | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  211. | LCHI | energycontrol | 1.12.2-0.1.16 | EnergyControl-1.12.2-0.1.16.jar | None |
  212. | LCHI | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
  213. | LCHI | engineersdecor | 1.1.5 | engineersdecor-1.12.2-1.1.5.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  214. | LCHI | exnihilocreatio | 1.12.2-0.4.7.2 | exnihilocreatio-1.12.2-0.4.7.2.jar | None |
  215. | LCHI | excompressum | 3.0.32 | ExCompressum_1.12.2-3.0.32.jar | None |
  216. | LCHI | exoticbirds | 1.0 | Exotic Birds 1.12.2-3.2.0.jar | None |
  217. | LCHI | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  218. | LCHI | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None |
  219. | LCHI | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None |
  220. | LCHI | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  221. | LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  222. | LCHI | mod_lavacow | 1.3.3 | Fish's Undead Rising-1.3.3.jar | None |
  223. | LCHI | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  224. | LCHI | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  225. | LCHI | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  226. | LCHI | furenikusroads | 1.2.4 | Furenikus_Roads-1.2.4.jar | None |
  227. | LCHI | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  228. | LCHI | futuremc | 0.2.6 | future-mc-1.12.2-0.2.6.1.jar | None |
  229. | LCHI | gasesframework | 2.0.0 | gasesframework-1.12.2-2.0.0-pre1.jar | None |
  230. | LCHI | gases | 2.0.0 | gases-1.12.2-2.0.0-pre1.jar | None |
  231. | LCHI | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  232. | LCHI | gbook | 2.9.5 | Guidebook-1.12.2-2.9.5.jar | None |
  233. | LCHI | hw_inv | 1.12.1-1.1.13 | hostileworlds_invasions-1.12.1-1.1.13.jar | None |
  234. | LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  235. | LCHI | ic2-classic-spmod | 0.0.0.0 | IC2Classic-1.12-1.5.6.0.jar | None |
  236. | LCHI | icbmclassic | 5.3.0 | ICBM-classic-1.12.2-5.3.0.jar | None |
  237. | LCHI | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  238. | LCHI | trackapi | 1.2 | TrackAPI-1.2.jar | None |
  239. | LCHI | universalmodcore | 1.1.4 | UniversalModCore-1.12.2-forge-1.1.4-2b81e7.jar | None |
  240. | LCHI | immersiverailroading | 1.9.1 | ImmersiveRailroading-1.12.2-forge-1.9.1.jar | None |
  241. | LCHI | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
  242. | LCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  243. | LCHI | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  244. | LCHI | irontanks | 1.12.2-2.1.0-beta.18 | irontanks-1.12.2-2.1.0-beta.18.jar | None |
  245. | LCHI | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
  246. | LCHI | jehc | 1.7.2 | just-enough-harvestcraft-1.12.2-1.7.2.jar | None |
  247. | LCHI | jeid | 1.0.4-SNAPSHOT | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar | None |
  248. | LCHI | justenoughreactors | 1.1.3.61 | JustEnoughReactors-1.12.2-1.1.3.61.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
  249. | LCHI | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  250. | LCHI | lockdown_additions | 1.0.4 | LA_1.12.2-1.0.5.1.jar | None |
  251. | LCHI | sturcturemod | 0.1 | Little_Structures_mod_1.12.2_v1.0.jar | None |
  252. | LCHI | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
  253. | LCHI | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
  254. | LCHI | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  255. | LCHI | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  256. | LCHI | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  257. | LCHI | matc | 1.0.1-hotfix | matc-1.0.1-hotfix.jar | None |
  258. | LCHI | maxpotidext | 1.0.3 | maxpotidext-1.0.3.jar | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
  259. | LCHI | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
  260. | LCHI | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
  261. | LCHI | immersivetech | 1.9.101 | MCTImmersiveTechnology-1.12.2-1.9.101.jar | None |
  262. | LCHI | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
  263. | LCHI | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
  264. | LCHI | mcwfences | 1.0.0 | mcw-fences-1.0.0-mc1.12.2.jar | None |
  265. | LCHI | mcwfurnitures | 1.0.1 | mcw-furniture-1.0.1-mc1.12.2beta.jar | None |
  266. | LCHI | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
  267. | LCHI | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  268. | LCHI | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  269. | LCHI | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  270. | LCHI | muchmorespiders | 1.2 | mmsr-1.0.2-1.12.2.jar | None |
  271. | LCHI | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
  272. | LCHI | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
  273. | LCHI | mobsunscreen | @version@ | mobsunscreen-1.12.2-3.1.5.jar | None |
  274. | LCHI | ruins | 17.2 | Modern_Ruins_Pack_1.12.2_2.5.3(chisel).jar | None |
  275. | LCHI | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  276. | LCHE | mw | 0.4.6.2 | mw_2.0-0.4.6.2_mc1.12.2.jar | None |
  277. | LCH | nifty | 1.21 | NiftyBlocks-1.21.jar | None |
  278. | LCH | nocubessrpnests | 3.0.0 | NoCubes_SRP_Nests_Addon_3.0.0.jar | None |
  279. | LCH | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
  280. | LCH | omlib | 3.1.5-256 | omlib-1.12.2-3.1.5-256.jar | None |
  281. | LCH | ompd | 3.1.1-76 | ompd-1.12.2-3.1.1-76.jar | None |
  282. | LCH | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  283. | LCH | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  284. | LCH | eternalsoap.icbm.opencomputers | 1.0 | OpenComputersICBMAddon-1.3.jar | None |
  285. | LCH | openmodularturrets | 3.1.14-382 | openmodularturrets-1.12.2-3.1.14-382.jar | None |
  286. | LCH | performant | 1.12.2-1.5 | performant-1.11.jar | None |
  287. | LCH | pneumaticcraft | 1.12.2-0.11.15-398 | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar | None |
  288. | LCH | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  289. | LCH | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  290. | LCH | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  291. | LCH | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  292. | LCH | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  293. | LCH | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  294. | LCH | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  295. | LCH | railstuff | 0.2.5 | railstuff-0.2.5.jar | None |
  296. | LCH | resident_evil_mod | 1.0.0 | ResidentEvilMC_1.12.2_0.0.4.jar | None |
  297. | LCH | rockhounding_core | 3.27 | rockhounding_core-1.12.2-3.27.jar | None |
  298. | LCH | rockhounding_chemistry | 1.12.2-3.62.4 | rockhounding_chemistry-1.12.2-3.62.4.jar | None |
  299. | LCH | rsgauges | 1.2.8 | rsgauges-1.12.2-1.2.8.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  300. | LCH | scootys_scp_mod | 1.5 | SCP Lockdown Heavy Expansion 1.5.jar | None |
  301. | LCH | scp | 2.4.2 | SCP Lockdown-1.12.2-2.4.2-release.jar | None |
  302. | LCH | scple | 1.0 | scple-1.0.jar | None |
  303. | LCH | sgcraft | 2.0.3 | SGCraft-2.0.5.jar | None |
  304. | LCH | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.14+168.jar | None |
  305. | LCH | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  306. | LCH | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None |
  307. | LCH | slimenium | 1.0.0 | Slimenium(1.0.0)[1.12.2].jar | None |
  308. | LCH | snowvariants | 1.12.2-1.3.1 | snowvariants-1.12.2-1.3.1.jar | None |
  309. | LCH | solarflux | 12.4.11 | SolarFluxReborn-1.12.2-12.4.11.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  310. | LCH | soundfilters | 0.12.1_for_1.12 | SoundFilters-0.12.1_for_1.12.jar | None |
  311. | LCH | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
  312. | LCH | spartanweaponry | 1.5.3 | SpartanWeaponry-1.12.2-1.5.3.jar | None |
  313. | LCH | spiderstpo | 1.0.3 | spiders-2.0-1.12.2-1.0.3.jar | None |
  314. | LCH | srparasites | 1.9.12 | SRParasites-1.12.2v1.9.12.jar | None |
  315. | LCH | stygian | 1.0.4 | stygian-1.0.4.jar | None |
  316. | LCH | switchbow | 1.6.8 | switchbow-1.6.8.jar | None |
  317. | LCH | sync | 7.1.0 | Sync-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  318. | LCH | syncusecore | 1.0.0 | SyncUsesCore-1.0.0.jar | None |
  319. | LCH | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
  320. | LCH | israphel | 1.1 | TheCurseOfIsraphel-1.12.2-1.1.jar | None |
  321. | LCH | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
  322. | LCH | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
  323. | LCH | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None |
  324. | LCH | thermaltinkering | 1.0 | ThermalTinkering-1.12.2-2.0.1.jar | None |
  325. | LCH | thiccentities | GRADLE:VERSION | thiccentities-1.4.jar | None |
  326. | LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  327. | LCH | tinkersoc | 0.6 | tinkersoc-0.6.jar | None |
  328. | LCH | toolbelt | 1.9.13 | ToolBelt-1.12.2-1.9.13.jar | None |
  329. | LCH | torchbandolier | 0.1.1 | TorchBandolier-1.12.2-0.1.1-4.jar | None |
  330. | LCH | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
  331. | LCH | undergroundbiomes | 1.3.14 | UndergroundBiomesConstructs-1.12-1.3.14.jar | None |
  332. | LCH | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  333. | LCH | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  334. | LCH | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None |
  335. | LCH | weakerspiderwebs | 2.0 | weakerspiderwebs_1.12.2-2.0.jar | None |
  336. | LCH | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
  337. | LCH | wildnetherwart | 3.0 | wild_netherwart-1.12.2-v1.3.jar | None |
  338. | LCH | worldedit | 6.1.10 | worldedit-forge-mc1.12.2-6.1.10-dist.jar | None |
  339. | LCH | recipehandler | 0.14 | YARCF-0.14(1.12.2).jar | None |
  340. | LCH | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
  341. | LCH | betterdisplays | 1.12.2-1.1.1 | BetterDisplays-1.12.2-1.1.1.jar | None |
  342. | LCH | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  343. | LCH | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
  344. | LCH | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |
  345.  
  346. Loaded coremods (and transformers):
  347. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  348. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  349. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  350. mekanism.coremod.KeybindingMigrationHelper
  351. TransformerLoader (OpenComputers-MC1.12.2-1.7.7+5413028.jar)
  352. li.cil.oc.common.asm.ClassTransformer
  353. Quark Plugin (Quark-r1.6-179.jar)
  354. vazkii.quark.base.asm.ClassTransformer
  355. UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  356. wanion.unidict.core.UniDictCoreModTransformer
  357. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  358. lumien.bloodmoon.asm.ClassTransformer
  359. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  360. invtweaks.forge.asm.ContainerTransformer
  361. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  362. com.enderio.core.common.transform.EnderCoreTransformer
  363. com.enderio.core.common.transform.SimpleMixinPatcher
  364. SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  365.  
  366. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  367.  
  368. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  369.  
  370. ThiccEntities Plugin (thiccentities-1.4.jar)
  371. wiresegal.thicc.asm.ThiccAsmTransformer
  372. FutureMC (future-mc-1.12.2-0.2.6.1.jar)
  373. thedarkcolour.futuremc.asm.CoreTransformer
  374. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  375. sereneseasons.asm.transformer.EntityRendererTransformer
  376. sereneseasons.asm.transformer.WorldTransformer
  377. ForgelinPlugin (Forgelin-1.8.4.jar)
  378.  
  379. SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
  380. atomicstryker.stalkercreepers.common.SCTransformer
  381. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  382. openmods.core.OpenModsClassTransformer
  383. TransformLoader (DynamicSurroundings-1.12.2-3.6.3.jar)
  384.  
  385. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  386. team.chisel.ctm.client.asm.CTMTransformer
  387. SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.7.jar)
  388.  
  389. FMLModule (mdxlib-4.0.0.35.jar)
  390. com.asx.mdx.common.reflect.AccessTransformer
  391. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
  392. org.dimdev.jeid.JEIDTransformer
  393. weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  394. com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
  395. MobsOnRails (MobsOnRails-1.12.2-1.0.0.jar)
  396. naqaden.mobsonrails.PathNodeTransformer
  397. Max Potion ID Extender (maxpotidext-1.0.3.jar)
  398.  
  399. BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar)
  400. mods.betterfoliage.loader.BetterFoliageTransformer
  401. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 537.13' Renderer: 'NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2'
  402. 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]
  403. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  404. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  405. * Optifine is installed. This is NOT supported.
  406. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  407. Authlib is : /E:/CurseForge/Mods/MC/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  408.  
  409. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  410. !!!You are looking at the diagnostics information, not at the crash. !!!
  411. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  412. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  413.  
  414. Pulsar/tconstruct loaded Pulses:
  415. - TinkerCommons (Enabled/Forced)
  416. - TinkerWorld (Enabled/Not Forced)
  417. - TinkerTools (Enabled/Not Forced)
  418. - TinkerHarvestTools (Enabled/Forced)
  419. - TinkerMeleeWeapons (Enabled/Forced)
  420. - TinkerRangedWeapons (Enabled/Forced)
  421. - TinkerModifiers (Enabled/Forced)
  422. - TinkerSmeltery (Enabled/Not Forced)
  423. - TinkerGadgets (Enabled/Not Forced)
  424. - TinkerOredict (Enabled/Forced)
  425. - TinkerIntegration (Enabled/Forced)
  426. - TinkerFluids (Enabled/Forced)
  427. - TinkerMaterials (Enabled/Forced)
  428. - TinkerModelRegister (Enabled/Forced)
  429. - chiselIntegration (Enabled/Not Forced)
  430. - craftingtweaksIntegration (Enabled/Not Forced)
  431. - wailaIntegration (Enabled/Not Forced)
  432. - quarkIntegration (Enabled/Not Forced)
  433.  
  434. List of loaded APIs:
  435. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
  436. * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.2-b2.jar
  437. * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.6.3.jar
  438. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  439. * AVPAPI (1.0.0) from aliensvspredator-7.0.0.81.jar
  440. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar
  441. * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.8.jar
  442. * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.8.jar
  443. * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.8.jar
  444. * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.8.jar
  445. * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.8.jar
  446. * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.8.jar
  447. * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.8.jar
  448. * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.8.jar
  449. * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.8.jar
  450. * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.8.jar
  451. * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.8.jar
  452. * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.8.jar
  453. * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.8.jar
  454. * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.8.jar
  455. * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.8.jar
  456. * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.8.jar
  457. * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.8.jar
  458. * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.8.jar
  459. * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.8.jar
  460. * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.8.jar
  461. * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
  462. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
  463. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
  464. * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.37.jar
  465. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  466. * CSLib|API (1.0.1) from PTRLib-1.0.5.jar
  467. * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  468. * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  469. * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  470. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  471. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
  472. * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  473. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  474. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  475. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  476. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  477. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  478. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  479. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  480. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar
  481. * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.32.jar
  482. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  483. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
  484. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
  485. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  486. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  487. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  488. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  489. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
  490. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  491. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  492. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  493. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
  494. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
  495. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  496. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  497. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  498. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
  499. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  500. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
  501. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
  502. * ic2api (1.0) from IC2Classic-1.12-1.5.6.0.jar
  503. * ic2audioapi (1.0) from IC2Classic-1.12-1.5.6.0.jar
  504. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
  505. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
  506. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
  507. * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
  508. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.1003.jar
  509. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  510. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  511. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  512. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  513. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  514. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  515. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
  516. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  517. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
  518. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  519. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  520. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  521. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  522. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  523. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  524. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  525. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  526. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  527. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  528. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.7+5413028.jar
  529. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar
  530. * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
  531. * QuarkAPI (4) from Quark-r1.6-179.jar
  532. * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
  533. * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
  534. * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
  535. * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
  536. * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
  537. * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
  538. * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
  539. * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
  540. * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
  541. * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
  542. * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
  543. * rh_api (3.00) from rockhounding_core-1.12.2-3.27.jar
  544. * rtgapi (1.0.0) from RTG-1.12.2-6.1.0.0-snapshot.1.jar
  545. * SecurityCraftAPI (1.3) from [1.12.2] SecurityCraft v1.9.7.jar
  546. * spartanweaponry_api (6) from SpartanWeaponry-1.12.2-1.5.3.jar
  547. * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
  548. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  549. * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
  550. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  551. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  552. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  553. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  554. OptiFine Version: OptiFine_1.12.2_HD_U_G5
  555. OptiFine Build: 20210124-142939
  556. Render Distance Chunks: 12
  557. Mipmaps: 4
  558. Anisotropic Filtering: 1
  559. Antialiasing: 0
  560. Multitexture: false
  561. Shaders: null
  562. OpenGlVersion: 4.6.0 NVIDIA 537.13
  563. OpenGlRenderer: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2
  564. OpenGlVendor: NVIDIA Corporation
  565. CpuCount: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement