Advertisement
Guest User

Untitled

a guest
Jan 31st, 2020
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.75 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 2020-01-31 04:59:43 EST
  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.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:498)
  14. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  15. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  16. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  17. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  18. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  19. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  21. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  22. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:498)
  27. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  28. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  29. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  30. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  31. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  32. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  35. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  36. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  37. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  38. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  40. at java.lang.Thread.run(Thread.java:748)
  41. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  42. at java.lang.Class.getDeclaredConstructors0(Native Method)
  43. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  44. at java.lang.Class.getConstructor0(Class.java:3075)
  45. at java.lang.Class.getConstructor(Class.java:1825)
  46. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  47. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  48. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  49. ... 32 more
  50. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  54. ... 39 more
  55. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  56. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  57. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  58. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  60. ... 41 more
  61. 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
  62. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
  63. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
  64. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
  65. ... 44 more
  66. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$zbh000 could not find any targets matching 'bridge$setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json
  67. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421)
  68. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
  69. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
  70. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
  71. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:39)
  72. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478)
  73. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
  74. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
  75. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
  76. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  77. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  78. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  79. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  80. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  81. ... 44 more
  82.  
  83.  
  84. A detailed walkthrough of the error, its code path and all known details is as follows:
  85. ---------------------------------------------------------------------------------------
  86.  
  87. -- System Details --
  88. Minecraft Version: 1.12.2
  89. Operating System: Linux (amd64) version 4.15.0-55-generic
  90. Java Version: 1.8.0_191, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 1811341440 bytes (1727 MB) / 2762473472 bytes (2634 MB) up to 7635730432 bytes (7282 MB)
  93. JVM Flags: 2 total; -Xmx8192M -Xms512M
  94. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  95. FML: MCP 9.42 Powered by Forge 14.23.5.2847 281 mods loaded, 280 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. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  101. | LC | mcp | 9.42 | minecraft.jar | None |
  102. | LC | FML | 8.0.99.99 | twitch_mc_eternal_1.3.2.jar | None |
  103. | LC | forge | 14.23.5.2847 | twitch_mc_eternal_1.3.2.jar | None |
  104. | LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
  105. | LC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  106. | LC | littletilescore | 1.0.0 | minecraft.jar | None |
  107. | LC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
  108. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  109. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  110. | LC | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
  111. | LC | randompatches | 1.12.2-1.21.0.0 | randompatches-1.12.2-1.21.0.0.jar | None |
  112. | LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  113. | LC | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
  114. | LC | forgeendertech | 1.12.2-4.5.0.0 | ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar | None |
  115. | LC | adhooks | 1.12.2-3.2.3.0 | AdHooks-1.12.2-3.2.3.0-build.0435.jar | None |
  116. | LE | adlods | 1.12.2-1.0.7.0 | AdLods-1.12.2-1.0.7.0-build.0435.jar | None |
  117. | L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None |
  118. | L | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  119. | L | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  120. | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  121. | L | mysticalworld | 1.12.2-1.7.1 | mysticalworld-1.12.2-1.7.1.jar | None |
  122. | L | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  123. | L | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
  124. | L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  125. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  126. | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  127. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  128. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  129. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  130. | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None |
  131. | L | tweakersconstruct | 1.12.2-1.5.1 | tweakersconstruct-1.12.2-1.5.2.jar | None |
  132. | L | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  133. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  134. | L | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  135. | L | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  136. | L | tombstone | 3.6.5 | tombstone-3.6.5-1.12.2.jar | None |
  137. | L | quark | r1.6-177 | Quark-r1.6-177.jar | None |
  138. | L | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  139. | L | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
  140. | L | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | None |
  141. | L | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | None |
  142. | L | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  143. | L | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  144. | L | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  145. | L | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  146. | L | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  147. | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  148. | L | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  149. | L | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None |
  150. | L | conarm | 1.2.5.3 | conarm-1.12.2-1.2.5.3.jar | None |
  151. | L | armoryexpansion | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  152. | L | armoryexpansion-custommaterials | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  153. | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | None |
  154. | L | iceandfire | 1.8.3 | iceandfire-1.8.3.jar | None |
  155. | L | armoryexpansion-iceandfire | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  156. | L | armoryexpansion-matteroverdrive | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  157. | L | aroma1997core | 2.0.0.2.b166 | Aroma1997Core-1.12.2-2.0.0.2.b166.jar | None |
  158. | L | aromabackup | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | None |
  159. | L | aromabackuprecovery | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | None |
  160. | L | mdecore | 1.12-1.1 | mdecore-1.12-1.1.jar | None |
  161. | L | autooredictconv | 1.12-1.0.1 | autooredictconv-1.12-1.0.1.jar | None |
  162. | L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  163. | L | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  164. | L | battletowers | 1.6.5 | BattleTowers-1.12.2.jar | None |
  165. | L | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  166. | L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  167. | L | bewitchment | 0.21.6 | bewitchment-1.12.2-0.0.21.6.jar | None |
  168. | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  169. | L | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  170. | L | biomestaff | 1.0.0 | BiomeStaff-1.12.2-1.0.0.jar | None |
  171. | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None |
  172. | L | botania | r1.10-363 | Botania r1.10-363.jar | None |
  173. | L | buildcraftlib | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  174. | L | buildcraftcore | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  175. | L | buildcraftbuilders | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  176. | L | buildcrafttransport | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  177. | L | buildcraftsilicon | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  178. | L | buildcraftenergy | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  179. | L | reborncore | 3.18.0 | RebornCore-1.12.2-3.18.1.514-universal.jar | None |
  180. | L | techreborn | 2.26.3.1066 | TechReborn-1.12.2-2.26.3.1066-universal.jar | None |
  181. | L | forestry | 5.8.2.409 | forestry_1.12.2-5.8.2.409.jar | None |
  182. | L | buildcraftcompat | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  183. | L | buildcraftfactory | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  184. | L | buildcraftrobotics | 7.99.24.4 | buildcraft-all-7.99.24.4.jar | None |
  185. | L | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
  186. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  187. | L | champions | 1.12.2-1.0.11.3 | champions-1.12.2-1.0.11.3.jar | None |
  188. | L | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
  189. | L | charm | 1.12.2-1.3.6 | Charm-1.12.2-1.3.6.jar | None |
  190. | L | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  191. | L | chunkpregenerator | 2.1 | Chunk Pregenerator V1.12-2.2.jar | None |
  192. | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  193. | L | cyclopscore | 1.6.0 | CyclopsCore-1.12.2-1.6.0.jar | None |
  194. | L | commoncapabilities | 2.4.5 | CommonCapabilities-1.12.2-2.4.5.jar | None |
  195. | L | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
  196. | L | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
  197. | L | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | None |
  198. | L | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  199. | L | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  200. | L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None |
  201. | L | creativecore | 1.9.9 | CreativeCore_v1.9.90_mc1.12.2.jar | None |
  202. | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  203. | L | culinaryconstruct | 1.3.3.1 | culinaryconstruct-1.3.3.1.jar | None |
  204. | L | customizeddungeonloot | 1.0.3 | Customized-Dungeon-Loot-1.12 -(v.1.0.3).jar | None |
  205. | L | cyclicmagic | 1.19.18 | Cyclic-1.12.2-1.19.18.jar | None |
  206. | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  207. | L | danknull | 1.7.89 | DankNull-1.12.2-1.7.89.jar | None |
  208. | L | darknesslib | 1.0.0 | DarknessLib-1.12.2-1.0.0.jar | None |
  209. | L | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
  210. | L | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
  211. | L | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  212. | L | discordintegration | 3.0.4 | DiscordIntegration-mc1.12.2-3.0.5.jar | None |
  213. | L | dldungeonsjbg | 1.12.10 | DoomlikeDungeons-1.12.10-MC1.12.2.jar | None |
  214. | L | gottschcore | 1.10.0 | GottschCore-mc1.12.2-f14.23.5.2768-v1.10.0.jar | None |
  215. | L | dungeons2 | 1.7.1 | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.1.jar | None |
  216. | L | dungeontactics | DT-0.16.6 | DungeonTactics-1.12.2-0.16.6.jar | None |
  217. | L | ebwizardry | 4.2.7 | ElectroblobsWizardry-4.2.7-MC1.12.2.jar | None |
  218. | L | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  219. | L | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  220. | L | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  221. | L | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
  222. | L | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  223. | L | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  224. | L | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  225. | L | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  226. | L | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
  227. | L | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  228. | L | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  229. | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None |
  230. | L | energyconverters | 1.3.6.24 | energyconverters_1.12.2-1.3.6.24.jar | None |
  231. | L | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
  232. | L | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None |
  233. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  234. | L | fairylights | 2.1.10 | fairylights-2.1.10-1.12.2.jar | None |
  235. | L | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
  236. | L | farseek | 2.4 | Farseek-1.12-2.4.jar | None |
  237. | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  238. | L | mod_lavacow | 1.0.12 | Fishs_Undead_Rising-1.0.12.jar | None |
  239. | L | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  240. | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  241. | L | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  242. | L | fluxnetworks | 4.0.14 | fluxnetworks-1.12.2-4.0.14-31.jar | None |
  243. | L | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
  244. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  245. | L | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  246. | L | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  247. | L | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  248. | L | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
  249. | L | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
  250. | L | ftbquests | 1.8.0.237 | FTBQuests-1.8.0.237.jar | None |
  251. | L | ftbmoney | 1.1.0.42 | FTBMoney-1.1.0.42.jar | None |
  252. | L | gasconduits | 1.12.2-1.2.1 | GasConduits-1.12.2-1.2.2.jar | None |
  253. | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  254. | L | ghostsexplosives | 2.3.0 - MC 1.12.2 | Ghost's Explosives 2.3.0 - MC1.12.2.jar | None |
  255. | L | grue | 1.6.0 | Grue-1.12.2-1.6.0.jar | None |
  256. | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  257. | L | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | None |
  258. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
  259. | L | hats | 7.1.0 | Hats-1.12.2-7.1.0.jar | None |
  260. | L | hunterillager | 1.2 | hunterillager-1.12.2-1.2.jar | None |
  261. | L | icbmclassic | 1.12.2-3.3.0.63 | ICBM-classic-1.12.2-3.3.0b63.jar | None |
  262. | L | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | None |
  263. | L | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None |
  264. | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  265. | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  266. | L | improvedbackpacks | 1.12.2-1.4.0.0 | ImprovedBackpacks-1.12.2-1.4.0.0.jar | None |
  267. | L | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
  268. | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  269. | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  270. | L | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
  271. | L | instrumentalmobs | 1.2 | Instrumental-Mobs-1.2.jar | None |
  272. | L | integrateddynamics | 1.1.1 | IntegratedDynamics-1.12.2-1.1.1.jar | None |
  273. | L | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.1.jar | None |
  274. | L | integratedtunnels | 1.6.10 | IntegratedTunnels-1.12.2-1.6.10.jar | None |
  275. | L | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.10.jar | None |
  276. | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  277. | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  278. | L | nuclearcraft | 2.18o | NuclearCraft-2.18o-1.12.2.jar | None |
  279. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zf.jar | None |
  280. | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  281. | L | rftools | 7.73 | rftools-1.12-7.73.jar | None |
  282. | L | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | None |
  283. | L | inventorypets | 2.0.3 | inventorypets-1.12-2.0.3.jar | None |
  284. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  285. | L | itlt | 1.0.0 | itlt-1.12.2-1.0.2.jar | None |
  286. | L | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  287. | L | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  288. | L | journeymap | 1.12.2-5.5.7 | journeymap-1.12.2-5.5.7.jar | None |
  289. | L | jecalculation | 1.12.2-3.2.3 | JustEnoughCalculation-1.12.2-3.2.3.jar | None |
  290. | L | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
  291. | L | laggoggles | FAT-1.12.2-4.9 | LagGoggles-FAT-1.12.2-4.9.jar | None |
  292. | L | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None |
  293. | L | levelup2 | ${version} | levelup2-1.2.1.jar | None |
  294. | L | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre198_mc1.12.2.jar | None |
  295. | L | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None |
  296. | L | timecore | 1.0.1.1 | TimeCore-1.12.2-1.0.1.1.jar | None |
  297. | L | lootgames | 1.0.3.0 | LootGames-1.12.2-1.0.3.0.jar | None |
  298. | L | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  299. | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  300. | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  301. | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  302. | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
  303. | L | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  304. | L | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
  305. | L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  306. | L | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
  307. | L | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
  308. | L | guilib | $version | morepaintings-paintings-1.12.2-5.0.1.2.jar | None |
  309. | L | paintingselgui | $version | morepaintings-paintings-1.12.2-5.0.1.2.jar | None |
  310. | L | morepaintings | $version | morepaintings-paintings-1.12.2-5.0.1.2.jar | None |
  311. | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  312. | L | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  313. | L | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  314. | L | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  315. | L | naturesaura | r18 | NaturesAura-r18.jar | None |
  316. | L | naturescompass | 1.8.3 | NaturesCompass-1.12.2-1.8.3.jar | None |
  317. | L | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  318. | L | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  319. | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  320. | L | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
  321. | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
  322. | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
  323. | L | openmodularturrets | 3.1.4-356 | openmodularturrets-1.12.2-3.1.4-356.jar | None |
  324. | L | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  325. | L | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  326. | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  327. | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  328. | L | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
  329. | L | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
  330. | L | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | None |
  331. | L | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None |
  332. | L | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  333. | L | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | None |
  334. | L | rats | 3.2.5 | rats-3.2.5.jar | None |
  335. | L | reskillable | 1.12.2-1.13.0 | Reskillable-1.12.2-1.13.0.jar | None |
  336. | L | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  337. | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  338. | L | ruins | 17.2 | Ruins-1.12.2.jar | None |
  339. | L | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
  340. | L | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  341. | L | signpost | 1.08.3 | signpost-1.12.2-1.08.3.jar | None |
  342. | L | storagenetwork | 1.7.10 | SimpleStorageNetwork-1.12.2-1.7.10.jar | None |
  343. | L | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None |
  344. | L | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
  345. | L | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  346. | L | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None |
  347. | L | stupidthings | 1.1.5 | Stupid Things-1.12.X-1.1.5.jar | None |
  348. | L | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
  349. | L | beneath | 1.7.0 | The Beneath-1.12.2-1.7.0.jar | None |
  350. | L | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | None |
  351. | L | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | None |
  352. | L | thesummoner | 1.0.1-beta | thesummoner-1.0.1.jar | None |
  353. | L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  354. | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  355. | L | totemic | 1.12.2-0.11.6 | Totemic-1.12.2-0.11.6.jar | None |
  356. | L | treasure2 | 1.8.0 | Treasure2-mc1.12.2-f14.23.5.2768-v1.8.0.jar | None |
  357. | L | vampirism | 1.5.7 | Vampirism-1.12.2-1.5.7.jar | None |
  358. | L | teamlapen-lib | 1.5.7 | Vampirism-1.12.2-1.5.7.jar | None |
  359. | L | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
  360. | L | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
  361. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  362. | L | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | None |
  363. | L | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None |
  364. | L | wrcbe | 2.3.2 | WR-CBE-1.12.2-2.3.2.33-universal.jar | None |
  365. | L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  366. | L | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  367. | L | structurize | 1.12.2-0.10.198-ALPHA | structurize-1.12.2-0.10.198-ALPHA.jar | None |
  368. | L | minecolonies | 1.12.2-0.10.668-BETA | minecolonies-1.12.2-0.10.668-BETA-universal.jar | None |
  369. | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
  370. | L | solcarrot | 1.8.3 | solcarrot-1.12.2-1.8.3.jar | None |
  371. | L | thebetweenlands | 3.5.6 | TheBetweenlands-3.5.6-universal.jar | None |
  372. | L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.4.0.73.jar | None |
  373. | L | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | None |
  374. | L | midnight | 0.3.5 | themidnight-0.3.5.jar | None |
  375. | L | armoryexpansion-conarm | 1.4.1 | armoryexpansion-1.4.1.jar | None |
  376. | L | mysticallib | 1.12.2-1.6.0 | mysticallib-1.12.2-1.6.0.jar | None |
  377. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  378. | L | unidict | 1.12.2-2.9.5 | UniDict-1.12.2-2.9.5.jar | None |
  379. | L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  380. | UD | mdecore-core | 1.0 | minecraft.jar | None |
  381. Loaded coremods (and transformers): CorePlugin (ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar)
  382.  
  383. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.6.jar)
  384.  
  385. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  386. li.cil.oc.common.asm.ClassTransformer
  387. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  388. squeek.applecore.asm.TransformerModuleHandler
  389. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  390. team.chisel.ctm.client.asm.CTMTransformer
  391. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  392. mekanism.coremod.KeybindingMigrationHelper
  393. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  394. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  395. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  396.  
  397. ratscore (rats-3.2.5.jar)
  398. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  399. VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
  400.  
  401. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  402. lumien.resourceloader.asm.ClassTransformer
  403. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  404.  
  405. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  406. lumien.hardcoredarkness.asm.ClassTransformer
  407. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  408.  
  409. LoadingPlugin (Reskillable-1.12.2-1.13.0.jar)
  410. codersafterdark.reskillable.base.asm.ClassTransformer
  411. CharmLoadingPlugin (Charm-1.12.2-1.3.6.jar)
  412. svenhjol.charm.base.CharmClassTransformer
  413. CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2.jar)
  414.  
  415. LittlePatchingLoader (LittleTiles_v1.5.0-pre198_mc1.12.2.jar)
  416. com.creativemd.littletiles.LittleTilesTransformer
  417. Quark Plugin (Quark-r1.6-177.jar)
  418. vazkii.quark.base.asm.ClassTransformer
  419. iceandfire (iceandfire-1.8.3.jar)
  420. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  421. ForgelinPlugin (Forgelin-1.8.4.jar)
  422.  
  423. midnight (themidnight-0.3.5.jar)
  424. com.mushroom.midnight.core.transformer.MidnightClassTransformer
  425. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  426. openmods.core.OpenModsClassTransformer
  427. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  428. com.enderio.core.common.transform.EnderCoreTransformer
  429. com.enderio.core.common.transform.SimpleMixinPatcher
  430. RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
  431. com.therandomlabs.randompatches.core.RPTransformer
  432. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
  433.  
  434. Plugin (NotEnoughIDs-1.5.4.4.jar)
  435. ru.fewizz.neid.asm.Transformer
  436. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  437. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  438. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  439. MDECore-Core (mdecore-1.12-1.1.jar)
  440. com.mattdahepic.mdecore.asm.TickrateTransformer
  441. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  442. lumien.randomthings.asm.ClassTransformer
  443. 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)
  444. pl.asie.foamfix.coremod.FoamFixTransformer
  445. FarseekCoreMod (Farseek-1.12-2.4.jar)
  446. farseek.core.FarseekClassTransformer
  447. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
  448. thebetweenlands.core.TheBetweenlandsClassTransformer
  449. MovingWorldCore (movingworld-1.12-6.342-full.jar)
  450. 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]
  451. Suspected Mods: Unknown
  452. Profiler Position: N/A (disabled)
  453. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  454. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement