Advertisement
dsound

Untitled

Dec 23rd, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)
  5. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  6. RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
  7. ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
  8. MovingWorldCore (movingworld-1.12-6.353-full.jar)
  9. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
  10. PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
  11. Quark Plugin (Quark-r1.6-179.jar)
  12. iceandfire (iceandfire-1.9.1-1.12.2.jar)
  13. EntityCullingPlugin (EntityCulling-1.12.2-6.4.1.jar)
  14. StackUpCore (StackUp-0.2.5.jar)
  15. ratscore (rats-3.2.14-1.12.2.jar)
  16. TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  17. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
  18. 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.15-1.12.2.jar)
  19. SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  20. ForgelinPlugin (Forgelin-1.8.4.jar)
  21. midnight (themidnight-0.3.5.jar)
  22. FutureMC (future-mc-0.2.11.jar)
  23. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  24. Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
  25. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  26. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
  27. DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
  28. DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  29. Contact their authors BEFORE contacting forge
  30.  
  31. // Uh... Did I do that?
  32.  
  33. Time: 12/23/23 10:12 AM
  34. Description: There was a severe problem during mod loading that has caused the game to fail
  35.  
  36. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  37. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  38. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  39. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:497)
  42. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  43. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  44. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  45. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  46. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  47. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  49. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  50. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:497)
  55. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  56. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  57. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  58. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  59. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  60. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  61. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  62. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  63. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  64. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  65. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  66. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  67. at net.minecraft.client.main.Main.main(SourceFile:123)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  71. at java.lang.reflect.Method.invoke(Method.java:497)
  72. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  73. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  74. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  75. at java.lang.Class.getDeclaredConstructors0(Native Method)
  76. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  77. at java.lang.Class.getConstructor0(Class.java:3075)
  78. at java.lang.Class.getConstructor(Class.java:1825)
  79. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  80. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  81. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  82. ... 36 more
  83. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  84. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  85. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  86. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  87. ... 43 more
  88. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  89. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
  90. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
  91. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
  92. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  93. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  94. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  95. ... 45 more
  96. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json
  97. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
  98. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
  99. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
  100. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
  101. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
  102. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
  103. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
  104. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
  105. ... 50 more
  106.  
  107.  
  108. A detailed walkthrough of the error, its code path and all known details is as follows:
  109. ---------------------------------------------------------------------------------------
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.12.2
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_51, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 768160872 bytes (732 MB) / 1892679680 bytes (1805 MB) up to 3817865216 bytes (3641 MB)
  118. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
  119. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  120. FML: MCP 9.42 Powered by Forge 14.23.5.2860 171 mods loaded, 171 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122.  
  123. | State | ID | Version | Source | Signature |
  124. |:----- |:-------------------------------------------- |:------------------------------- |:----------------------------------------------------- |:---------------------------------------- |
  125. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  126. | LC | mcp | 9.42 | minecraft.jar | None |
  127. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  128. | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  129. | LC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  130. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  131. | LC | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar.jar | None |
  132. | LC | charcoalblock | 1.1 | A Block of Charcoal-1.2.jar | None |
  133. | LC | flintblock | 1.0 | A Block of Flint-1.0.jar | None |
  134. | LC | stackup | 0.2.5 | StackUp-0.2.5.jar | None |
  135. | LC | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
  136. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  137. | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  138. | LC | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
  139. | LC | aether_legacy_addon | 1.12.2-v1.3.0 | Aether Continuation v1.3.0.jar | None |
  140. | LC | ageofweapons | 0.13.5 | Age of Weapons 1.12.2 (v.0.13.5).jar | None |
  141. | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  142. | LC | applesplus | 2.0 | Apples+2.1.jar | None |
  143. | LC | charset | 0.5.6.6 | Charset-Lib-0.5.6.6.jar | None |
  144. | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
  145. | LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
  146. | LC | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
  147. | LC | artifacts | 1.12.2-1.2.3 | Artifacts-1.12.2-1.2.3.jar | None |
  148. | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None |
  149. | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  150. | LC | backstab | 1.0.3.2 | backstab-1.12.2-1.0.3.2.jar | None |
  151. | LC | bettersleeping | 1.0.0 | Better-Sleeping.jar | None |
  152. | LC | betterburning | 0.9.2 | BetterBurning-1.12.2-0.9.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  153. | LC | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
  154. | LC | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
  155. | LC | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  156. | LC | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
  157. | LC | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
  158. | LC | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |
  159. | LC | bewitchment | 0.22.63 | bewitchment-1.12.2-0.0.22.64.jar | None |
  160. | LC | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
  161. | LC | byg | 1.7.1 | BiomesYouGo1.7.1.jar | None |
  162. | LC | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
  163. | LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  164. | LE | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  165. | L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
  166. | L | mysticalworld | 1.12.2-1.11.0 | mysticalworld-1.12.2-1.11.0.jar | None |
  167. | L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
  168. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  169. | L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
  170. | L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  171. | L | bloodarsenal | 1.12.2-2.2.2-31 | BloodArsenal-1.12.2-2.2.2-31.jar | None |
  172. | L | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | None |
  173. | L | bloodtinker | 1.0.5 | bloodtinker-1.0.5.jar | None |
  174. | L | bi | 1.0 | BlueIceV1.0(1.12.2).jar | None |
  175. | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None |
  176. | L | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
  177. | L | bouncy_creepers | 0.0.4 | BouncyCreepers-0.0.4.jar | None |
  178. | L | bountifulbaubles | 0.0.1 | Bountiful Baubles-1.12.2-0.1.8.jar | None |
  179. | L | caves_and_cliffs | 1.0.9 | CC(FG1.12.2) 1.0.9.jar | None |
  180. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  181. | L | clearwater | 1.2 | clearwater-1.2.jar | None |
  182. | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  183. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  184. | L | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
  185. | L | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
  186. | L | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  187. | L | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
  188. | L | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  189. | L | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | None |
  190. | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  191. | L | customspawner | 3.11.4 | CustomMobSpawner-3.11.5.jar | None |
  192. | L | movingworld | 1.12-6.353 | movingworld-1.12-6.353-full.jar | None |
  193. | L | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
  194. | L | disenchanter | 1.8 | disenchanter[1.12]1.8.jar | None |
  195. | L | doubleslabs | 0.12.2 | DoubleSlabs-1.12-0.12.2.jar | None |
  196. | L | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None |
  197. | L | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
  198. | L | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
  199. | L | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
  200. | L | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
  201. | L | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
  202. | L | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
  203. | L | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
  204. | L | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
  205. | L | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
  206. | L | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
  207. | L | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | None |
  208. | L | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | None |
  209. | L | ebwizardry | 4.3.11 | ElectroblobsWizardry-4.3.11.jar | None |
  210. | L | enchantedgoldenapplecrafting | 1.0.1 | enchantedgoldenapplecrafting-1.0.1.jar | None |
  211. | L | examplemod | 1.0 | enchantedgoldenapplecrafting-1.0.1.jar | None |
  212. | L | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
  213. | L | endreborn | 0.3.8 | EndReborn [0.3.9].jar | None |
  214. | L | renderlib | 1.3.3 | RenderLib-1.12.2-1.3.3.jar | None |
  215. | L | entityculling | 6.4.1 | EntityCulling-1.12.2-6.4.1.jar | None |
  216. | L | epicsiegemod | 13.167 | EpicSiegeMod-13.167.jar | None |
  217. | L | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
  218. | L | minerva | 1.0.13 | minerva-library-1.0.13.jar | None |
  219. | L | extraalchemy | 0.5.4 | extraalchemy-forge-1.12-build11-0.5.4.jar | None |
  220. | L | extracreatures | 1.3.7 | ExtraCreatures-[1.12.2]--1.3.7.jar | None |
  221. | L | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
  222. | L | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
  223. | L | extra_spells | 1.2.0 | ExtraSpells-1.12.2-1.2.0.jar | None |
  224. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  225. | L | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  226. | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  227. | L | mod_lavacow | 1.4.0 | Fish's Undead Rising-1.4.0.jar | None |
  228. | L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
  229. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  230. | L | fossil | 8.0.5 | fossilsarcheology-8.0.6.jar | None |
  231. | L | iceologer | 1.5.2 | Frozen-Fiend-1.5.2.jar | None |
  232. | L | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
  233. | L | grapplemod | 1.12.2-v13 | grappling_hook_mod-1.12.2-v13.jar | None |
  234. | L | howlingmoon | 0.9 | howlingmoon-1.12.2-0.9.jar | None |
  235. | L | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
  236. | L | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
  237. | L | iymts_mod | 1.12.2-0.0.6 | iYAMATOs_mod_1.12.2-0.0.6.jar | None |
  238. | L | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
  239. | L | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  240. | L | jeid | 1.0.4-SNAPSHOT | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar | None |
  241. | L | keepinginventory | 2.4 | KeepingInventory-1.12.2-2.4.jar | None |
  242. | L | herobrine | 0.5.4 | LegendOfHerobrine-1.12.2-0.5.4.jar | None |
  243. | L | libraryex | 1.2.2 | LibraryEx-1.12.2-1.2.2.jar | None |
  244. | L | lost_aether | 1.0.2 | lost-aether-content-1.12.2-1.0.2.jar | None |
  245. | L | moremobss | 1.0.0 | More Mobs 1.12.2.jar | None |
  246. | L | morelibs | 1.2.2 | morelibs-1.12.2-1.2.2.jar | None |
  247. | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  248. | L | moveplus | 1.12.1-2.4.6 | moveplus-1.12.1-2.4.6.jar | None |
  249. | L | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  250. | L | mutantmobs | 1.0.1 | Mutant Mobs V1.0.1.jar | None |
  251. | L | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
  252. | L | naturalbabyanimals | 1.2.2 | naturalbabyanimals-1.2.2-mc1.12.x.jar | None |
  253. | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
  254. | L | netherex | 2.2.5 | NetherEx-1.12.2-2.2.5.jar | None |
  255. | L | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
  256. | L | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
  257. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
  258. | L | particleculling | v1.4.1 | particleculling-1.12.2-v1.4.1.jar | None |
  259. | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
  260. | L | pi | 4.0.0 | Potion Icon Remover-1.12-4.0.0.jar | None |
  261. | L | potionfingers | r1.0-8 | PotionFingers-r1.0-8.jar | None |
  262. | L | prehistoricspawns | 2.0 | prehistoricspawns-2.1.jar | None |
  263. | L | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  264. | L | pvj | 1.6.4 | ProjectVibrantJourneys-1.12.2-1.6.4.jar | None |
  265. | L | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
  266. | L | rats | 3.2.14 | rats-3.2.14-1.12.2.jar | None |
  267. | L | additionalstructures | 2.5.0 | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None |
  268. | L | sbmlizarddogo | 1.12.2-1.0.0.20190112155428 | SBM-Lizard-Dogo-1.12.2-1.0.0.jar | None |
  269. | L | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
  270. | L | snowrealmagic | 0.7.1 | SnowRealMagic-1.12.2-0.7.1.jar | None |
  271. | L | somanyenchantments | 0.5.5 | SoManyEnchantments-0.5.5.jar | None |
  272. | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  273. | L | supertnt | 1.0.1 | Super-TNT-Mod-1.12.2.jar | None |
  274. | L | tetra | 0.39.1 | tetra-1.12.2-0.39.1.jar | None |
  275. | L | tfspellpack | 1.1.0 | TFSpellPack-1.1.0-MC1.12.2.jar | None |
  276. | L | theaurorian | 1.12.2-Release | theaurorian-1.12.2-release-may3021.jar | None |
  277. | L | thesummoner | 1.0.1-beta | thesummoner-1.0.1.jar | None |
  278. | L | torchslabmod | v1.5.2 | torchslabmod-1.12.2-v1.5.2.jar | None |
  279. | L | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
  280. | L | undergroundbiomes | 1.3.14 | UndergroundBiomesConstructs-1.12-1.3.14.jar | None |
  281. | L | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  282. | L | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  283. | L | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.3.0.jar | None |
  284. | L | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  285. | L | wildnetherwart | 3.0 | wild_netherwart-1.12.2-v1.3.jar | None |
  286. | L | wolfarmor | 3.8.0 | WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar | None |
  287. | L | xpfromharvest | 1.2.0 | XPFromHarvest-1.12.2-1.2.0.jar | None |
  288. | L | yoyos | 1.12.2-1.3.3.25 | yoyos_1.12.2-1.3.3.25.jar | None |
  289. | L | zawa | 1.12.2-2.1.3 | zawa-1.12.2-2.1.3.jar | None |
  290. | L | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
  291. | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
  292. | L | phosphor-lighting | 1.12.2-0.2.7 | phosphor-forge-mc1.12.2-0.2.7-universal.jar | None |
  293. | L | thebetweenlands | 3.9.6 | TheBetweenlands-3.9.6-universal.jar | None |
  294. | L | midnight | 0.3.5 | themidnight-0.3.5.jar | None |
  295. | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
  296.  
  297. Loaded coremods (and transformers):
  298. WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)
  299.  
  300. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  301. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  302. RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
  303. meldexun.renderlib.asm.RenderLibClassTransformer
  304. ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
  305.  
  306. MovingWorldCore (movingworld-1.12-6.353-full.jar)
  307.  
  308. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
  309.  
  310. PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
  311.  
  312. Quark Plugin (Quark-r1.6-179.jar)
  313. vazkii.quark.base.asm.ClassTransformer
  314. iceandfire (iceandfire-1.9.1-1.12.2.jar)
  315. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  316. EntityCullingPlugin (EntityCulling-1.12.2-6.4.1.jar)
  317. meldexun.entityculling.asm.EntityCullingClassTransformer
  318. StackUpCore (StackUp-0.2.5.jar)
  319. pl.asie.stackup.core.StackUpTransformer
  320. ratscore (rats-3.2.14-1.12.2.jar)
  321. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  322. TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  323.  
  324. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
  325. thebetweenlands.core.TheBetweenlandsClassTransformer
  326. 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.15-1.12.2.jar)
  327. pl.asie.foamfix.coremod.FoamFixTransformer
  328. SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  329. com.Shultrea.Rin.Transformer.SMEASM
  330. ForgelinPlugin (Forgelin-1.8.4.jar)
  331.  
  332. midnight (themidnight-0.3.5.jar)
  333. com.mushroom.midnight.core.transformer.MidnightClassTransformer
  334. FutureMC (future-mc-0.2.11.jar)
  335. thedarkcolour.futuremc.asm.CoreTransformer
  336. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  337. team.chisel.ctm.client.asm.CTMTransformer
  338. Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
  339.  
  340. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  341. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  342. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  343. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
  344. org.dimdev.jeid.JEIDTransformer
  345. DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
  346. cjminecraft.doubleslabs.client.asm.ClassTransformer
  347. DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  348. atomicstryker.dynamiclights.common.DLTransformer
  349. GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.4146' Renderer: 'Intel(R) UHD Graphics 770'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement