1. ---- Minecraft Crash Report ----
  2. // Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
  3. // Who set us up the TNT?
  4. Time: 2026-01-05 15:39:14 MSK
  5. Description: Exception in server tick loop
  6. java.lang.NoClassDefFoundError: com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld
  7. at com.dhanantry.scapeandrunparasites.util.handlers.SRPEventHandlerBus.serverTick(SRPEventHandlerBus.java:961)
  8. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1017_SRPEventHandlerBus_serverTick_ServerTickEvent.invoke(.dynamic)
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  10. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  11. at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279)
  12. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:657)
  13. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:279)
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  15. at java.lang.Thread.run(Thread.java:745)
  16. Caused by: java.lang.ClassNotFoundException: com.dhanantry.scapeandrunparasites.util.ParasiteEventWorld
  17. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  19. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  20. ... 9 more
  21. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  22. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:406)
  23. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240)
  24. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208)
  25. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71)
  26. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  27. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  28. ... 11 more
  29. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.srpmixins.srp.stopinfestedbeckondespawn.json:StopInfestedBeckonDespawn from owner unknown-owner] from phase [DEFAULT] in config [mixins.srpmixins.srp.stopinfestedbeckondespawn.json] FAILED during APPLY
  30. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:665)
  31. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:615)
  32. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:393)
  33. ... 16 more
  34. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld::srpmixins_stopInfestedBeckonDespawn with priority 1000 cannot inject into com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld::canInfestBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;IZ)V merged by srpmixins.mixin.deterrenttweaks.InfestationOverhaul with priority 1000 [INJECT_PREPARE Applicator Phase -> mixins.srpmixins.srp.stopinfestedbeckondespawn.json:StopInfestedBeckonDespawn from owner unknown-owner -> Prepare Injections -> wrapWithCondition$bhc000$srpmixins_stopInfestedBeckonDespawn(Lcom/dhanantry/scapeandrunparasites/entity/monster/deterrent/nexus/EntityVenkrol;Z)Z -> Prepare -> -> { target: canInfestBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;IZ)V }]
  35. at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:312)
  36. at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:248)
  37. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:475)
  38. at com.llamalad7.mixinextras.injector.v2.WrapWithConditionInjectionInfo.prepare(WrapWithConditionInjectionInfo.java:27)
  39. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
  40. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
  41. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
  42. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
  43. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
  44. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
  45. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377)
  46. ... 16 more
  47. (MixinBooter) Mixins in Stacktrace:
  48. com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld:
  49. srpmixins.mixin.deterrenttweaks.StopInfestedBeckonDespawn (mixins.srpmixins.srp.stopinfestedbeckondespawn.json) [unknown-owner]
  50. srpmixins.mixin.deterrenttweaks.InfestationOverhaul (mixins.srpmixins.srp.infestationoverhaul.json) [unknown-owner]
  51. srpmixins.mixin.parabiome.BiomeSpreadOverhaul (mixins.srpmixins.srp.biomespreadoverhaul.json) [unknown-owner]
  52. srpmixins.mixin.customphases.ParasiteEventWorldMixin (mixins.srpmixins.customphasemechanics.json) [unknown-owner]
  53. srpmixins.mixin.deterrenttweaks.ReduceInfestedGrassSpawnrate (mixins.srpmixins.srp.infestedgrassrarity.json) [unknown-owner]
  54. srpmixins.mixin.parabiome.SendBiomePacket (mixins.srpmixins.srp.biomepacket.json) [unknown-owner]
  55. InvalidInjectionException:
  56. @At("INVOKE") on com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld::srpmixins_stopInfestedBeckonDespawn with priority 1000 cannot inject into com/dhanantry/scapeandrunparasites/util/ParasiteEventWorld::canInfestBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;IZ)V merged by srpmixins.mixin.deterrenttweaks.InfestationOverhaul with priority 1000 [INJECT_PREPARE Applicator Phase -> mixins.srpmixins.srp.stopinfestedbeckondespawn.json:StopInfestedBeckonDespawn from owner unknown-owner -> Prepare Injections -> wrapWithCondition$bhc000$srpmixins_stopInfestedBeckonDespawn(Lcom/dhanantry/scapeandrunparasites/entity/monster/deterrent/nexus/EntityVenkrol;Z)Z -> Prepare -> -> { target: canInfestBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;IZ)V }]
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59. -- System Details --
  60. Minecraft Version: 1.12.2
  61. Operating System: Windows 10 (amd64) version 10.0
  62. Java Version: 1.8.0_51, Oracle Corporation
  63. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  64. Memory: 897654528 bytes (856 MB) / 1610612736 bytes (1536 MB) up to 17179869184 bytes (16384 MB)
  65. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  66. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  67. FML: MCP 9.42 LoliASM 5.30 VintageFix 0.6.2 Powered by Forge 14.23.5.2864 Optifine OptiFine_1.12.2_HD_U_G5 117 mods loaded, 117 mods active
  68. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  69. | State | ID | Version | Source | Signature |
  70. |:------ |:--------------------- |:------------------ |:------------------------------------------------------------ |:---------------------------------------- |
  71. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  72. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  73. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2864.jar | None |
  74. | LCHIJA | forge | 14.23.5.2864 | forge-1.12.2-14.23.5.2864.jar | None |
  75. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  76. | LCHIJA | mixinbooter | 10.7 | minecraft.jar | None |
  77. | LCHIJA | biometweakercore | 1.0.39 | minecraft.jar | None |
  78. | LCHIJA | configanytime | 3.0 | !configanytime-3.0.jar | None |
  79. | LCHIJA | redcore | 0.7 | !Red-Core-MC-1.8-1.12-0.7.jar | None |
  80. | LCHIJA | hide_key_binding | 1.0.0.4 | [MC-1.12.2] Hide Key Binding v1.0.0.4 - 2024-12-15.jar | None |
  81. | LCHIJA | fermiumbooter | 1.4.1 | `FermiumBooter-1.4.1.jar | None |
  82. | LCHIJA | advanced_darkness | 1.5 | advanced_darkness-1.12.2-1.5.jar | None |
  83. | LCHIJA | alfheim | 1.6 | Alfheim-1.6.jar | None |
  84. | LCHIJA | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
  85. | LCHIJA | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.6.3.jar | None |
  86. | LCHIJA | aquaacrobatics | 1.15.4 | AquaAcrobatics-1.15.4.jar | None |
  87. | LCHIJA | carrots | 1.0.0b1 | carrotslib-mc1.12.2-1.0.0b1.jar | None |
  88. | LCHIJA | armorunder | 1.0.0 | armorunder-mc1.12.2-1.0.0.jar | None |
  89. | LCHIJA | atlaslib | 1.1.9 | Atlas-Lib-1.12.2-1.1.9.jar | None |
  90. | LCHIJA | B3M | 1.12.2-20 | B3M-1.12.2-20.jar | None |
  91. | LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.711.jar | None |
  92. | LCHIJA | mtlib | 3.0.7 | MTLib-3.0.7.jar | None |
  93. | LCHIJA | modtweaker | 4.0.19 | modtweaker-4.0.20.11.jar | None |
  94. | LCHIJA | jei | 4.29.14 | HadEnoughItems_1.12.2-4.29.14.jar | None |
  95. | LCHIJA | base | 3.14.0 | base-1.12.2-3.14.0.jar | None |
  96. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  97. | LCHIJA | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
  98. | LCHIJA | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
  99. | LCHIJA | biometweaker | 3.2.369 | BiomeTweaker-1.12.2-3.2.369.jar | 631f326344f7f5fd7df7eb940760ebd52b7c9c17 |
  100. | LCHIJA | bountifulbaubles | 0.0.1 | Bountiful+Baubles-1.12.2-0.1.8.jar | None |
  101. | LCHIJA | mousetweaks | 3.1.5 | mousetweaks-1.12.2-3.1.5.jar | None |
  102. | LCHIJA | bundles | 1.2.3 | Bundles-1.2.3.jar | None |
  103. | LCHIJA | campfire | 1.1.6 | Campfire-v1.1.6-mc1.12.2.jar | None |
  104. | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
  105. | LCHIJA | immersiveintelligence | 0.3.0 | immersiveintelligence-0.3.0.jar | None |
  106. | LCHIJA | cfb | 1.0 | cfb-1.1.jar | None |
  107. | LCHIJA | collisiondamage | 1.2.2 | CollisionDamage-1.2.2.jar | None |
  108. | LCHIJA | contentcreator | 1.3.6-9 | ContentCreator-1.3.96.jar | None |
  109. | LCHIJA | zenutils | 1.26.11 | zenutils-1.26.11.jar | None |
  110. | LCHIJA | contenttweaker | 1.12.2-4.10.0 | ContentTweaker-1.12.2-4.10.0.jar | None |
  111. | LCHIJA | fantasticlib | 1.12.2.070 | FantasticLib-1.12.2.070.jar | None |
  112. | LCHIJA | controlledburn | 1.12.2.024 | Controlled Burn-1.12.2.024.jar | None |
  113. | LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  114. | LCHIJA | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
  115. | LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
  116. | LCHIJA | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None |
  117. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.711.jar | None |
  118. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.711.jar | None |
  119. | LCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None |
  120. | LCHIJA | crossbows | 1.1.0b | Crossbows-Backport-1.12.2-1.1.1.jar | None |
  121. | LCHIJA | cii | 1.0.1 | CustomItemInteractions-1.12.2-1.0.1.jar | None |
  122. | LCHIJA | deadlyworld | 1.1.1_for_mc1.12.2 | deadlyworld-1.1.1_for_mc1.12.2.jar | None |
  123. | LCHIJA | deeperdepths | 1.1.0c | Deeper-Depths-1.12.2-1.1.0c.jar | None |
  124. | LCHIJA | dynaores | 1.0.4a | Dynamic-Raw-Ores-1.12.2-1.0.4a.jar | None |
  125. | LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
  126. | LCHIJA | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  127. | LCHIJA | dsurround | @VERSION@ | DynamicSurroundings-1.12.2-3.6.3.jar | None |
  128. | LCHIJA | editableedibles | 1.3.3 | EditableEdibles-1.3.3.jar | None |
  129. | LCHIJA | enhancedvisuals | 1.3.0 | EnhancedVisuals_v1.4.4_mc1.12.2.jar | None |
  130. | LCHIJA | renderlib | 1.4.5 | RenderLib-1.12.2-1.4.5.jar | None |
  131. | LCHIJA | entityculling | 6.5.0 | EntityCulling-1.12.2-6.5.0.jar | None |
  132. | LCHIJA | exhaustedstamina | 1.2 | exhaustedstamina-1.2.jar | None |
  133. | LCHIJA | konkrete | 1.6.1 | konkrete_forge_1.6.1_MC_1.12-1.12.2.jar | None |
  134. | LCHIJA | fancymenu | 2.14.9 | fancymenu_forge_2.14.9_MC_1.12-1.12.2.jar | None |
  135. | LCHIJA | com.boydti.fawe | 3.5.1 | FastAsyncWorldEdit-forge112-25.10.06-fb8a81c-1289-22.4.3.jar | None |
  136. | LCHIJA | xporbclump | 2.3.6 | Fixeroo-2.3.6.jar | None |
  137. | LCHIJA | fluidlogged_api | 3.1.2 | Fluidlogged-API-v3.1.2-mc1.12.2.jar | None |
  138. | LCHIJA | fogger | 3 | fogger-1.12.2-1.1.2.0.jar | None |
  139. | LCHIJA | foodspoiling | 1.0.5 | FoodSpoiling-1.0.5.jar | None |
  140. | LCHIJA | foodtweaker | 1.1.3 | FoodTweaker-1.1.3.jar | None |
  141. | LCHIJA | forgelin_continuous | 2.3.0.0 | Forgelin-Continuous-2.3.0.0.jar | None |
  142. | LCHIJA | forgelin | 1.8.4 | Forgelin-Continuous-2.3.0.0.jar | None |
  143. | LCHIJA | friendly_chests | 2.0.1 | Friendly-Chests-v2.0.1-mc1.12.2.jar | None |
  144. | LCHIJA | futuremc | 0.2.6 | Future-MC-0.2.21.jar | None |
  145. | LCHIJA | highlighter | 1.1.7 | Highlighter-1.12.2-forge-1.1.7.jar | None |
  146. | LCHIJA | hotornot | 1.1.2 | HotOrNot-1.12-1.1.2-16.jar | None |
  147. | LCHIJA | iguanatweaks | 1.5.1 | IguanaTweaksReborn-1.5.2-mc1.12.x.jar | None |
  148. | LCHIJA | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None |
  149. | LCHIJA | improvedmobs | 1.6.10 | ImprovedMobs-1.12.2-1.6.10.jar | None |
  150. | LCHIJA | insomniac | 1.6 | insomniac-1.6.jar | None |
  151. | LCHIJA | itemborders | 1.2.0 | ItemBorders-1.12.2-forge-1.2.0.jar | None |
  152. | LCHIJA | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  153. | LCHIJA | legendarytooltips | 1.1.9 | LegendaryTooltips-1.12.2-1.1.11.jar | None |
  154. | LCHIJA | loliasm | 5.30 | loliasm-5.30.jar | None |
  155. | LCHIJA | immersivetech | 1.9.102 | MCTImmersiveTechnology-1.12.2-1.9.102.jar | None |
  156. | LCHIJA | metallurgy | 1.4.1 | Metallurgy-4-Reforged-1.4.1.jar | None |
  157. | LCHIJA | theimpossiblelibrary | 1.12.2-0.3.0 | theimpossiblelibrary-1.12.2-0.3.0.jar | None |
  158. | LCHIJA | musictriggers | 1.12.2-6.3.1 | musictriggers-1.12.2-6.3.1.jar | None |
  159. | LCHIJA | nb | 0.0.6 | Unseens Nether Backport - 0.6.jar | None |
  160. | LCHIJA | nether_api | 1.4.2 | Nether-API-v1.4.2-mc1.12.2.jar | None |
  161. | LCHIJA | neverenoughanimations | 1.0.7 | neverenoughanimations-1.0.7.jar | None |
  162. | LCHIJA | noisethreader | 1.1.2 | NoiseThreader-1.1.2.jar | None |
  163. | LCHIJA | oe | 1.2.2 | OceanicExpanse-1.2.2.jar | None |
  164. | LCHIJA | particleculling | v1.4.3 | particleculling-1.12.2-v1.4.3.jar | None |
  165. | LCHIJA | peacefulsurface | 1.12.2-v2 | PeacefulSurface-1.12.2-v2.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  166. | LCHIJA | pi | 4.0.0 | Potion Icon Remover-1.12-4.0.0.jar | None |
  167. | LCHIJA | pdp | 1.12.2-1.2.4 | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None |
  168. | LCHIJA | raids | 1.1.4c | Raids-Backport-1.12.2-1.1.4c.jar | None |
  169. | LCHIJA | realisticphysics | 1.0.1 | realisticphysics-1.12.2-1.0.1.jar | None |
  170. | LCHIJA | rbp | 3.0.0 | rbp-1.12.2-3.0.0.jar | None |
  171. | LCHIJA | realistictorches | 2.1.2 | RealisticTorches-1.12.2-2.1.2.jar | None |
  172. | LCHIJA | artifacts | 1.1.2 | RLArtifacts-1.1.2.jar | None |
  173. | LCHIJA | simpledifficulty | 0.3.9 | SimpleDifficulty-1.12.2-0.3.9.jar | None |
  174. | LCHIJA | soundphysics | 1.1.15 | soundphysics-1.1.15.jar | None |
  175. | LCHIJA | specialai | 1.1.0_for_mc1.12.2 | specialai-1.1.0_for_mc1.12.2.jar | None |
  176. | LCHIJA | specialmobs | 1.0.4_for_mc1.12.2 | specialmobs-1.0.4_for_mc1.12.2.jar | None |
  177. | LCHIJA | srparasites | 1.9.21 | SRParasites-1.12.2v1.9.21.jar | None |
  178. | LCHIJA | srpmixins | 2.9.4 | SRPMixins-2.9.4.jar | None |
  179. | LCHIJA | tenshilib | 1.2.4 | TenshiLib-1.12.2-1.2.4.jar | None |
  180. | LCHIJA | traders | 1.0.1 | Traders-Backport-1.12.2-1.0.1.jar | None |
  181. | LCHIJA | universaltweaks | 1.18.0 | UniversalTweaks-1.12.2-1.18.0.jar | None |
  182. | LCHIJA | villagenames | 4.4.13 | VillageNames-1.12.2-4.4.13.jar | None |
  183. | LCHIJA | vintagefix | 0.6.2 | vintagefix-0.6.2.jar | None |
  184. | LCHIJA | watercontrol | 1.0 | watercontrol-1.0.jar | None |
  185. | LCHIJA | worldedit | 6.1.10 | worldedit-forge-mc1.12.2-6.1.10-dist.jar | None |
  186. | LCHIJA | zencloche | ${version} | zencloche-1.3.jar | None |
  187. | LCHIJA | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
  188. Loaded coremods (and transformers): MixinBooter (!mixinbooter-10.7.jar)
  189. SimpleDifficulty ASM (SimpleDifficulty-1.12.2-0.3.9.jar)
  190. com.charles445.simpledifficulty.asm.SimpleDifficultyASM
  191. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  192. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  193. MixinLoader (ItemBorders-1.12.2-forge-1.2.0.jar)
  194. AlfheimPlugin (Alfheim-1.6.jar)
  195. TenshiCore (TenshiLib-1.12.2-1.2.4.jar)
  196. com.flemmli97.tenshilib.asm.ASMTransformer
  197. FermiumBooter (`FermiumBooter-1.4.1.jar)
  198. Forgelin-Continuous (Forgelin-Continuous-2.3.0.0.jar)
  199. Content Creator (ContentCreator-1.3.96.jar)
  200. surreal.contentcreator.core.CCClassTransformer
  201. ZenUtilsPlugin (zenutils-1.26.11.jar)
  202. youyihj.zenutils.impl.config.ClassProvider
  203. BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  204. me.superckl.biometweakercore.BiomeTweakerASMTransformer
  205. FMCore (fancymenu_forge_2.14.9_MC_1.12-1.12.2.jar)
  206. Campfire Plugin (Campfire-v1.1.6-mc1.12.2.jar)
  207. git.jbredwards.campfire.asm.ASMHandler$Transformer
  208. Bundles (Bundles-1.2.3.jar)
  209. ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.3.jar)
  210. SRPMixinsPlugin (SRPMixins-2.9.4.jar)
  211. FutureMC (Future-MC-0.2.21.jar)
  212. thedarkcolour.futuremc.asm.CoreTransformer
  213. MobsOnRails (mobsonrails-1.0.0 forge-1.12.2.jar)
  214. naqaden.mobsonrails.PathNodeTransformer
  215. Aqua Acrobatics Transformer (AquaAcrobatics-1.15.4.jar)
  216. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  217. sereneseasons.asm.transformer.EntityRendererTransformer
  218. sereneseasons.asm.transformer.WorldTransformer
  219. LoliASM (loliasm-5.30.jar)
  220. MusicTriggersMixins (musictriggers-1.12.2-6.3.1.jar)
  221. KonkreteCore (konkrete_forge_1.6.1_MC_1.12-1.12.2.jar)
  222. Nether API Plugin (Nether-API-v1.4.2-mc1.12.2.jar)
  223. git.jbredwards.nether_api.mod.asm.ASMHandler$Transformer
  224. B3M_CorePlugin (B3M-1.12.2-20.jar)
  225. sedridor.B3M.core.B3M_Transformer
  226. EditableEdiblesPlugin (EditableEdibles-1.3.3.jar)
  227. Fixeroo (Fixeroo-2.3.6.jar)
  228. Friendly Chests Plugin (Friendly-Chests-v2.0.1-mc1.12.2.jar)
  229. git.jbredwards.friendly_chests.mod.asm.ASMHandler$Transformer
  230. TransformLoader (DynamicSurroundings-1.12.2-3.6.3.jar)
  231. CoreModLoader (soundphysics-1.1.15.jar)
  232. NEACore (neverenoughanimations-1.0.7.jar)
  233. RenderLibPlugin (RenderLib-1.12.2-1.4.5.jar)
  234. Fluidlogged API Plugin (Fluidlogged-API-v3.1.2-mc1.12.2.jar)
  235. git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
  236. git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
  237. git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerMethodRedirects
  238. git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerModdedBoats
  239. git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerModdedWalls
  240. git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
  241. CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)
  242. VintageFix (vintagefix-0.6.2.jar)
  243. org.embeddedt.vintagefix.transformer.ASMModParserTransformer
  244. MixinLoader (Highlighter-1.12.2-forge-1.1.7.jar)
  245. UniversalTweaksCore (UniversalTweaks-1.12.2-1.18.0.jar)
  246. OECore (OceanicExpanse-1.2.2.jar)
  247. ConfigAnytimePlugin (!configanytime-3.0.jar)
  248. MixinLoader (Atlas-Lib-1.12.2-1.1.9.jar)
  249. IILoadingPlugin (immersiveintelligence-core-0.3.0.jar)
  250. pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer
  251. EntityCullingPlugin (EntityCulling-1.12.2-6.5.0.jar)
  252. NoiseThreaderPlugin (NoiseThreader-1.1.2.jar)
  253. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  254. Suspected Mods: Scape and Run Parasites (srparasites), Forge Mod Loader (FML), Minecraft Forge (forge)
  255. Profiler Position: N/A (disabled)
  256. Player Count: 0 / 8; []
  257. Type: Integrated Server (map_client.txt)
  258. Is Modded: Definitely; Client brand changed to 'fml,forge'