Advertisement
Guest User

Server crashlog

a guest
Feb 7th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 2020-02-07 09:50:07 UTC
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  8. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  9. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  10. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:498)
  13. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  14. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  15. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  16. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  17. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  18. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  20. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  21. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:498)
  26. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  27. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  28. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  29. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  30. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  31. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  33. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  34. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  35. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  36. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  37. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  39. at java.lang.Thread.run(Thread.java:748)
  40. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  41. at java.lang.Class.getDeclaredConstructors0(Native Method)
  42. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  43. at java.lang.Class.getConstructor0(Class.java:3075)
  44. at java.lang.Class.getConstructor(Class.java:1825)
  45. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  46. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  47. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  48. ... 31 more
  49. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  51. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  53. ... 38 more
  54. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  55. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  56. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  57. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  58. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  59. ... 40 more
  60. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.phosphor.json:common.MixinChunk$Sponge] from phase [DEFAULT] in config [mixins.phosphor.json] FAILED during APPLY
  61. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
  62. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
  63. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
  64. ... 43 more
  65. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$zcc000 could not find any targets matching 'bridge$setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json
  66. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421)
  67. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
  68. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
  69. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
  70. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:39)
  71. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478)
  72. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
  73. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
  74. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
  75. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  76. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  77. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  78. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  79. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  80. ... 43 more
  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. Minecraft Version: 1.12.2
  88. Operating System: Linux (amd64) version 3.10.0-1062.1.2.el7.x86_64
  89. Java Version: 1.8.0_222, Oracle Corporation
  90. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 894704272 bytes (853 MB) / 1771044864 bytes (1689 MB) up to 11185160192 bytes (10667 MB)
  92. JVM Flags: 5 total; -Xmx12000M -Xms128M -XX:+UnlockExperimentalVMOptions -XX:MaxMetaspaceSize=480M -XX:MetaspaceSize=32M
  93. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  94. FML: MCP 9.42 Powered by Forge 14.23.5.2847 193 mods loaded, 193 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96.  
  97. | State | ID | Version | Source | Signature |
  98. |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  99. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  100. | LC | mcp | 9.42 | minecraft.jar | None |
  101. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  102. | LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  103. | LC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  104. | LC | micdoodlecore | | minecraft.jar | None |
  105. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  106. | LC | obfuscate | 0.2.6 | minecraft.jar | None |
  107. | LC | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
  108. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  109. | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  110. | LC | buildcraftlib | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  111. | LC | buildcraftcore | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  112. | LC | buildcraftfactory | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  113. | LC | buildcrafttransport | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  114. | LC | buildcraftsilicon | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  115. | LC | additionalpipes | 6.0.0.8 | additionalpipes-6.0.0.8.jar | None |
  116. | LC | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  117. | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  118. | LC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  119. | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  120. | LC | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  121. | LC | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  122. | LC | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  123. | LC | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  124. | LC | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
  125. | LE | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  126. | L | botania | r1.10-363 | Botania r1.10-363.jar | None |
  127. | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  128. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  129. | L | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  130. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zf.jar | None |
  131. | L | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  132. | L | animania | 1.7.3 | animania-1.12.2-1.7.3.jar | None |
  133. | L | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  134. | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  135. | L | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
  136. | L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  137. | L | baublelicious | 1.4.0-4 | Baublelicious-1.4.0-4.jar | None |
  138. | L | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6.jar | None |
  139. | L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  140. | L | bewitchment | 0.21.6 | bewitchment-1.12.2-0.0.21.6.jar | None |
  141. | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  142. | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  143. | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  144. | L | mysticalworld | 1.12.2-1.7.1 | mysticalworld-1.12.2-1.7.1.jar | None |
  145. | L | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  146. | L | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  147. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  148. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  149. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  150. | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None |
  151. | L | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  152. | L | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  153. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  154. | L | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
  155. | L | bloodarsenal | 1.12.2-2.2.0-29 | BloodArsenal-1.12.2-2.2.1-29.jar | None |
  156. | L | conarm | 1.2.5.3 | conarm-1.12.2-1.2.5.3.jar | None |
  157. | L | bloodtinker | 1.0.5 | bloodtinker-1.0.5.jar | None |
  158. | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
  159. | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None |
  160. | L | buildcraftbuilders | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  161. | L | buildcraftenergy | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  162. | L | ic2 | 2.8.188-ex112 | industrialcraft-2-2.8.188-ex112.jar | None |
  163. | L | reborncore | 3.18.0 | RebornCore-1.12.2-3.18.1.514-universal.jar | None |
  164. | L | techreborn | 2.26.3.1066 | TechReborn-1.12.2-2.26.3.1066-universal.jar | None |
  165. | L | toughasnails | 3.1.0.139 | ToughAsNails-1.12.2-3.1.0.139-universal.jar | None |
  166. | L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  167. | L | buildcraftcompat | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  168. | L | buildcraftrobotics | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  169. | L | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | None |
  170. | L | cctweaked | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
  171. | L | computercraft | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
  172. | L | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  173. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  174. | L | champions | 1.12.2-1.0.11.3 | champions-1.12.2-1.0.11.3.jar | None |
  175. | L | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | None |
  176. | L | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  177. | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  178. | L | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
  179. | L | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
  180. | L | doggytalents | 1.15.1.4 | DoggyTalents-1.12.2-1.15.1.4-universal.jar | None |
  181. | L | galacticraftcore | 4.0.2.243 | GalacticraftCore-1.12.2-4.0.2.243.jar | None |
  182. | L | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
  183. | L | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | None |
  184. | L | dsurround | 3.6.0.2 | DynamicSurroundings-1.12.2-3.6.0.2.jar | None |
  185. | L | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | None |
  186. | L | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  187. | L | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  188. | L | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  189. | L | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  190. | L | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  191. | L | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  192. | L | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  193. | L | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  194. | L | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  195. | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None |
  196. | L | lieutenant | 1.4 | lieutenant-1.6.jar | None |
  197. | L | extratan | 5.2.158 | extratan-5.2.583.jar | None |
  198. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  199. | L | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  200. | L | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  201. | L | firstaid | 1.6.13 | firstaid-1.6.13.jar | None |
  202. | L | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
  203. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  204. | L | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  205. | L | galacticraftplanets | 4.0.2.243 | Galacticraft-Planets-1.12.2-4.0.2.243.jar | None |
  206. | L | gardenofglass | sqrt(-1) | GardenOfGlass.jar | None |
  207. | L | geneticsreborn | 1.20 | geneticsreborn-1.12-1.21.jar | None |
  208. | L | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
  209. | L | cgm | 0.15.3 | guns-0.15.3-1.12.2.jar | None |
  210. | L | hammercore | 2.0.6.8 | HammerCore-1.12.2-2.0.6.8.jar | None |
  211. | L | hunterillager | 1.2 | hunterillager-1.12.2-1.2.jar | None |
  212. | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  213. | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | None |
  214. | L | iceandfire | 1.8.3 | iceandfire-1.8.3.jar | None |
  215. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
  216. | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  217. | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  218. | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  219. | L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
  220. | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  221. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  222. | L | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
  223. | L | vehicle | 0.41.1 | vehicle-mod-0.41.1-1.12.2.jar | None |
  224. | L | jev | 1.0 | jev-1.0-1.12.2.jar | None |
  225. | L | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  226. | L | jeid | 1.0.3-48 | JustEnoughIDs-1.0.3-48.jar | None |
  227. | L | librarianlib | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  228. | L | libraryex | 1.0.12 | LibraryEx-1.12.2-1.0.12.jar | None |
  229. | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  230. | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  231. | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  232. | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  233. | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
  234. | L | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  235. | L | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
  236. | L | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
  237. | L | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
  238. | L | moreplanets | 2.0.22 | More-Planets-1.12.2-2.0.22-GC238.jar | None |
  239. | L | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.6.jar | None |
  240. | L | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(05Dec19).jar | None |
  241. | L | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  242. | L | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  243. | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  244. | L | netherex | 2.0.15 | NetherEx-1.12.2-2.0.15.jar | None |
  245. | L | brewcraft | 1.12.2-1.0.1 | Pam's BrewCraft 1.12.2-1.0.1.jar | None |
  246. | L | clayspawn | 1.12a | Pam's ClaySpawn 1.12a.jar | None |
  247. | L | getalltheseeds | 1.12a | Pam's Get all the Seeds! 1.12a.jar | None |
  248. | L | simplerecipes | 1.12.2c | Pam's Simple Recipes 1.12.2c.jar | None |
  249. | L | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | None |
  250. | L | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  251. | L | progressivebosses | 1.5.4 | ProgressiveBosses-1.5.4-mc1.12.x.jar | None |
  252. | L | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | None |
  253. | L | rats | 3.2.5 | rats-3.2.5.jar | None |
  254. | L | rftools | 7.73 | rftools-1.12-7.73.jar | None |
  255. | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  256. | L | rustic | 1.1.2 | rustic-1.1.2.jar | None |
  257. | L | rusticthaumaturgy | 4.4a | Rustic Thaumaturgy-4.4a.jar | None |
  258. | L | rusticbopwoods | 1.0 | rusticbopwoods-1.0.jar | None |
  259. | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  260. | L | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
  261. | L | slimebreeder | 0.0.3 | Slime Breeder Advanced 1.12.2-3.0.3.jar | None |
  262. | L | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None |
  263. | L | spartanweaponry | beta 1.3.8 | SpartanWeaponry-1.12.2-beta-1.3.8.jar | None |
  264. | L | spartanweaponryarcana | beta 1.0.3 | SpartanWeaponryArcana-1.12.2-beta-1.0.3.jar | None |
  265. | L | stellarapi | 1.12.2-0.4.2.9 | Stellar+API-1.12.2-0.4.2.9.jar | None |
  266. | L | stellarsky | 1.12.2-0.5.2.8 | Stellar+Sky-1.12.2-0.5.2.8.jar | None |
  267. | L | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
  268. | L | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | None |
  269. | L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |
  270. | L | tinkerscompendium | 1.4.2.32 | tinkersdefense-1.4.2.32.jar | None |
  271. | L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  272. | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  273. | L | toolbelt | 1.9.12 | ToolBelt-1.12.2-1.9.12.jar | None |
  274. | L | vampirism | 1.5.7 | Vampirism-1.12.2-1.5.7.jar | None |
  275. | L | teamlapen-lib | 1.5.7 | Vampirism-1.12.2-1.5.7.jar | None |
  276. | L | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.2.0.jar | None |
  277. | L | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
  278. | L | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(21nov19).jar | None |
  279. | L | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  280. | L | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  281. | L | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
  282. | L | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | None |
  283. | L | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4.jar | None |
  284. | L | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
  285. | L | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
  286. | L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.4.0.73.jar | None |
  287. | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
  288. | L | librarianliblate | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  289. | L | mysticallib | 1.12.2-1.6.0 | mysticallib-1.12.2-1.6.0.jar | None |
  290. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  291. | L | unidict | 1.12.2-2.9.5 | UniDict-1.12.2-2.9.5.jar | None |
  292. Loaded coremods (and transformers): BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.6.jar)
  293.  
  294. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  295. squeek.applecore.asm.TransformerModuleHandler
  296. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  297. team.chisel.ctm.client.asm.CTMTransformer
  298. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  299. mekanism.coremod.KeybindingMigrationHelper
  300. TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
  301.  
  302. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  303. cubex2.cxlibrary.CoreModTransformer
  304. ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  305. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  306. LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
  307. com.teamwizardry.librarianlib.asm.LibLibTransformer
  308. BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
  309. mods.betterfoliage.loader.BetterFoliageTransformer
  310. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  311. invtweaks.forge.asm.ContainerTransformer
  312. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  313.  
  314. ratscore (rats-3.2.5.jar)
  315. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  316. VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
  317.  
  318. Wizardry Plugin (wizardry-0.10.8.jar)
  319. com.teamwizardry.wizardry.asm.WizardryTransformer
  320. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  321. lumien.resourceloader.asm.ClassTransformer
  322. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  323.  
  324. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  325.  
  326. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  327.  
  328. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  329.  
  330. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  331. lumien.chunkanimator.asm.ClassTransformer
  332. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  333. sereneseasons.asm.transformer.EntityRendererTransformer
  334. sereneseasons.asm.transformer.WorldTransformer
  335. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.243.jar)
  336. micdoodle8.mods.miccore.MicdoodleTransformer
  337. iceandfire (iceandfire-1.8.3.jar)
  338. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  339. ForgelinPlugin (Forgelin-1.8.4.jar)
  340.  
  341. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  342. com.enderio.core.common.transform.EnderCoreTransformer
  343. com.enderio.core.common.transform.SimpleMixinPatcher
  344. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  345. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  346. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  347. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-48.jar)
  348. org.dimdev.jeid.JEIDTransformer
  349. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  350. lumien.randomthings.asm.ClassTransformer
  351. 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.10-1.12.2.jar)
  352. pl.asie.foamfix.coremod.FoamFixTransformer
  353. HCASM (HammerCore-1.12.2-2.0.6.8.jar)
  354. com.zeitheron.hammercore.asm.HammerCoreTransformer
  355. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  356. Suspected Mods: Unknown
  357. Profiler Position: N/A (disabled)
  358. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  359. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement