Advertisement
Guest User

Untitled

a guest
Aug 7th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.87 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar)
  5. 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.5-1.12.2.jar)
  6. HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  7. SpongeCoremod (_aaa.jar)
  8. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  9. RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  10. Quark Plugin (Quark-r1.6-174.jar)
  11. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  12. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.10-core.jar)
  13. EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
  14. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  15. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  16. ForgelinPlugin (Forgelin-1.8.3.jar)
  17. Plugin (NotEnoughIDs-1.5.4.4.jar)
  18. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  19. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  20. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  21. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  22. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  23. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  24. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  25. Contact their authors BEFORE contacting forge
  26.  
  27. // On the bright side, I bought you a teddy bear!
  28.  
  29. Time: 07/08/19 22:49
  30. Description: Exception in server tick loop
  31.  
  32. java.lang.NoClassDefFoundError: Lnet/minecraft/world/chunk/Chunk;
  33. at java.lang.Class.getDeclaredFields0(Native Method)
  34. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  35. at java.lang.Class.getDeclaredFields(Class.java:1916)
  36. at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29)
  37. at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877)
  38. at java.lang.Class.forName0(Native Method)
  39. at java.lang.Class.forName(Class.java:264)
  40. at ic2.core.util.SideGateway.<init>(SideGateway.java:15)
  41. at ic2.core.IC2.<clinit>(IC2.java:188)
  42. at java.lang.Class.forName0(Native Method)
  43. at java.lang.Class.forName(Class.java:348)
  44. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:498)
  49. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  50. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  51. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  52. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  53. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  54. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  56. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  57. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:498)
  62. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  63. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  64. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  65. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  66. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  67. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  69. at net.minecraftforge.fml.common.LoadController.redirect$forgeImpl$PostEvent$zza000(LoadController.java:568)
  70. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  71. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  72. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  73. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  74. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  75. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  76. at java.lang.Thread.run(Thread.java:745)
  77. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  78. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  79. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  81. ... 44 more
  82. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  83. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  84. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  85. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  86. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  87. ... 46 more
  88. 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
  89. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
  90. at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
  91. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
  92. ... 49 more
  93. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$bbo000 could not find any targets matching 'setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json
  94. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421)
  95. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
  96. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
  97. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
  98. at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:39)
  99. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478)
  100. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
  101. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
  102. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
  103. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  104. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  105. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  106. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  107. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  108. ... 49 more
  109.  
  110.  
  111. A detailed walkthrough of the error, its code path and all known details is as follows:
  112. ---------------------------------------------------------------------------------------
  113.  
  114. -- Head --
  115. Thread: Server thread
  116. Stacktrace:
  117. at java.lang.Class.getDeclaredFields0(Native Method)
  118. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  119. at java.lang.Class.getDeclaredFields(Class.java:1916)
  120. at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29)
  121. at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877)
  122. at java.lang.Class.forName0(Native Method)
  123. at java.lang.Class.forName(Class.java:264)
  124. at ic2.core.util.SideGateway.<init>(SideGateway.java:15)
  125. at ic2.core.IC2.<clinit>(IC2.java:188)
  126. at java.lang.Class.forName0(Native Method)
  127. at java.lang.Class.forName(Class.java:348)
  128. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  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.sendEventToModContainer(LoadController.java:219)
  141. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  142. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  143. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  144. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  145. at java.lang.reflect.Method.invoke(Method.java:498)
  146. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  147. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  148. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  149. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  150. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  151. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  152. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  153. at net.minecraftforge.fml.common.LoadController.redirect$forgeImpl$PostEvent$zza000(LoadController.java:568)
  154. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  155. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  156.  
  157. -- Sponge PhaseTracker --
  158. Details:
  159. Phase Stack: [Empty stack]
  160. Stacktrace:
  161. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjc000(MinecraftServer.java:4720)
  162. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  163. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  164. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  165. at java.lang.Thread.run(Thread.java:745)
  166.  
  167. -- System Details --
  168. Details:
  169. Minecraft Version: 1.12.2
  170. Operating System: Linux (amd64) version 3.16.0-9-amd64
  171. Java Version: 1.8.0_72, Oracle Corporation
  172. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  173. Memory: 241114376 bytes (229 MB) / 981127168 bytes (935 MB) up to 31136546816 bytes (29694 MB)
  174. JVM Flags: 22 total; -Xms512M -XX:PermSize=384M -XX:MaxPermSize=768M -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=2
  175. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  176. FML: MCP 9.42 Powered by Forge 14.23.5.2838 252 mods loaded, 252 mods active
  177. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  178.  
  179. Mods:
  180.  
  181. | State | ID | Version | Source | Signature |
  182. |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------------- |:---------------------------------------- |
  183. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  184. | LC | mcp | 9.42 | minecraft.jar | None |
  185. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  186. | LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  187. | LC | advancedrocketrycore | 1 | minecraft.jar | None |
  188. | LC | spongeapi | 7.1.0-0abc85a72 | _aaa.jar | None |
  189. | LC | sponge | 1.12.2-7.1.7-SNAPSHOT | _aaa.jar | None |
  190. | LC | spongeforge | 1.12.2-2838-7.1.7-RC3880 | _aaa.jar | None |
  191. | LC | openmodscore | 0.12.2 | minecraft.jar | None |
  192. | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
  193. | LC | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  194. | LC | randompatches | 1.12.2-1.17.2.1 | randompatches-1.12.2-1.17.2.1.jar | None |
  195. | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  196. | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  197. | LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  198. | LC | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None |
  199. | LC | abyssalcraft | 1.9.10 | AbyssalCraft-1.12.2-1.9.10.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  200. | LC | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  201. | LC | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None |
  202. | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  203. | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  204. | L | ic2 | 2.8.176-ex112 | industrialcraft-2-2.8.176-ex112.jar | None |
  205. | L | advanced_solar_panels | 4.3.0 | Advanced Solar Panels-4.3.0.jar | None |
  206. | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  207. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  208. | L | libvulpes | 0.4.0.-56 | LibVulpes-1.12.2-0.4.0-56-universal.jar | None |
  209. | L | advancedrocketry | 1.5.0.-138 | AdvancedRocketry-1.12.2-1.5.0-138-universal.jar | None |
  210. | L | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | None |
  211. | L | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  212. | L | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  213. | L | endercore | 1.12.2-0.5.65 | EnderCore-1.12.2-0.5.65.jar | None |
  214. | L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  215. | L | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
  216. | L | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
  217. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  218. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  219. | L | draconicevolution | 2.3.24 | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None |
  220. | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None |
  221. | L | enderio | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  222. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  223. | L | projecte | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar | None |
  224. | L | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  225. | L | enderiointegrationtic | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  226. | L | twilightforest | 3.9.974 | twilightforest-1.12.2-3.9.974-universal.jar | None |
  227. | L | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  228. | L | p455w0rdslib | 2.2.156 | p455w0rdslib-1.12.2-2.2.156.jar | None |
  229. | L | ae2wtlib | 1.0.30 | AE2WTLib-1.12.2-1.0.30.jar | None |
  230. | L | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None |
  231. | L | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  232. | L | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  233. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  234. | L | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  235. | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  236. | L | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  237. | L | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  238. | L | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  239. | L | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | None |
  240. | L | armoryexpansion | 1.3.0 | armoryexpansion-1.3.0.jar | None |
  241. | L | armoryexpansion-custommaterials | 1.3.0 | armoryexpansion-1.3.0.jar | None |
  242. | L | armoryexpansion-iceandfire | 1.3.0 | armoryexpansion-1.3.0.jar | None |
  243. | L | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | None |
  244. | L | aroma1997sdimension | 2.0.0.2.b96 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | None |
  245. | L | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | None |
  246. | L | quark | r1.6-174 | Quark-r1.6-174.jar | None |
  247. | L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  248. | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  249. | L | avaritiaio | 1.1 | avaritiaio-1.3.jar | None |
  250. | L | botania | r1.10-361 | Botania r1.10-361.jar | None |
  251. | L | avaritiatweaks | 1.12.2-1.1 | AvaritiaTweaks-1.12.2-1.1.jar | None |
  252. | L | bhc | 2.0.3 | baubley-heart-canisters-1.12.2-2.0.3.jar | None |
  253. | L | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  254. | L | betterquesting | 3.5.300 | BetterQuesting-3.5.300.jar | None |
  255. | L | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  256. | L | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  257. | L | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  258. | L | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  259. | L | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
  260. | L | reborncore | 3.15.5.467 | RebornCore-1.12.2-3.15.5.467-universal.jar | None |
  261. | L | techreborn | 2.24.1.1017 | TechReborn-1.12.2-2.24.1.1017-universal.jar | None |
  262. | L | forestry | 5.8.2.392 | forestry_1.12.2-5.8.2.392.jar | None |
  263. | L | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  264. | L | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  265. | L | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  266. | L | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  267. | L | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  268. | L | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  269. | L | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None |
  270. | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  271. | L | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None |
  272. | L | bloodarsenal | 1.12.2-2.2.0-28 | BloodArsenal-1.12.2-2.2.0-28.jar | None |
  273. | L | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
  274. | L | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | None |
  275. | L | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  276. | L | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  277. | L | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  278. | L | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  279. | L | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  280. | L | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  281. | L | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  282. | L | mekanism | 1.12.2-9.8.1.383 | Mekanism-1.12.2-9.8.1.383.jar | None |
  283. | L | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  284. | L | calculator | 5.0.11 | calculator-1.12.2-5.0.11-12.jar | None |
  285. | L | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  286. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  287. | L | chancecubes | 1.12.2-4.0.0.271 | ChanceCubes-1.12.2-4.0.0.271.jar | None |
  288. | L | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | None |
  289. | L | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
  290. | L | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  291. | L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  292. | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  293. | L | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | None |
  294. | L | enderiobase | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  295. | L | enderioconduits | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  296. | L | enderioconduitsappliedenergistics | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  297. | L | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  298. | L | enderioconduitsopencomputers | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  299. | L | enderioconduitsrefinedstorage | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  300. | L | enderiointegrationforestry | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  301. | L | enderiointegrationticlate | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  302. | L | ftblib | 5.4.3.130 | FTBLib-5.4.3.130.jar | None |
  303. | L | enderiomachines | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  304. | L | enderiopowertools | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  305. | L | enderioendergy | 5.0.50 | EnderIO-endergy-1.12.2-5.0.50.jar | None |
  306. | L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None |
  307. | L | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
  308. | L | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  309. | L | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  310. | L | equivalentenergistics | 0.8.3 | EquivalentEnergistics-1.12.2-PE_1.3.1B-AE2_RV6-0.8.3.jar | None |
  311. | L | erebus | 1.0.30 | Erebus-1.0.30.jar | None |
  312. | L | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
  313. | L | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  314. | L | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  315. | L | exnihilocreatio | 1.12.2-0.4.5.1 | exnihilocreatio-1.12.2-0.4.5.1.jar | None |
  316. | L | excompressum | 3.0.31 | ExCompressum_1.12.2-3.0.31.jar | None |
  317. | L | hammercore | 2.0.4.7 | HammerCore-1.12.2-2.0.4.7.jar | None |
  318. | L | expequiv | 12r | ExpandedEquivalence-1.12.2-12r.jar | None |
  319. | L | extendedcrafting | 1.5.5 | ExtendedCrafting-1.12.2-1.5.5.jar | None |
  320. | L | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  321. | L | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  322. | L | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  323. | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  324. | L | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  325. | L | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  326. | L | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  327. | L | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  328. | L | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  329. | L | ftbutilities | 5.4.0.100 | FTBUtilities-5.4.0.100.jar | None |
  330. | L | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.5.jar | None |
  331. | L | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  332. | L | gardenofglass | sqrt(-1) | GardenOfGlass.jar | None |
  333. | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  334. | L | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
  335. | L | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  336. | L | hatchery | 2.2.2 | hatchery-1.12.2-2.2.2.jar | None |
  337. | L | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | None |
  338. | L | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
  339. | L | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None |
  340. | L | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None |
  341. | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  342. | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  343. | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  344. | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  345. | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  346. | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  347. | L | nuclearcraft | 2.17c | NuclearCraft-2.17c-1.12.2.jar | None |
  348. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2ze.jar | None |
  349. | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  350. | L | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  351. | L | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None |
  352. | L | silentgems | 2.8.18 | SilentsGems-1.12.2-2.8.18+322.jar | None |
  353. | L | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | None |
  354. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  355. | L | jaopcaagriculture | 1.12.2-1.2.1.13 | JAOPCAAgriculture-1.12.2-1.2.1.13.jar | None |
  356. | L | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  357. | L | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
  358. | L | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  359. | L | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  360. | L | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None |
  361. | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  362. | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  363. | L | matc | 1.0.1-hotfix | matc-1.0.1-hotfix.jar | None |
  364. | L | mekanismgenerators | 1.12.2-9.8.1.383 | MekanismGenerators-1.12.2-9.8.1.383.jar | None |
  365. | L | mekanismtools | 1.12.2-9.8.1.383 | MekanismTools-1.12.2-9.8.1.383.jar | None |
  366. | L | morechickens | 3.2.0 | morechickens-1.12.2-3.2.0.jar | None |
  367. | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  368. | L | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  369. | L | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None |
  370. | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  371. | L | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  372. | L | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
  373. | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |
  374. | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |
  375. | L | orechidendium | 1.0.1 | OrechidEndium-1.12.2-1.0.1.jar | None |
  376. | L | packagedauto | 1.12.2-1.0.2.6 | PackagedAuto-1.12.2-1.0.2.6.jar | None |
  377. | L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  378. | L | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  379. | L | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | None |
  380. | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  381. | L | simplyjetpacks | 2.2.12.65 | SimplyJetpacks2-1.12.2-2.2.12.65.jar | None |
  382. | L | plustic | 7.0.7.0 | plustic-7.0.7.0.jar | None |
  383. | L | pneumaticcraft | 1.12.2-0.11.4-368 | pneumaticcraft-repressurized-1.12.2-0.11.4-368.jar | None |
  384. | L | projectex | 1.1.0.32 | ProjectEX-1.1.0.32.jar | None |
  385. | L | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None |
  386. | L | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  387. | L | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  388. | L | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  389. | L | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  390. | L | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  391. | L | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  392. | L | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  393. | L | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  394. | L | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
  395. | L | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | None |
  396. | L | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  397. | L | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  398. | L | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
  399. | L | roost | 2.0.10 | roost-1.12.2-2.0.10.jar | None |
  400. | L | sgextraparts | 1.4.6 | SGExtraParts-1.12.2-1.4.6-49.jar | None |
  401. | L | simplevoidworld | 1.2.0.9 | Simple-Void-World-1.12-1.2.0.9-universal.jar | None |
  402. | L | solarflux | 4.32r | SolarFluxReborn_1.12.2-4.32r.jar | None |
  403. | L | bq_standard | 3.4.159 | StandardExpansion-3.4.159.jar | None |
  404. | L | stevescarts | 2.4.31.135 | StevesCarts-1.12.2-2.4.31.135.jar | None |
  405. | L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  406. | L | thaumicenergistics | 2.2.2 | thaumicenergistics-2.2.2.jar | None |
  407. | L | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
  408. | L | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | None |
  409. | L | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | None |
  410. | L | tinker_io | rw2.7.1 | tinker_io-1.12.2-rw2.7.1.jar | None |
  411. | L | tcomplement | 1.12.2-0.4.2 | TinkersComplement-1.12.2-0.4.2.jar | None |
  412. | L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
  413. | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  414. | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
  415. | L | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  416. | L | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
  417. | L | treegrowingsimulator | 0.0.4 | TreeGrowingSimulator2017-1.0.1.jar | None |
  418. | L | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  419. | L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  420. | L | voidislandcontrol | 1.5.3 | voidislandcontrol-1.5.3.jar | None |
  421. | L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  422. | L | wct | 3.12.93 | WirelessCraftingTerminal-1.12.2-3.12.93.jar | None |
  423. | L | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
  424. | L | wrcbe | 2.3.1 | WR-CBE-1.12.2-2.3.1.30-universal.jar | None |
  425. | L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  426. | L | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | None |
  427. | L | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46-universal.jar | None |
  428. | L | thebetweenlands | 3.4.10 | TheBetweenlands-3.4.10-universal.jar | None |
  429. | L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.2.0.52.jar | None |
  430. | L | armoryexpansion-conarm | 1.3.0 | armoryexpansion-1.3.0.jar | None |
  431. | L | moofluids | 1.12.2-1.8.12.02a | MooFluids-1.12.2-1.8.12.02a.jar | None |
  432. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  433. | L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  434. | L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  435.  
  436.  
  437. Plugins:
  438.  
  439. | State | ID | Version | Source | Signature |
  440. |:----- |:-- |:------- |:------ |:--------- |
  441.  
  442. Loaded coremods (and transformers):
  443. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar)
  444. zmaster587.advancedRocketry.asm.ClassTransformer
  445. 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.5-1.12.2.jar)
  446. pl.asie.foamfix.coremod.FoamFixTransformer
  447. HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  448. com.zeitheron.hammercore.asm.HammerCoreTransformer
  449. SpongeCoremod (_aaa.jar)
  450. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  451. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  452. openmods.core.OpenModsClassTransformer
  453. RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  454. com.therandomlabs.randompatches.core.RPTransformer
  455. Quark Plugin (Quark-r1.6-174.jar)
  456. vazkii.quark.base.asm.ClassTransformer
  457. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  458. li.cil.oc.common.asm.ClassTransformer
  459. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.10-core.jar)
  460. thebetweenlands.core.TheBetweenlandsClassTransformer
  461. EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
  462. com.enderio.core.common.transform.EnderCoreTransformer
  463. com.enderio.core.common.transform.SimpleMixinPatcher
  464. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  465. team.chisel.ctm.client.asm.CTMTransformer
  466. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  467. p455w0rdslib.asm.ClassTransformer
  468. ForgelinPlugin (Forgelin-1.8.3.jar)
  469.  
  470. Plugin (NotEnoughIDs-1.5.4.4.jar)
  471. ru.fewizz.neid.asm.Transformer
  472. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  473. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  474. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  475.  
  476. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  477. mekanism.coremod.KeybindingMigrationHelper
  478. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  479. lumien.randomthings.asm.ClassTransformer
  480. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  481.  
  482. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  483.  
  484. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  485.  
  486. 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]
  487. Profiler Position: N/A (disabled)
  488. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  489. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement