renadi

Untitled

Jun 10th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.20 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  5. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  6. FMLPlugin (albedo-0.1.3.jar)
  7. LoadingPlugin (Quark-r1.4-123.jar)
  8. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  9. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
  10. LoadingPlugin (AdPother-1.12.2-0.6.0.1-build.0120.jar)
  11. LoadingPlugin (AdChimneys-1.12.2-3.3.1.0-build.0116.jar)
  12. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  13. Wizardry Plugin (wizardry-0.8.5.jar)
  14. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.13.jar)
  15. FarseekCoreMod (Farseek-1.12-2.3.jar)
  16. BlurPlugin (Blur-1.0.4-14.jar)
  17. ForgelinPlugin (Forgelin-1.6.0.jar)
  18. llibrary (llibrary-core-1.0.6-1.12.2.jar)
  19. DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
  20. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  21. CorePlugin (ForgeEndertech-1.12.2-4.3.7.0-build.0118.jar)
  22. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  23. FirstAid CoreMod (firstaid-core-1.5.4.jar)
  24. Contact their authors BEFORE contacting forge
  25.  
  26. // My bad.
  27.  
  28. Time: 6/10/18 6:25 AM
  29. Description: Exception in server tick loop
  30.  
  31. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Natural Absorption (natural_absorption)
  32. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
  33. at java.lang.Class.getDeclaredConstructors0(Native Method)
  34. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  35. at java.lang.Class.getConstructor0(Class.java:3075)
  36. at java.lang.Class.getConstructor(Class.java:1825)
  37. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  38. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  39. at toast.naturalAbsorption.ModNaturalAbsorption.init(ModNaturalAbsorption.java:120)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:497)
  44. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
  45. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:497)
  48. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  49. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  50. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  51. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  52. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  53. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  54. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  55. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  56. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:497)
  61. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  62. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  63. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  64. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  65. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  66. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  68. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  69. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
  70. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
  71. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
  72. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  74. at java.lang.Thread.run(Thread.java:745)
  75. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  77. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  78. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  79. ... 42 more
  80. Caused by: java.lang.NullPointerException
  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: Linux (amd64) version 3.13.0-39-generic
  90. Java Version: 1.8.0_66, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 2937626728 bytes (2801 MB) / 3568304128 bytes (3403 MB) up to 3568304128 bytes (3403 MB)
  93. JVM Flags: 2 total; -Xmx3584M -Xms3584M
  94. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  95. FML: MCP 9.42 Powered by Forge 14.23.4.2705 104 mods loaded, 104 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. | UCHI | minecraft | 1.12.2 | minecraft.jar | None |
  101. | UCHI | mcp | 9.42 | minecraft.jar | None |
  102. | UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  103. | UCHI | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  104. | UCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
  105. | UCHI | firstaidcore | 1.0.0 | minecraft.jar | None |
  106. | UCHI | albedocore | 0.1 | minecraft.jar | None |
  107. | UCHI | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
  108. | UCHI | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
  109. | UCHI | forgeendertech | 1.12.2-4.3.7.0 | ForgeEndertech-1.12.2-4.3.7.0-build.0118.jar | None |
  110. | UCHI | adpother | 1.12.2-0.6.0.1 | AdPother-1.12.2-0.6.0.1-build.0120.jar | None |
  111. | UCHI | advancedmortars | 1.12.2-1.6.21 | advancedmortars-1.12.2-1.6.21.jar | None |
  112. | UCHI | embers | 0.230 | embers-0.230.jar | None |
  113. | UCHI | aetherworks | 1.12.2-1.0.0.3 | AetherWorks-1.12.2-1.0.0.3.jar | None |
  114. | UCHI | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  115. | UCHI | albedotorches | 1.0.4 | AlbedoTorches-1.0.4.jar | None |
  116. | UCHI | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9.jar | None |
  117. | UCHI | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.9.jar | None |
  118. | UCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  119. | UCHI | thaumcraft | 6.1.BETA16 | Thaumcraft-1.12.2-6.1.BETA16.jar | None |
  120. | UCHI | charcoal_pit | 1.16 | CharcoalPit-[1.12]-1.16.jar | None |
  121. | UCHI | charset | 0.5.0.248a | Charset-Lib-0.5.0.248a.jar | None |
  122. | UCHI | jei | 4.10.0.198 | jei_1.12.2-4.10.0.198.jar | None |
  123. | UCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  124. | UCHI | astikoor | 1.0.0 | astikoor-1.0.0.jar | None |
  125. | UCHI | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
  126. | UCHI | astralsorcery | 1.8.10 | astralsorcery-1.12.2-1.8.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  127. | UCHI | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  128. | UCHI | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  129. | UCHI | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  130. | UCHI | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
  131. | UCHI | nibbler | 0.4.1 | nibbler-1.12.2-0.4.1.jar | None |
  132. | UCHI | barkbooks | 1.2 | barkbooks-1.12.2-1.2.jar | None |
  133. | UCHI | bibliocraft | 2.4.4 | BiblioCraft[v2.4.4][MC1.12.2].jar | None |
  134. | UCHI | crossroads | 1.12.2-1.7.2 | crossroads-1.12.2-1.7.2.jar | None |
  135. | UCHI | runesofwizardry | 1.12.2-0.8.9 | Runes-of-Wizardry-1.12.2-0.8.9.jar | None |
  136. | UCHI | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  137. | UCHI | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
  138. | UCHI | botania | r1.10-354 | Botania r1.10-354.jar | None |
  139. | UCHI | carryon | 1.9 | CarryOn MC1.12.2 v1.9.jar | None |
  140. | UCHI | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  141. | UCHI | claybucket | 1.1 | ClayBucket-1.12-1.1.jar | None |
  142. | UCHI | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  143. | UCHI | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  144. | UCHI | cookingforblockheads | 6.4.39 | CookingForBlockheads_1.12.2-6.4.39.jar | None |
  145. | UCHI | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  146. | UCHI | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
  147. | UCHI | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  148. | UCHI | dummycore | 2.4.112.3. | DummyCoreUnofficial-2.4.112.3.jar | None |
  149. | UCHI | dsurround | 3.4.9.13 | DynamicSurroundings-1.12.2-3.4.9.13.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  150. | UCHI | dynamictrees | 1.12.2-0.7.7 | DynamicTrees-1.12.2-0.7.7e.jar | None |
  151. | UCHI | rustic | 1.0.5 | rustic-1.0.5.jar | None |
  152. | UCHI | dynamictreestc | 1.12.2-0.1b | DynamicTreesTC-1.12.2-0.1b.jar | None |
  153. | UCHI | ebwizardry | 4.1.2 | Electroblob's Wizardry - 4.1.2 - MC 1.12.2.jar | None |
  154. | UCHI | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
  155. | UCHI | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
  156. | UCHI | farseek | 2.3 | Farseek-1.12-2.3.jar | None |
  157. | UCHI | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  158. | UCHI | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  159. | UCHI | cfm | 4.2.0 | furniture-4.2.0-1.12.2.jar | None |
  160. | UCHI | genera | 1.0.7 | Genera-1.12.2-1.0.7.jar | None |
  161. | UCHI | geolosys | 1.9.3 | Geolosys-1.12.2-1.9.3.jar | None |
  162. | UCHI | gravestone | 1.0.15 | GraveStone-1.12.2-Graves-1.0.15.jar | None |
  163. | UCHI | gravestone-extended | 1.3.0b7 | GraveStone-1.12.2-Extended-1.3.0b7.jar | None |
  164. | UCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  165. | UCHI | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  166. | UCHI | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  167. | UCHI | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  168. | UCHI | mcjtylib_ng | 3.0.0 | mcjtylib-1.12-3.0.0.jar | None |
  169. | UCHI | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  170. | UCHI | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
  171. | UCHEE | natural_absorption | 1.2.2 | natural_absorption-1.12-1.3.0.jar | None |
  172. | UCH | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
  173. | UCH | netherendingores | 1.12.2-1.2 | Netherending-Ores-1.12.2-1.2.jar | None |
  174. | UCH | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  175. | UCH | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  176. | UCH | clayspawn | 1.12a | Pam's ClaySpawn 1.12a.jar | None |
  177. | UCH | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2u.jar | None |
  178. | UCH | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  179. | UCH | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0.jar | None |
  180. | UCH | xreliquary | 1.12.2-1.3.4.763 | Reliquary-1.12.2-1.3.4.763.jar | None |
  181. | UCH | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  182. | UCH | roots | 0.104 | roots-2-0.104.jar | None |
  183. | UCH | runesofwizardry_classics | 1.12.2-0.5.7 | RunesofWizardry-Classics-1.12.2-0.5.7.jar | None |
  184. | UCH | sereneseasons | 1.2.3 | SereneSeasons-1.12.2-1.2.3-universal.jar | None |
  185. | UCH | soot | 0.18hotfix | Soot-0.18hotfix.jar | None |
  186. | UCH | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
  187. | UCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  188. | UCH | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
  189. | UCH | thaumicbases | 3.0.085.30b | thaumicbases-3.0.085.30b.jar | None |
  190. | UCH | thaumicequivalence | 1.12.2-1.0.2 | ThaumicEquivalence-1.12.2-1.0.2.jar | None |
  191. | UCH | thaumicperiphery | 0.2.3 | thaumicperiphery-0.2.3.jar | None |
  192. | UCH | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
  193. | UCH | totemic | 1.12.2-0.11.2 | Totemic-1.12.2-0.11.2.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
  194. | UCH | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
  195. | UCH | ultimate_unicorn_mod | 1.5.16 | ultimate_unicorn_mod-1.12.2-1.5.16.jar | None |
  196. | UCH | vefluids | 0.8.0.10 | VE-FluidHandling-1.12-0.8.0b10.jar | None |
  197. | UCH | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
  198. | UCH | wearablebackpacks | 3.1.2 | WearableBackpacks-1.12.2-3.1.2.jar | None |
  199. | UCH | woodenbucket | 0.2.0.10 | WoodenBuckets-1.12-0.2.0b10.jar | None |
  200. | UCH | llibrary | 1.7.12 | llibrary-1.7.12-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  201. | UCH | firstaid | 1.5.4 | firstaid-1.5.4.jar | 7904c4e13947c8a616c5f39b26bdeba796500722 |
  202. | UCH | adchimneys | 1.12.2-3.3.1.0 | AdChimneys-1.12.2-3.3.1.0-build.0116.jar | None |
  203. | UCH | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  204.  
  205. Loaded coremods (and transformers):
  206. AstralCore (astralsorcery-1.12.2-1.8.10.jar)
  207.  
  208. CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
  209. team.chisel.ctm.client.asm.CTMTransformer
  210. FMLPlugin (albedo-0.1.3.jar)
  211. elucent.albedo.asm.ASMTransformer
  212. LoadingPlugin (Quark-r1.4-123.jar)
  213. vazkii.quark.base.asm.ClassTransformer
  214. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  215. pl.asie.foamfix.coremod.FoamFixTransformer
  216. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
  217. sereneseasons.asm.transformer.EntityRendererTransformer
  218. sereneseasons.asm.transformer.WorldTransformer
  219. LoadingPlugin (AdPother-1.12.2-0.6.0.1-build.0120.jar)
  220. com.endertech.minecraft.mods.adpother.transformers.ActuallyAdditions$FurnaceDouble
  221. com.endertech.minecraft.mods.adpother.transformers.ActuallyAdditions$CoalGenerator
  222. com.endertech.minecraft.mods.adpother.transformers.EnderIO$StirlingGenerator
  223. com.endertech.minecraft.mods.adpother.transformers.ImmersiveEngineering$TileEntityBlastFurnace
  224. com.endertech.minecraft.mods.adpother.transformers.ImmersiveEngineering$TileEntityDieselGenerator
  225. com.endertech.minecraft.mods.adpother.transformers.MoreFurnaces$IronFurnace
  226. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$InferiumFurnace
  227. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$IntermediumFurnace
  228. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$PrudentiumFurnace
  229. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$SuperiumFurnace
  230. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$SupremiumFurnace
  231. com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$UltimateFurnace
  232. com.endertech.minecraft.mods.adpother.transformers.RealisticTorches$BlockTorch
  233. com.endertech.minecraft.mods.adpother.items.AirPollutionMeter$Render
  234. com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockCaughtFire
  235. com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockUpdateTick
  236. com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockStateChange
  237. com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockExploded
  238. com.endertech.minecraft.mods.adpother.pollution.WorldData$GetSkyColor
  239. com.endertech.minecraft.mods.adpother.pollution.WorldData$FurnaceFuelBurned
  240. LoadingPlugin (AdChimneys-1.12.2-3.3.1.0-build.0116.jar)
  241. com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
  242. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  243. invtweaks.forge.asm.ContainerTransformer
  244. Wizardry Plugin (wizardry-0.8.5.jar)
  245. com.teamwizardry.wizardry.asm.WizardryTransformer
  246. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.13.jar)
  247. org.blockartistry.DynSurround.asm.Transformer
  248. FarseekCoreMod (Farseek-1.12-2.3.jar)
  249. farseek.core.FarseekClassTransformer
  250. BlurPlugin (Blur-1.0.4-14.jar)
  251. com.tterrag.blur.BlurTransformer
  252. ForgelinPlugin (Forgelin-1.6.0.jar)
  253.  
  254. llibrary (llibrary-core-1.0.6-1.12.2.jar)
  255. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  256. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  257. DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
  258. DummyCore.ASM.DCASMManager
  259. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  260. com.teamwizardry.librarianlib.asm.LibLibTransformer
  261. CorePlugin (ForgeEndertech-1.12.2-4.3.7.0-build.0118.jar)
  262.  
  263. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  264. mods.betterfoliage.loader.BetterFoliageTransformer
  265. FirstAid CoreMod (firstaid-core-1.5.4.jar)
  266. ichttt.mods.firstaid.common.asm.PotionTransformer
  267. [DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore'
  268. Profiler Position: N/A (disabled)
  269. Is Modded: Definitely; Server brand changed to 'fml,forge'
  270. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment