Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.52 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  5. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. midnight (themidnight-0.3.5.jar)
  8. MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar)
  9. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  10. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  11. SpongeCoremod (aaaspongeforge-1.12.2-2838-7.1.7-RC3848 (1).jar)
  12. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  13. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  14. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  15. Plugin (NotEnoughIDs-1.5.4.4.jar)
  16. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  17. Quark Plugin (Quark-r1.5-163.jar)
  18. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  19. JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar)
  20. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  21. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  22. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // Oops.
  26.  
  27. Time: 7/16/19 8:56 PM
  28. Description: Exception in server tick loop
  29.  
  30. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  31. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  32. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:498)
  37. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  38. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  39. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  40. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  41. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  42. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  44. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  45. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:498)
  50. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  51. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  52. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  53. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  54. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  55. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  57. at net.minecraftforge.fml.common.LoadController.redirect$forgeImpl$PostEvent$zza000(LoadController.java:568)
  58. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  59. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  60. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  61. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  62. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  63. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  64. at java.lang.Thread.run(Thread.java:748)
  65. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  66. at java.lang.Class.getDeclaredConstructors0(Native Method)
  67. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  68. at java.lang.Class.getConstructor0(Class.java:3075)
  69. at java.lang.Class.getConstructor(Class.java:1825)
  70. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  71. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  72. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  73. ... 33 more
  74. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  75. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  76. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  77. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  78. ... 40 more
  79. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  80. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  81. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  82. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  83. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  84. ... 42 more
  85. 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
  86. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
  87. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
  88. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
  89. ... 45 more
  90. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$bca000 could not find any targets matching 'setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json
  91. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421)
  92. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
  93. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
  94. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
  95. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:39)
  96. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478)
  97. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
  98. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
  99. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
  100. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  101. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  102. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  103. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  104. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  105. ... 45 more
  106.  
  107.  
  108. A detailed walkthrough of the error, its code path and all known details is as follows:
  109. ---------------------------------------------------------------------------------------
  110.  
  111. -- Head --
  112. Thread: Server thread
  113. Stacktrace:
  114. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  115. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  119. at java.lang.reflect.Method.invoke(Method.java:498)
  120. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  121. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  122. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  123. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  124. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  125. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  126. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  127. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  128. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  129. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  131. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  132. at java.lang.reflect.Method.invoke(Method.java:498)
  133. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  134. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  135. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  136. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  137. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  138. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  139. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  140. at net.minecraftforge.fml.common.LoadController.redirect$forgeImpl$PostEvent$zza000(LoadController.java:568)
  141. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  142. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  143.  
  144. -- Sponge PhaseTracker --
  145. Details:
  146. Phase Stack: [Empty stack]
  147. Stacktrace:
  148. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjc000(MinecraftServer.java:4720)
  149. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  150. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  151. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  152. at java.lang.Thread.run(Thread.java:748)
  153.  
  154. -- System Details --
  155. Details:
  156. Minecraft Version: 1.12.2
  157. Operating System: Linux (amd64) version 4.9.177-xxxx-std-ipv6-64
  158. Java Version: 1.8.0_191, Oracle Corporation
  159. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  160. Memory: 1229926752 bytes (1172 MB) / 2794455040 bytes (2665 MB) up to 5726797824 bytes (5461 MB)
  161. JVM Flags: 4 total; -Xmx6144M -Xms1024M -XX:ParallelGCThreads=2 -XX:ThreadStackSize=512
  162. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  163. FML: MCP 9.42 Powered by Forge 14.23.5.2838 109 mods loaded, 109 mods active
  164. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  165.  
  166. Mods:
  167.  
  168. | State | ID | Version | Source | Signature |
  169. |:----- |:-------------------------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
  170. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  171. | LC | mcp | 9.42 | minecraft.jar | None |
  172. | LC | FML | 8.0.99.99 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  173. | LC | forge | 14.23.5.2838 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  174. | LC | micdoodlecore | | minecraft.jar | None |
  175. | LC | spongeapi | 7.1.0-240a43e70 | aaaspongeforge-1.12.2-2838-7.1.7-RC3848 (1).jar | None |
  176. | LC | sponge | 1.12.2-7.1.7-SNAPSHOT | aaaspongeforge-1.12.2-2838-7.1.7-RC3848 (1).jar | None |
  177. | LC | spongeforge | 1.12.2-2838-7.1.7-RC3848 | aaaspongeforge-1.12.2-2838-7.1.7-RC3848 (1).jar | None |
  178. | LC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  179. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  180. | LC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  181. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  182. | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  183. | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  184. | LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  185. | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  186. | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  187. | LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  188. | LC | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  189. | LE | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  190. | L | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  191. | L | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  192. | L | p455w0rdslib | 2.2.151 | p455w0rdslib-1.12.2-2.2.151.jar | None |
  193. | L | ae2wtlib | 1.0.30 | AE2WTLib-1.12.2-1.0.30.jar | None |
  194. | L | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build79.jar | None |
  195. | L | aether | 0.2.2 | aether_ii-1.12.2-0.2.2+build79-universal.jar | None |
  196. | L | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  197. | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  198. | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None |
  199. | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None |
  200. | L | ic2 | 2.8.159-ex112 | industrialcraft-2-2.8.159-ex112.jar | None |
  201. | L | galacticraftcore | 4.0.2.211 | GalacticraftCore-1.12.2-4.0.2.211.jar | None |
  202. | L | galacticraftplanets | 4.0.2.211 | Galacticraft-Planets-1.12.2-4.0.2.211.jar | None |
  203. | L | asmodeuscore | 0.0.8 | AsmodeusCore-1.12.2-0.0.8.jar | None |
  204. | L | atum | 2.0.10 | Atum-1.12.2-2.0.10.jar | None |
  205. | L | quark | r1.5-163 | Quark-r1.5-163.jar | None |
  206. | L | autoreglib | 1.3-30 | AutoRegLib-1.3-30.jar | None |
  207. | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  208. | L | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | None |
  209. | L | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None |
  210. | L | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | None |
  211. | L | blankplanet | 1.12.2-0.3 | BlankPlanet-1.12.2-0.3.jar | None |
  212. | L | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | None |
  213. | L | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  214. | L | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  215. | L | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  216. | L | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  217. | L | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  218. | L | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  219. | L | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  220. | L | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  221. | L | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  222. | L | classiccombat | 1.0.1 | ClassicCombat-1.0.1.jar | None |
  223. | L | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
  224. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  225. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  226. | L | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  227. | L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  228. | L | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
  229. | L | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
  230. | L | ebwizardry | 4.1.4 | Electroblob's+Wizardry+-+4.1.4+-+MC+1.12.2.jar | None |
  231. | L | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | None |
  232. | L | enchiridion | 3.3.5 | Enchiridion-1.12.2-3.3.5.jar | None |
  233. | L | endreborn | 0.3.1 | EndReborn+III+[0.3.1].jar | None |
  234. | L | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  235. | L | extraplanets | 1.12.2-0.5.3 | ExtraPlanets-1.12.2-0.5.3.jar | None |
  236. | L | gaiadimension | 1.0.5 | gaiadimension-1.12.2-1.0.5.jar | None |
  237. | L | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | None |
  238. | L | galaxyspace | 2.0.8 | GalaxySpace-1.12.2-2.0.8.jar | None |
  239. | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  240. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.69.845.jar | None |
  241. | L | ironfurnaces | 1.3.3 | ironfurnaces-1.3.3.jar | None |
  242. | L | jeid | 1.0.2-26 | JustEnoughIDs-1.0.2-26.jar | None |
  243. | L | jeidsi | 1.2.1.29 | jeidsi-1.2.1.29.jar | None |
  244. | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  245. | L | malisisblocks | 1.12.2-6.1.0 | malisisblocks-1.12.2-6.1.0.jar | None |
  246. | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  247. | L | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
  248. | L | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
  249. | L | mekanism | 1.12.2-9.7.8.379 | Mekanism-1.12.2-9.7.8.379.jar | None |
  250. | L | mekanismgenerators | 1.12.2-9.7.8.379 | MekanismGenerators-1.12.2-9.7.8.379.jar | None |
  251. | L | mekanismtools | 1.12.2-9.7.8.379 | MekanismTools-1.12.2-9.7.8.379.jar | None |
  252. | L | moreplanets | 2.0.18 | More-Planets-1.12.2-2.0.18-GC190.jar | None |
  253. | L | moreplanetsextras | 1.12.2-1.0 | MorePlanetsExtras-1.12.2-1.0.jar | None |
  254. | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  255. | L | mystcraft | 0.13.7.03 | mystcraft-1.12.2-0.13.7.03.jar | None |
  256. | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  257. | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
  258. | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
  259. | L | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zd+Surprise+for+Yogcast.jar | None |
  260. | L | railcraft | 12.0.0 | railcraft-12.0.0.jar | None |
  261. | L | randomthings | 4.2.7.1 | RandomThings-MC1.12.2-4.2.7.1.jar | None |
  262. | L | reborncore | 3.13.12.447 | RebornCore-1.12.2-3.13.12.447-universal.jar | None |
  263. | L | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  264. | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  265. | L | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  266. | L | specialmobs | 1.0.2_for_mc1.12.2 | specialmobs-1.0.2_for_mc1.12.2.jar | None |
  267. | L | stevescarts | 2.4.30.134 | StevesCarts-1.12.2-2.4.30.134.jar | None |
  268. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  269. | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None |
  270. | L | tropicraft | 7.1.9.115 | tropicraft-MC1.12.2-7.1.9.115.jar | None |
  271. | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  272. | L | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | None |
  273. | L | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
  274. | L | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  275. | L | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46.jar | None |
  276. | L | midnight | 0.3.5 | themidnight-0.3.5.jar | None |
  277. | L | thebetweenlands | 3.4.9 | TheBetweenlands-3.4.9-universal.jar | None |
  278. | L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  279.  
  280.  
  281. Plugins:
  282.  
  283. | State | ID | Version | Source | Signature |
  284. |:----- |:-- |:------- |:------ |:--------- |
  285.  
  286. Loaded coremods (and transformers):
  287. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  288. lumien.randomthings.asm.ClassTransformer
  289. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  290. thebetweenlands.core.TheBetweenlandsClassTransformer
  291. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  292. squeek.applecore.asm.TransformerModuleHandler
  293. midnight (themidnight-0.3.5.jar)
  294. com.mushroom.midnight.core.transformer.MidnightClassTransformer
  295. MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar)
  296. mekanism.coremod.KeybindingMigrationHelper
  297. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  298. openmods.core.OpenModsClassTransformer
  299. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  300. micdoodle8.mods.miccore.MicdoodleTransformer
  301. SpongeCoremod (aaaspongeforge-1.12.2-2838-7.1.7-RC3848 (1).jar)
  302. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  303. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  304. net.fybertech.nwr.NWRTransformer
  305. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  306. org.dimdev.jeid.JEIDTransformer
  307. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  308. team.chisel.ctm.client.asm.CTMTransformer
  309. Plugin (NotEnoughIDs-1.5.4.4.jar)
  310. ru.fewizz.neid.asm.Transformer
  311. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  312. p455w0rdslib.asm.ClassTransformer
  313. Quark Plugin (Quark-r1.5-163.jar)
  314. vazkii.quark.base.asm.ClassTransformer
  315. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  316.  
  317. JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar)
  318.  
  319. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  320.  
  321. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  322.  
  323. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  324.  
  325. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  326. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  327. Profiler Position: N/A (disabled)
  328. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  329. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement