Advertisement
Nightreaver

Untitled

Jun 23rd, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 2018-06-24 01:24:58 MESZ
  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:602)
  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:218)
  22. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  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:135)
  35. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  36. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  37. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
  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.jeid.core.json:MixinChunk] from phase [DEFAULT] in config [mixins.jeid.core.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$readBiomeByteArray$zzd000 could not find any targets matching 'func_186033_a' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.jeid.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:486)
  73. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1179)
  74. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:900)
  75. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:304)
  76. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:267)
  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 3.16.0-6-amd64
  90. Java Version: 1.8.0_171, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 1056419840 bytes (1007 MB) / 2172649472 bytes (2072 MB) up to 7484735488 bytes (7138 MB)
  93. JVM Flags: 0 total;
  94. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  95. FML: MCP 9.42 Powered by Forge 14.23.4.2708 221 mods loaded, 221 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. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  101. | UC | mcp | 9.42 | minecraft.jar | None |
  102. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2708-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  103. | UC | forge | 14.23.4.2708 | forge-1.12.2-14.23.4.2708-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  104. | UC | dcs_asm | 2.0.1 | minecraft.jar | 4cd12b92959105443b7b694fffe0cea9ed004886 |
  105. | UC | openmodscore | 0.11.5 | minecraft.jar | None |
  106. | UC | foamfixcore | 7.7.4 | minecraft.jar | None |
  107. | UC | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None |
  108. | UC | botania_tweaks_core | -100 | minecraft.jar | None |
  109. | UC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  110. | UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  111. | UC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  112. | UC | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
  113. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  114. | UC | botania_tweaks | 1.3 | botaniatweaks-1.3.jar | None |
  115. | UE | thaumcraft | 6.1.BETA16 | Thaumcraft-1.12.2-6.1.BETA16.jar | None |
  116. | U | botania | r1.10-354 | Botania r1.10-354.jar | None |
  117. | U | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  118. | U | animania | 1.4.7 | animania-1.12.2-1.4.8.jar | None |
  119. | U | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  120. | U | endercore | 1.12.2-0.5.31 | EnderCore-1.12.2-0.5.31.jar | None |
  121. | U | jei | 4.9.1.172 | jei_1.12.2-4.9.1.172.jar | None |
  122. | U | codechickenlib | 3.1.9.344 | CodeChickenLib-1.12.2-3.1.9.344-universal.jar | None |
  123. | U | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | None |
  124. | U | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
  125. | U | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | None |
  126. | U | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | None |
  127. | U | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | None |
  128. | U | enderio | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  129. | U | enderiointegrationtic | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  130. | U | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  131. | U | tinkersextras | 1.12.2-1.0.5 | TinkersExtras-1.12.2-1.0.5.jar | None |
  132. | U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  133. | U | appliedfluidics | 1.12.2-2.0.0 | AppliedFluidics-1.12.2-2.0.0.jar | None |
  134. | U | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | None |
  135. | U | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
  136. | U | aromabackup | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | None |
  137. | U | aromabackuprecovery | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | None |
  138. | U | autopackager | 1.9 | autopackager-1.9.jar | None |
  139. | U | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  140. | U | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  141. | U | betterunderground | 1.1.7 | betterunderground-1.1.7.jar | None |
  142. | U | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  143. | U | ic2 | 2.8.89-ex112 | industrialcraft-2-2.8.89-ex112.jar | None |
  144. | U | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
  145. | U | forestry | 5.8.0.305 | forestry_1.12.2-5.8.0.305.jar | None |
  146. | U | binniecore | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  147. | U | binniedesign | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  148. | U | genetics | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  149. | U | botany | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  150. | U | extrabees | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  151. | U | extratrees | 2.5.0.166 | binnie-mods-1.12.2-2.5.0.166.jar | None |
  152. | U | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  153. | U | bloodmagic | 1.12.2-2.2.12-97 | BloodMagic-1.12.2-2.2.12-97.jar | None |
  154. | U | bonsaitrees | 1.0.4 | bonsaitrees-1.0.4-b71.jar | None |
  155. | U | bookshelf | 2.3.552 | Bookshelf-1.12.2-2.3.552.jar | None |
  156. | U | buildcraftlib | 7.99.17 | buildcraft-7.99.17.jar | None |
  157. | U | buildcraftcore | 7.99.17 | buildcraft-7.99.17.jar | None |
  158. | U | buildcraftbuilders | 7.99.17 | buildcraft-7.99.17.jar | None |
  159. | U | buildcraftenergy | 7.99.17 | buildcraft-7.99.17.jar | None |
  160. | U | buildcraftfactory | 7.99.17 | buildcraft-7.99.17.jar | None |
  161. | U | buildcraftrobotics | 7.99.17 | buildcraft-7.99.17.jar | None |
  162. | U | buildcrafttransport | 7.99.17 | buildcraft-7.99.17.jar | None |
  163. | U | buildcraftsilicon | 7.99.17 | buildcraft-7.99.17.jar | None |
  164. | U | buildcraftcompat | 7.99.14 | buildcraft-compat-7.99.14.jar | None |
  165. | U | carpentersblocks | 3.4.003 POC | Carpenter's Blocks v3.4.003 POC - MC 1.12.2.jar | None |
  166. | U | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
  167. | U | caveroot | 1.1.0 | caveroot-1.1.0.jar | None |
  168. | U | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
  169. | U | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  170. | U | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | None |
  171. | U | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
  172. | U | chunkpregenerator | 1.8 | Chunk+Pregenerator+V1.12-1.8.1.jar | None |
  173. | U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.6.jar | None |
  174. | U | compactdrawers | 1.12.2-1.0.2.80 | CompactDrawers-1.12.2-1.0.2.80.jar | None |
  175. | U | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
  176. | U | refinedstorage | 1.5.34 | refinedstorage-1.5.34.jar | None |
  177. | U | compactmachines3 | 3.0.8 | compactmachines3-1.12.2-3.0.8-b200.jar | None |
  178. | U | compactstorage | 3.1 | CompactStorage-3.1-12.jar | None |
  179. | U | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
  180. | U | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
  181. | U | coroutil | 1.12.1-1.2.11 | coroutil-1.12.1-1.2.11.jar | None |
  182. | U | configmod | v1.0 | coroutil-1.12.1-1.2.11.jar | None |
  183. | U | craftingtweaks | 8.1.8 | CraftingTweaks_1.12.2-8.1.8.jar | None |
  184. | U | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
  185. | U | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None |
  186. | U | ebwizardry | 4.1.2 | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar | None |
  187. | U | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  188. | U | enderiobase | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  189. | U | enderioconduits | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  190. | U | enderioconduitsappliedenergistics | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  191. | U | enderioconduitsopencomputers | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  192. | U | enderioconduitsrefinedstorage | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  193. | U | enderiointegrationforestry | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  194. | U | enderiointegrationticlate | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  195. | U | ftblib | 5.2.0.23 | FTBLib-5.2.0.23.jar | None |
  196. | U | enderiomachines | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  197. | U | enderiopowertools | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
  198. | U | enderutilities | 0.7.10 | enderutilities-1.12.2-0.7.10.jar | None |
  199. | U | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
  200. | U | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None |
  201. | U | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
  202. | U | waila | 1.8.24 | Hwyla-1.8.24-B39_1.12.jar | None |
  203. | U | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
  204. | U | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  205. | U | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  206. | U | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  207. | U | farmingforblockheads | 3.1.17 | FarmingForBlockheads_1.12.2-3.1.17.jar | None |
  208. | U | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  209. | U | fastbench | 1.3.1 | FastWorkbench-1.12.2-1.3.1.jar | None |
  210. | U | foamfix | 0.9.9-1.12.2 | foamfix-0.9.9-1.12.2-anarchy.jar | None |
  211. | U | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  212. | U | forgemultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  213. | U | microblockcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  214. | U | minecraftmultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  215. | U | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  216. | U | ftbutilities | 5.2.0.28 | FTBUtilities-5.2.0.28.jar | None |
  217. | U | cfm | 4.2.0 | furniture-4.2.0-1.12.2.jar | None |
  218. | U | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
  219. | U | mcjtylib_ng | 3.0.2 | mcjtylib-1.12-3.0.2.jar | None |
  220. | U | gearswap | 1.6.0 | gearswap-1.12-1.6.0.jar | None |
  221. | U | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  222. | U | pressure | 1.3.1.6 | pressure-1.3.1.6-mc1.12.1.jar | None |
  223. | U | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  224. | U | guielevator | 2.5-[1.10.2] | GuiElevator-[1.12.2]-2.5.jar | None |
  225. | U | hammercore | 1.9.9.16 | HammerCore-1.12.2-1.9.9.16.jar | None |
  226. | U | dcs_lib | 2.5.3 | HeatAndClimateLib_1.12.2-2.5.3.jar | None |
  227. | U | dcs_climate | 2.5.3 | HeatAndClimateMod_1.12.2-2.5.3.jar | None |
  228. | U | immcraft | 1.5.0 | immcraft-1.12-1.5.0.jar | None |
  229. | U | immersiveengineering | 0.12-81 | ImmersiveEngineering-0.12-81.jar | None |
  230. | U | immersivecables | 1.3.0 | ImmersiveCables-1.12.2-1.3.0.jar | None |
  231. | U | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  232. | U | improvedbackpacks | 1.12.2-1.2.0.3 | ImprovedBackpacks-1.12.2-1.2.0.3.jar | None |
  233. | U | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
  234. | U | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.1-176.jar | None |
  235. | U | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  236. | U | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  237. | U | mysticalagriculture | 1.6.12 | mysticalagriculture-1.12-1.6.12.jar | None |
  238. | U | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
  239. | U | harvestcraft | 1.12.2t | Pam's+HarvestCraft+1.12.2t.jar | None |
  240. | U | rftools | 7.54 | rftools-1.12-7.54.jar | None |
  241. | U | integrationforegoing | 1.12.2-1.7 | IntegrationForegoing-1.12.2-1.7.jar | None |
  242. | U | inventorygenerators | 1.1.2 | inventorygenerators-1.1.2.jar | None |
  243. | U | inventorypets | 1.4.9.9b | inventorypets-1.12-1.4.9.9b.jar | None |
  244. | U | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
  245. | U | ironchest | 1.12.2-7.0.42.827 | ironchest-1.12.2-7.0.42.827.jar | None |
  246. | U | itlt | 1.0.0 | itlt-1.12-1.0.0.jar | None |
  247. | U | jaopcaagriculture | 1.12.2-1.2.1.13 | JAOPCAAgriculture-1.12.2-1.2.1.13.jar | None |
  248. | U | jaopca | 1.12.2-2.2.8.90 | JAOPCA-1.12.2-2.2.8.90.jar | None |
  249. | U | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.90.jar | None |
  250. | U | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
  251. | U | jarm | 1.1.1 | Just+A+Raft+Mod-1.1.1.jar | None |
  252. | U | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  253. | U | jeid | 1.0.0-6 | JustEnoughIDs-1.0.0-6.jar | None |
  254. | U | leatherworks | 1.75.5 | LeatherWorks-1.12-1.75.5.36.jar | None |
  255. | U | mystcraft | 0.13.4.03 | mystcraft-1.12.2-0.13.4.03.jar | None |
  256. | U | lootbags | 2.5.4b | LootBags-1.12.2-2.5.4b.jar | None |
  257. | U | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
  258. | U | minetogether | unspecified | minetogether-1.10.2-1.8.7.jar | None |
  259. | U | minetogetherserver | unspecified | minetogether-1.10.2-1.8.7.jar | None |
  260. | U | zawa | 1.12.2-1.2.0 | zawa+-+1.2.0+(1.12.2).jar | None |
  261. | U | moon-core | 7.0 | moon-core+7.0+(1.12).jar | None |
  262. | U | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  263. | U | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  264. | U | multiplelights | 1.0.2 | MultipleLights-1.12.x-1.0.2.jar | None |
  265. | U | netherfoundation | 1.2.0 | NetherFoundation-1.12.2-1.2.0-universal.jar | None |
  266. | U | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  267. | U | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | None |
  268. | U | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | None |
  269. | U | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
  270. | U | fodc | 1.11.0 | OreDictionaryConverter-1.11.0.jar | None |
  271. | U | simplystrawberries | 1.12.2-1.0.0 | Pam's+Simply+Strawberries+1.12.2+-+1.0.0.jar | None |
  272. | U | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0.jar | None |
  273. | U | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  274. | U | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
  275. | U | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  276. | U | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  277. | U | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  278. | U | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  279. | U | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  280. | U | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  281. | U | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  282. | U | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  283. | U | randomthings | 4.1.5 | RandomThings-MC1.12.2-4.1.5.jar | None |
  284. | U | reborncore | 3.8.9.300 | RebornCore-1.12.2-3.8.9.300-universal.jar | None |
  285. | U | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | None |
  286. | U | refinedrelocation | 4.2.27 | RefinedRelocation_1.12.2-4.2.27.jar | None |
  287. | U | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
  288. | U | xreliquary | 1.12.2-1.3.4.767 | Reliquary-1.12.2-1.3.4.767.jar | None |
  289. | U | rflux | 0.3.0 | rflux-1.12-0.3.0.jar | None |
  290. | U | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  291. | U | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
  292. | U | rftoolspower | 1.1.0 | rftoolspower-1.12-1.1.0.jar | None |
  293. | U | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None |
  294. | U | simpledivegear | 1.0.3 | SimpleDivingGear-1.0.3+mc+1.12.2.jar | None |
  295. | U | solarfluxreborn | 3.50r | SolarFluxReborn_1.12.2-3.50r.jar | None |
  296. | U | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  297. | U | subterranaenwaters | 1.12.2-1.4.5 | subh2o-1.12.2-1.4.5.jar | None |
  298. | U | terra | 1.0 | Terra+1.12.2+-+1.1.9.jar | None |
  299. | U | thaumadditions | 2r | ThaumicAdditions-1.12.2-2r.jar | None |
  300. | U | thaumicequivalence | 1.12.2-1.0.2 | ThaumicEquivalence-1.12.2-1.0.2.jar | None |
  301. | U | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  302. | U | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | None |
  303. | U | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | None |
  304. | U | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | None |
  305. | U | tinker_io | release 2.6.1 | tinker_io-1.12.2-release+2.6.1.jar | None |
  306. | U | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  307. | U | totemic | 1.12.2-0.10.3 | Totemic-1.12.2-0.10.3.jar | None |
  308. | U | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  309. | U | traverse | 1.5.4 | Traverse-1.12.2-1.5.4-61.jar | None |
  310. | U | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
  311. | U | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
  312. | U | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
  313. | U | walljump | 1.12.2-1.1.5 | walljump-1.12.2-1.1.5.jar | None |
  314. | U | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | None |
  315. | U | xpholder | 1.0.1 | XpHolder-1.0.1-mc1.12.x.jar | None |
  316. | U | yabba | 1.1.2.10 | YABBA-1.1.2.10.jar | None |
  317. | U | zombie_players | 1.12.1-1.1.1 | zombie_players-1.12.1-1.1.1.jar | None |
  318. | U | moofluids | 1.12.2-1.7.11.02a | MooFluids-1.12.2-1.7.11.02a.jar | None |
  319. | U | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
  320. | U | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  321. Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-81.jar)
  322. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  323. ForgelinPlugin (Forgelin-1.7.4.jar)
  324.  
  325. EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
  326. com.enderio.core.common.transform.EnderCoreTransformer
  327. com.enderio.core.common.transform.SimpleMixinPatcher
  328. DCASMPlugin (HeatAndClimateLib_1.12.2-2.5.3.jar)
  329. defeatedcrow.hac.asm.DCMethodTransformer
  330. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  331. openmods.core.OpenModsClassTransformer
  332. VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
  333.  
  334. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  335.  
  336. HammerCoreCore (HammerCore-1.12.2-1.9.9.16.jar)
  337. com.pengu.hammercore.asm.HammerCoreTransformer
  338. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  339. invtweaks.forge.asm.ContainerTransformer
  340. Botania Tweaks Core (botaniatweaks-1.3.jar)
  341. quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
  342. BlurPlugin (Blur-1.0.4-14.jar)
  343. com.tterrag.blur.BlurTransformer
  344. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
  345. pl.asie.foamfix.coremod.FoamFixTransformer
  346. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  347. com.wynprice.secretroomsmod.core.SecretRoomsTransformer
  348. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
  349. org.blockartistry.DynSurround.asm.Transformer
  350. LoadingPlugin (RandomThings-MC1.12.2-4.1.5.jar)
  351. lumien.randomthings.asm.ClassTransformer
  352. JEIDLoadingPlugin (JustEnoughIDs-1.0.0-6.jar)
  353.  
  354. BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
  355. mods.betterfoliage.loader.BetterFoliageTransformer
  356. 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]
  357. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  358. Suspected Mods: Unknown
  359. Profiler Position: N/A (disabled)
  360. Is Modded: Definitely; Server brand changed to 'fml,forge'
  361. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement