Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.14 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Quark Plugin (Quark-r1.5-168.jar)
  5. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. ForgelinPlugin (Forgelin-1.8.3 (3).jar)
  8. ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  9. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  10. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  11. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal (1).jar)
  12. CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  13. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211 (2).jar)
  14. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  15. MMFMLCorePlugin (MultiMine-1.12.2.jar)
  16. FarseekCoreMod (Farseek-1.12-2.3.2 (2).jar)
  17. MekanismCoremod (Mekanism-1.12.2-9.8.0.381.jar)
  18. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  19. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  20. HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  21. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  22. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  23. DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  24. TickrateChanger (TickrateChanger-Mod-1.12.2.jar)
  25. CoreModLoader (Sound-Physics-1.12.2.jar)
  26. weaponlib (mw-1.11.7.7_mc1.12.2 (4).jar)
  27. Contact their authors BEFORE contacting forge
  28.  
  29. // You're mean.
  30.  
  31. Time: 9/20/19 11:32 AM
  32. Description: There was a severe problem during mod loading that has caused the game to fail
  33.  
  34. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Dynamic Trees (dynamictrees)
  35. Caused by: java.lang.ArithmeticException: / by zero
  36. at com.ferreusveritas.dynamictrees.client.TextureUtils.avgColors(TextureUtils.java:191)
  37. at com.ferreusveritas.dynamictrees.client.TextureUtils$PixelBuffer.averageColor(TextureUtils.java:114)
  38. at com.ferreusveritas.dynamictrees.proxy.ClientProxy.discoverWoodColors(ClientProxy.java:106)
  39. at com.ferreusveritas.dynamictrees.proxy.ClientProxy.postInit(ClientProxy.java:85)
  40. at com.ferreusveritas.dynamictrees.DynamicTrees.postInit(DynamicTrees.java:58)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:497)
  45. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  46. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:497)
  49. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  50. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  51. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  52. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  53. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  54. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  56. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  57. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:497)
  62. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  63. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  64. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  65. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  66. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  67. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  69. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  70. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:754)
  71. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  72. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  73. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  74. at net.minecraft.client.main.Main.main(SourceFile:123)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:497)
  79. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  80. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  81.  
  82.  
  83. A detailed walkthrough of the error, its code path and all known details is as follows:
  84. ---------------------------------------------------------------------------------------
  85.  
  86. -- System Details --
  87. Details:
  88. Minecraft Version: 1.12.2
  89. Operating System: Windows 10 (amd64) version 10.0
  90. Java Version: 1.8.0_51, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 1779297016 bytes (1696 MB) / 5838471168 bytes (5568 MB) up to 7516192768 bytes (7168 MB)
  93. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  94. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  95. FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 157 mods loaded, 157 mods active
  96. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  97.  
  98. | State | ID | Version | Source | Signature |
  99. |:----- |:----------------------------------- |:------------------------ |:-------------------------------------------------------- |:---------------------------------------- |
  100. | LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
  101. | LCHIJ | mcp | 9.42 | minecraft.jar | None |
  102. | LCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  103. | LCHIJ | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  104. | LCHIJ | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  105. | LCHIJ | micdoodlecore | | minecraft.jar | None |
  106. | LCHIJ | dsurroundcore | 3.5.4.3 | minecraft.jar | None |
  107. | LCHIJ | deconstruction | 3.0.4 | [MC1.12.2]DeconTable-3.0.4.jar | None |
  108. | LCHIJ | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build79.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  109. | LCHIJ | aether | 0.2.2 | aether_ii-1.12.2-0.2.2+build79-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  110. | LCHIJ | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None |
  111. | LCHIJ | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  112. | LCHIJ | apotheosis | 1.10.2 | Apotheosis-1.12.2-1.10.2.jar | None |
  113. | LCHIJ | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  114. | LCHIJ | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80 (2).jar | None |
  115. | LCHIJ | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None |
  116. | LCHIJ | quark | r1.5-168 | Quark-r1.5-168.jar | None |
  117. | LCHIJ | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None |
  118. | LCHIJ | backups | 1.4.5 | Backups-1.12.2-1.4.5.jar | None |
  119. | LCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  120. | LCHIJ | baubleshud | 5.0.2 | BaublesHud-1.12.2-5.0.2.jar | None |
  121. | LCHIJ | betterslabsmod | 0.0.7 | Better+Slabs+Mod+[0.0.7].jar | None |
  122. | LCHIJ | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  123. | LCHIJ | better_diving | 1.3.91 | BetterDiving-1.12.2-1.3.91.jar | None |
  124. | LCHIJ | forgelin | 1.8.3 | Forgelin-1.8.3 (3).jar | None |
  125. | LCHIJ | betterfoliage | 2.2.0 | BetterFoliage-MC1.12-2.2.0.jar | None |
  126. | LCHIJ | betternether | 0.1.8.3 | betternether-0.1.8.3.jar | None |
  127. | LCHIJ | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  128. | LCHIJ | botania | r1.10-360 | Botania+r1.10-360.jar | None |
  129. | LCHIJ | bountiful | 2.2.0 | Bountiful-2.2.0.jar | None |
  130. | LCHIJ | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  131. | LCHIJ | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  132. | LCHIJ | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  133. | LCHIJ | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  134. | LCHIJ | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  135. | LCHIJ | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  136. | LCHIJ | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  137. | LCHIJ | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  138. | LCHIJ | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1 (1).jar | None |
  139. | LCHIJ | champions | 1.12.2-1.0.9 | champions-1.12.2-1.0.9.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  140. | LCHIJ | chancecubes | 1.12.2-4.0.0.271 | ChanceCubes-1.12.2-4.0.0.271.jar | None |
  141. | LCHIJ | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  142. | LCHIJ | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  143. | LCHIJ | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal (1).jar | None |
  144. | LCHIJ | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  145. | LCHIJ | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  146. | LCHIJ | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  147. | LCHIJ | tconstruct | 1.12.2-2.12.0.156 | TConstruct-1.12.2-2.12.0.156.jar | None |
  148. | LCHIJ | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  149. | LCHIJ | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
  150. | LCHIJ | coroutil | 1.12.1-1.2.31 | coroutil-1.12.1-1.2.31.jar | None |
  151. | LCHIJ | configmod | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
  152. | LCHIJ | corpse | 1.12.2-1.0.2 | corpse-1.12.2-1.0.2.jar | None |
  153. | LCHIJ | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  154. | LCHIJ | cosmiclib | 0.4.0 | CosmicLib-1.12.2-0.4.0.BETA.jar | d3974446c00f9f1d275edce305771eeddf30c658 |
  155. | LCHIJ | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  156. | LCHIJ | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None |
  157. | LCHIJ | gottschcore | 1.7.0 | GottschCore-mc1.12.2-f14.23.5.2768-v1.7.0.jar | None |
  158. | LCHIJ | dungeons2 | 1.7.1 | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.1.jar | None |
  159. | LCHIJ | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
  160. | LCHIJ | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
  161. | LCHIJ | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
  162. | LCHIJ | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
  163. | LCHIJ | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
  164. | LCHIJ | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
  165. | LCHIJ | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
  166. | LCHIJ | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
  167. | LCHIJ | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
  168. | LCHIJ | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
  169. | LCHIE | dynamictrees | 1.12.2-0.9.5 | DynamicTrees-1.12.2-0.9.5.jar | None |
  170. | LCHI | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  171. | LCHI | enderutilities | 0.7.12 | enderutilities-1.12.2-0.7.12.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  172. | LCHI | epicsiegemod | 13.164 | EpicSiegeMod-13.164.jar | None |
  173. | LCHI | erebus | 1.0.30 | Erebus-1.0.30.jar | None |
  174. | LCHI | eyesinthedarkness | 0.0.5 | EyesInTheDarkness-0.0.5.jar | None |
  175. | LCHI | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
  176. | LCHI | farseek | 2.3.2 | Farseek-1.12-2.3.2 (2).jar | None |
  177. | LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  178. | LCHI | fertilization | 1.0.7 | Fertilization_1.12.2-1.0.7 (1).jar | None |
  179. | LCHI | foodexpansion | 1.3 | Food-Expansion-Mod-1.12.2.jar | None |
  180. | LCHI | galacticraftcore | 4.0.2.211 | GalacticraftCore-1.12.2-4.0.2.211 (2).jar | None |
  181. | LCHI | galacticraftplanets | 4.0.2.211 | Galacticraft-Planets-1.12.2-4.0.2.211 (1).jar | None |
  182. | LCHI | generaldisasters | 1.0 | generaldisasters-1.0.jar | None |
  183. | LCHI | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1 (1).jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  184. | LCHI | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0 (1).jar | None |
  185. | LCHI | globalxp | v1.4.5 | globalxp-1.12.2-v1.4.5.jar | None |
  186. | LCHI | globe | 0.0.1 | Globe-1.12.2-0.0.1.jar | None |
  187. | LCHI | hammercore | 2.0.5.0 | HammerCore-1.12.2-2.0.5.0.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  188. | LCHI | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  189. | LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2 (2).jar | None |
  190. | LCHI | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  191. | LCHI | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
  192. | LCHI | improvableskills | 3.6.3r | ImprovableSkills-1.12.2-3.6.3r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  193. | LCHI | infernalmobs | 1.7.6 | InfernalMobs-1.12.1.jar | None |
  194. | LCHI | inventorypets | 2.0.1 | inventorypets-1.12-2.0.1 (1).jar | None |
  195. | LCHI | jojobadv | 1.0.0 | JojoBAdv-1.0.0-1.12.2 (4).jar | None |
  196. | LCHI | journeymap | 1.12.2-5.5.5b7 | journeymap-1.12.2-5.5.5b7.jar | None |
  197. | LCHI | levelup2 | ${version} | Level Up! 2-1.1.22-1.12.jar | None |
  198. | LCHI | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
  199. | LCHI | lucky | 7.6.0 | Lucky-Block-Mod-1.12.2.zip | None |
  200. | LCHI | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  201. | LCHI | lycanitesmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  202. | LCHI | arcticmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  203. | LCHI | demonmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  204. | LCHI | desertmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  205. | LCHI | elementalmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  206. | LCHI | forestmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  207. | LCHI | freshwatermobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  208. | LCHI | infernomobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  209. | LCHI | junglemobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  210. | LCHI | mountainmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  211. | LCHI | plainsmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  212. | LCHI | saltwatermobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  213. | LCHI | shadowmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  214. | LCHI | swampmobs | 1.21.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-1.21.0.0.jar | None |
  215. | LCHI | mekanism | 1.12.2-9.8.0.381 | Mekanism-1.12.2-9.8.0.381.jar | None |
  216. | LCHI | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
  217. | LCHI | multimine | 1.6.0 | MultiMine-1.12.2.jar | None |
  218. | LCHI | mw | 1.11.7.7 | mw-1.11.7.7_mc1.12.2 (4).jar | None |
  219. | LCHI | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  220. | LCHI | oldcombat | 1.0.0 | OldCombat-1.12.2-v1.0.0.jar | None |
  221. | LCHI | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  222. | LCHI | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  223. | LCHI | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
  224. | LCHI | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2 (1).jar | None |
  225. | LCHI | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0 (1).jar | None |
  226. | LCHI | ruins | 17.1 | Ruins-1.12.2.jar | None |
  227. | LCHI | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  228. | LCHI | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None |
  229. | LCHI | scalinghealth | 1.3.36 | ScalingHealth-1.12.2-1.3.36+140.jar | None |
  230. | LCHI | scp | 2.1.1 | SCP+Lockdown-1.12.2-2.1.1-beta.jar | None |
  231. | LCHI | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal (1).jar | None |
  232. | LCHI | tickratechanger | 1.0.14 | TickrateChanger-Mod-1.12.2.jar | None |
  233. | LCHI | sleepingoverhaul | 1.0.0 | SleepingOverhaul-1.12.2-1.0.0.jar | d3974446c00f9f1d275edce305771eeddf30c658 |
  234. | LCHI | soundphysics | 1.0.4 | Sound-Physics-1.12.2.jar | None |
  235. | LCHI | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
  236. | LCHI | stellarapi | 1.12.2-0.4.2.6 | Stellar+API-1.12.2-0.4.2.6.jar | None |
  237. | LCHI | stellarsky | 1.12.2-0.5.2.8 | Stellar+Sky-1.12.2-0.5.2.8.jar | None |
  238. | LCHI | streams | 0.4.7 | Streams-1.12-0.4.7 (1).jar | None |
  239. | LCHI | sync | 7.1.0 | Sync-1.12.2-7.1.0 (1).jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  240. | LCHI | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  241. | LCHI | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  242. | LCHI | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal (1).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  243. | LCHI | thutcore | 5.21.0 | thutcore-1.12.2-5.21.0.jar | None |
  244. | LCHI | thutcore_compat | 1.0 | thutcore-1.12.2-5.21.0.jar | None |
  245. | LCHI | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None |
  246. | LCHI | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  247. | LCHI | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal (1).jar | None |
  248. | LCHI | treasure2 | 1.3.0 | Treasure2-mc1.12.2-f14.23.5.2768-v1.3.0.jar | None |
  249. | LCHI | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  250. | LCHI | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
  251. | LCHI | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
  252. | LCHI | worleycaves | 1.4.1 | worleycaves-1.4.1.jar | None |
  253. | LCHI | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  254. | LCHI | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2 (1).jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  255. | LCHI | dsurround | 3.5.4.3 | DynamicSurroundings-1.12.2-3.5.4.3 (2).jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  256. | LCHI | thebetweenlands | 3.4.9 | TheBetweenlands-3.4.9-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  257.  
  258. Loaded coremods (and transformers):
  259. Quark Plugin (Quark-r1.5-168.jar)
  260. vazkii.quark.base.asm.ClassTransformer
  261. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  262. thebetweenlands.core.TheBetweenlandsClassTransformer
  263. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  264. squeek.applecore.asm.TransformerModuleHandler
  265. ForgelinPlugin (Forgelin-1.8.3 (3).jar)
  266.  
  267. ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  268. shadows.ApotheosisTransformer
  269. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  270. lumien.bloodmoon.asm.ClassTransformer
  271. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  272. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  273. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  274. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal (1).jar)
  275. sereneseasons.asm.transformer.EntityRendererTransformer
  276. sereneseasons.asm.transformer.WorldTransformer
  277. CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  278.  
  279. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211 (2).jar)
  280. micdoodle8.mods.miccore.MicdoodleTransformer
  281. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  282.  
  283. MMFMLCorePlugin (MultiMine-1.12.2.jar)
  284. atomicstryker.multimine.common.fmlmagic.MMTransformer
  285. FarseekCoreMod (Farseek-1.12-2.3.2 (2).jar)
  286. farseek.core.FarseekClassTransformer
  287. MekanismCoremod (Mekanism-1.12.2-9.8.0.381.jar)
  288. mekanism.coremod.KeybindingMigrationHelper
  289. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  290. mods.betterfoliage.loader.BetterFoliageTransformer
  291. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  292. lumien.hardcoredarkness.asm.ClassTransformer
  293. HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  294. com.zeitheron.hammercore.asm.HammerCoreTransformer
  295. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  296.  
  297. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  298. org.orecruncher.dsurround.asm.Transformer
  299. DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  300. atomicstryker.dynamiclights.common.DLTransformer
  301. TickrateChanger (TickrateChanger-Mod-1.12.2.jar)
  302. me.guichaguri.tickratechanger.TickrateTransformer
  303. CoreModLoader (Sound-Physics-1.12.2.jar)
  304. com.sonicether.soundphysics.CoreModInjector
  305. weaponlib (mw-1.11.7.7_mc1.12.2 (4).jar)
  306. com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
  307. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.60' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  308. Pulsar/tconstruct loaded Pulses:
  309. - TinkerCommons (Enabled/Forced)
  310. - TinkerWorld (Enabled/Not Forced)
  311. - TinkerTools (Enabled/Not Forced)
  312. - TinkerHarvestTools (Enabled/Forced)
  313. - TinkerMeleeWeapons (Enabled/Forced)
  314. - TinkerRangedWeapons (Enabled/Forced)
  315. - TinkerModifiers (Enabled/Forced)
  316. - TinkerSmeltery (Enabled/Not Forced)
  317. - TinkerGadgets (Enabled/Not Forced)
  318. - TinkerOredict (Enabled/Forced)
  319. - TinkerIntegration (Enabled/Forced)
  320. - TinkerFluids (Enabled/Forced)
  321. - TinkerMaterials (Enabled/Forced)
  322. - TinkerModelRegister (Enabled/Forced)
  323. - wailaIntegration (Enabled/Not Forced)
  324.  
  325. Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
  326. OreDictionary Info: Registered 1035 names; 1645 stacks.
  327. Pastebin Connection: Okay.
  328. Dependent Mods:
  329. -Improvable Skills (improvableskills) @3.6.3r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement