Advertisement
Guest User

Untitled

a guest
May 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  5. F5FixLoadingPlugin (f5fix-1.2.jar)
  6. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  7. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
  8. ForgelinPlugin (Forgelin-1.8.2.jar)
  9. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  10. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  11. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  12. Wizardry Plugin (wizardry-0.9.9.jar)
  13. AstralCore (astralsorcery-1.12.2-1.10.18.jar)
  14. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  15. LittlePatchingLoader (LittleTiles_v1.5.0-pre135_mc1.12.2.jar)
  16. 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)
  17. CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
  18. LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  19. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  20. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  21. ApotheosisCore (Apotheosis-1.12.2-1.9.4.jar)
  22. RandomPatches (randompatches-1.12.2-1.15.1.0.jar)
  23. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  24. Quark Plugin (Quark-r1.5-150.jar)
  25. Botania Tweaks Core (botaniatweaks-1.8.5.jar)
  26. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  27. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6-RC3716.jar)
  28. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  29. BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
  30. Contact their authors BEFORE contacting forge
  31.  
  32. // Oh - I know what I did wrong!
  33.  
  34. Time: 5/26/19 10:05 PM
  35. Description: Exception in server tick loop
  36.  
  37. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
  38. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  39. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
  40. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
  41. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  42. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  43. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  44. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  45. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  46. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmm000(ChunkProviderServer.java:678)
  47. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  48. at net.minecraft.world.World.func_72964_e(World.java:310)
  49. at net.minecraft.world.World.func_175726_f(World.java:305)
  50. at net.minecraft.world.World.func_175672_r(World.java:1619)
  51. at gregtech.api.worldgen.generator.CachedGridEntry.<init>(CachedGridEntry.java:94)
  52. at gregtech.api.worldgen.generator.CachedGridEntry.getOrCreateEntry(CachedGridEntry.java:43)
  53. at gregtech.api.worldgen.generator.WorldGeneratorImpl.generateInternal(WorldGeneratorImpl.java:48)
  54. at gregtech.api.worldgen.generator.WorldGeneratorImpl.generate(WorldGeneratorImpl.java:40)
  55. at net.minecraftforge.fml.common.registry.GameRegistry.redirect$onGenerateWorld$zzd000(GameRegistry.java:571)
  56. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  57. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
  58. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  59. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:110)
  60. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  61. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  62. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  63. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmm000(ChunkProviderServer.java:678)
  64. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  65. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3598)
  66. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:843)
  67. at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:784)
  68. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3549)
  69. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  70. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  71. at java.lang.Thread.run(Thread.java:748)
  72. Suppressed: java.lang.IllegalStateException: Cause Stack Frame Corruption! Attempted to pop a frame that was not on the stack.
  73. at org.spongepowered.common.event.SpongeCauseStackManager.popCauseFrame(SpongeCauseStackManager.java:282)
  74. at java.util.ArrayDeque$DeqIterator.forEachRemaining(ArrayDeque.java:674)
  75. at org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:627)
  76. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3602)
  77. ... 6 more
  78. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
  79. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  81. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  82. ... 34 more
  83. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  84. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  85. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  86. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  87. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  88. ... 36 more
  89. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$onGetStorageSize$FixVanillaBug$zmj000(Lnet/minecraft/util/BitArray;)I in mixins.common.core.json:world.chunk.MixinBlockStateContainer failed injection check, (0/1) succeeded. Using refmap mixins.common.refmap.json
  90. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
  91. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
  92. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
  93. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
  94. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  95. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  96. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  97. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  98. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  99. ... 39 more
  100.  
  101.  
  102. A detailed walkthrough of the error, its code path and all known details is as follows:
  103. ---------------------------------------------------------------------------------------
  104.  
  105. -- Head --
  106. Thread: Server thread
  107. Stacktrace:
  108. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  109. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
  110. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
  111. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  112. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  113. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  114. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  115. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  116. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmm000(ChunkProviderServer.java:678)
  117. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  118. at net.minecraft.world.World.func_72964_e(World.java:310)
  119. at net.minecraft.world.World.func_175726_f(World.java:305)
  120. at net.minecraft.world.World.func_175672_r(World.java:1619)
  121. at gregtech.api.worldgen.generator.CachedGridEntry.<init>(CachedGridEntry.java:94)
  122. at gregtech.api.worldgen.generator.CachedGridEntry.getOrCreateEntry(CachedGridEntry.java:43)
  123. at gregtech.api.worldgen.generator.WorldGeneratorImpl.generateInternal(WorldGeneratorImpl.java:48)
  124. at gregtech.api.worldgen.generator.WorldGeneratorImpl.generate(WorldGeneratorImpl.java:40)
  125. at net.minecraftforge.fml.common.registry.GameRegistry.redirect$onGenerateWorld$zzd000(GameRegistry.java:571)
  126. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  127. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
  128. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  129. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:110)
  130. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  131. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  132. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  133. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmm000(ChunkProviderServer.java:678)
  134. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  135. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3598)
  136. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:843)
  137.  
  138. -- Sponge PhaseTracker --
  139. Details:
  140. Phase Stack: /*********************************************************************************************************************************/
  141. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  142. /* Context: */
  143. /* - Source: WorldServer{Name=MirkoTech, DimensionId=0, DimensionType=justenoughdimensions:jed_surface_0, DimensionTypeId=0} */
  144. /* - World: WorldServer{Name=MirkoTech, DimensionId=0, DimensionType=justenoughdimensions:jed_surface_0, DimensionTypeId=0} */
  145. /*********************************************************************************************************************************/
  146.  
  147. Stacktrace:
  148. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3975)
  149. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  150. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  151. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  152. at java.lang.Thread.run(Thread.java:748)
  153.  
  154. -- System Details --
  155. Details:
  156. Minecraft Version: 1.12.2
  157. Operating System: Linux (amd64) version 4.15.0-48-generic
  158. Java Version: 1.8.0_191, Oracle Corporation
  159. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  160. Memory: 317593952 bytes (302 MB) / 1593888768 bytes (1520 MB) up to 6227755008 bytes (5939 MB)
  161. JVM Flags: 7 total; -Xmx6144M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=5 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
  162. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  163. FML: MCP 9.42 Powered by Forge 14.23.5.2836 233 mods loaded, 233 mods active
  164. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  165.  
  166. | State | ID | Version | Source | Signature |
  167. |:------ |:------------------------------------ |:------------------------- |:----------------------------------------------------------- |:---------------------------------------- |
  168. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  169. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  170. | LCHIJA | FML | 8.0.99.99 | FTBserver-1.12.2-14.23.5.2836-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  171. | LCHIJA | forge | 14.23.5.2836 | FTBserver-1.12.2-14.23.5.2836-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  172. | LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
  173. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  174. | LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
  175. | LCHIJA | spongeapi | 7.1.0-3fdbf299 | spongeforge-1.12.2-2825-7.1.6-RC3716.jar | None |
  176. | LCHIJA | sponge | 1.12.2-7.1.6-SNAPSHOT | spongeforge-1.12.2-2825-7.1.6-RC3716.jar | None |
  177. | LCHIJA | spongeforge | 1.12.2-2825-7.1.6-RC3716 | spongeforge-1.12.2-2825-7.1.6-RC3716.jar | None |
  178. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  179. | LCHIJA | bnbgamingcore | 0.11.0 | minecraft.jar | None |
  180. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  181. | LCHIJA | botania_tweaks_core | -100 | minecraft.jar | None |
  182. | LCHIJA | randompatches | 1.12.2-1.15.1.0 | randompatches-1.12.2-1.15.1.0.jar | None |
  183. | LCHIJA | fastbench | 1.7.1 | FastWorkbench-1.12.2-1.7.1.jar | None |
  184. | LCHIJA | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
  185. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  186. | LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  187. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  188. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  189. | LCHIJA | libvulpes | 0.4.0.-56 | LibVulpes-1.12.2-0.4.0-56-universal.jar | None |
  190. | LCHIJA | advancedrocketry | 1.5.0.-139 | AdvancedRocketry-1.12.2-1.5.0-139-universal.jar | None |
  191. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  192. | LCHIJA | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
  193. | LCHIJA | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
  194. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  195. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  196. | LCHIJA | jei | 4.15.0.278 | jei_1.12.2-4.15.0.278.jar | None |
  197. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  198. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  199. | LCHIJA | brandonscore | 2.4.10 | BrandonsCore-1.12.2-2.4.10.198-universal.jar | None |
  200. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  201. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  202. | LCHIJA | draconicevolution | 2.3.21 | Draconic-Evolution-1.12.2-2.3.21.342-universal.jar | None |
  203. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  204. | LCHIJA | enderio | 5.0.40 | EnderIO-base-1.12.2-5.0.40.jar | None |
  205. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  206. | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  207. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  208. | LCHIJA | enderiointegrationtic | 5.0.40 | EnderIO-integration-tic-1.12.2-5.0.40.jar | None |
  209. | LCHIJA | tinkersextras | 1.12.2-1.0.9 | TinkersExtras-1.12.2-1.0.9.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  210. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  211. | LCHIJA | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None |
  212. | LCHIJA | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  213. | LCHIJA | cyclicmagic | 1.19.8 | Cyclic-1.12.2-1.19.8.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  214. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  215. | LCHIJA | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
  216. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  217. | LCHIJA | animus | 1 | Animus-1.12-2.1.2.jar | None |
  218. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  219. | LCHIJA | apotheosis | 1.9.4 | Apotheosis-1.12.2-1.9.4.jar | None |
  220. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  221. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  222. | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
  223. | LCHIJA | armoreablemobs | 1.1.2 | armoreablemobs-1.12.2-1.1.8.jar | None |
  224. | LCHIJA | artemislib | 1.0.4 | ArtemisLib-1.12.2-v1.0.4.jar | None |
  225. | LCHIJA | athenaeum | 1.12.2-1.16.0-1-g05e9939 | athenaeum-1.12.2-1.16.0.jar | None |
  226. | LCHIJA | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  227. | LCHIJA | gamestages | 2.0.114 | GameStages-1.12.2-2.0.114.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  228. | LCHIJA | artisanworktables | 1.12.2-1.20.2 | artisanworktables-1.12.2-1.20.2.jar | None |
  229. | LCHIJA | astralsorcery | 1.10.18 | astralsorcery-1.12.2-1.10.18.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  230. | LCHIJA | quark | r1.5-150 | Quark-r1.5-150.jar | None |
  231. | LCHIJA | autoreglib | 1.3-28 | AutoRegLib-1.3-28.jar | None |
  232. | LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  233. | LCHIJA | base | 3.12.1 | base-1.12.2-3.12.1.jar | None |
  234. | LCHIJA | bhc | 1.2.3 | baubley-heart-canisters-1.12.2-1.2.3.jar | None |
  235. | LCHIJA | biggerpacketsplz | 1.2 | biggerpacketsplz-since1.8-1.2.jar | 266588b191a3e2974a4a577f282858a3bc07da42 |
  236. | LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
  237. | LCHIJA | botania_tweaks | 1.8.5 | botaniatweaks-1.8.5.jar | None |
  238. | LCHIJA | botania | r1.10-361 | Botania r1.10-361.jar | None |
  239. | LCHIJA | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
  240. | LCHIJA | rf-capability-adapter | 1.0 | capabilityadapter-1.0.1.jar | None |
  241. | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  242. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  243. | LCHIJA | gregtech | 1.7.0.387 | gregtech-1.12.2-1.7.0.387.jar | None |
  244. | LCHIJA | ceu | 1.0.3.3 | CEU-1.12.2-1.0.3.3.jar | None |
  245. | LCHIJA | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  246. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  247. | LCHIJA | cyclopscore | 1.2.0 | CyclopsCore-1.12.2-1.2.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  248. | LCHIJA | commoncapabilities | 2.2.1 | CommonCapabilities-1.12.2-2.2.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  249. | LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
  250. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  251. | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
  252. | LCHIJA | roost | 2.0.6 | coop-1.12.2-2.0.6.jar | None |
  253. | LCHIJA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  254. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
  255. | LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.45_mc1.12.2.jar | None |
  256. | LCHIJA | cryingobsidian | 1.1.3 | CryingObsidian-1.12.1-1.1.3.jar | None |
  257. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  258. | LCHIJA | cyberware | 0.2.10.15 | cyberware-1.12.2-0.2.10.15.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
  259. | LCHIJA | dmonsters | 1.7 | Deadly Monsters 1.71.jar | None |
  260. | LCHIJA | patchouli | 1.0-19 | Patchouli-1.0-19.jar | None |
  261. | LCHIJA | deepmoblearning | 1.12.2-2.5.1 | deepmoblearning-1.12.2-2.5.1-universal.jar | None |
  262. | LCHIJA | deepmoblearningbm | 1.12.2-1.0.1 | deepmoblearningbm-1.12.2-1.0.1-universal.jar | None |
  263. | LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  264. | LCHIJA | dimensionalcontrol | 2.11.0 | DimensionalControl-1.12.2-2.11.0.jar | None |
  265. | LCHIJA | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  266. | LCHIJA | discordintegration | 3.0.4 | DiscordIntegration-mc1.12.2-3.0.5.jar | None |
  267. | LCHIJA | dldungeonsjbg | 1.12.3 | DoomlikeDungeons-1.12.3-MC1.12.2.jar | None |
  268. | LCHIJA | dropt | 1.12.2-1.14.0 | dropt-1.12.2-1.14.0.jar | None |
  269. | LCHIJA | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None |
  270. | LCHIJA | enderiobase | 5.0.40 | EnderIO-base-1.12.2-5.0.40.jar | None |
  271. | LCHIJA | enderioconduits | 5.0.40 | EnderIO-conduits-1.12.2-5.0.40.jar | None |
  272. | LCHIJA | enderiopowertools | 5.0.40 | EnderIO-conduits-1.12.2-5.0.40.jar | None |
  273. | LCHIJA | enderioconduitsappliedenergistics | 5.0.40 | EnderIO-conduits-appliedenergistics-1.12.2-5.0.40.jar | None |
  274. | LCHIJA | enderioendergy | 5.0.40 | EnderIO-endergy-1.12.2-5.0.40.jar | None |
  275. | LCHIJA | enderiointegrationticlate | 5.0.40 | EnderIO-integration-tic-1.12.2-5.0.40.jar | None |
  276. | LCHIJA | ftblib | 5.4.1.99 | FTBLib-5.4.1.99.jar | None |
  277. | LCHIJA | enderiomachines | 5.0.40 | EnderIO-machines-1.12.2-5.0.40.jar | None |
  278. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  279. | LCHIJA | enderutilities | 0.7.12 | enderutilities-1.12.2-0.7.12.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  280. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  281. | LCHIJA | floralchemy | 1.12.2-1.0.1 | Floralchemy-1.12.2-1.0.1.jar | None |
  282. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  283. | LCHIJA | mekanism | 1.12.2-9.7.4.375 | Mekanism-1.12.2-9.7.4.375.jar | None |
  284. | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  285. | LCHIJA | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  286. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  287. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  288. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  289. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  290. | LCHIJA | ftbutilities | 5.4.0.96 | FTBUtilities-5.4.0.96.jar | None |
  291. | LCHIJA | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
  292. | LCHIJA | ftbquests | 1.5.2.151 | FTBQuests-1.5.2.151.jar | None |
  293. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.3.jar | None |
  294. | LCHIJA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  295. | LCHIJA | fvw | 1.0.0 | fvw-1.0.0.jar | None |
  296. | LCHIJA | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  297. | LCHIJA | integrateddynamics | 1.0.11 | IntegratedDynamics-1.12.2-1.0.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  298. | LCHIJA | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
  299. | LCHIJA | randomthings | 4.2.7.1 | RandomThings-MC1.12.2-4.2.7.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  300. | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  301. | LCHIJA | hitwithaxe | 1.4.0 | Hit With Axe-1.12.2-1.4.0.jar | None |
  302. | LCHIJA | hotornot | 1.1.2 | HotOrNot-1.12-1.1.2-16.jar | None |
  303. | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  304. | LCHIJA | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
  305. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  306. | LCHIJA | incontrol | 3.9.7 | incontrol-1.12-3.9.7.jar | None |
  307. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  308. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None |
  309. | LCHIJA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  310. | LCHIJA | insomniac | 1.6 | insomniac-1.6.jar | None |
  311. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.11.jar | None |
  312. | LCHIJA | integratedtunnels | 1.6.8 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
  313. | LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
  314. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zc The 7mm Kidney Stone Update.jar | None |
  315. | LCHIJA | mcjtylib_ng | 3.5.1 | mcjtylib-1.12-3.5.1.jar | None |
  316. | LCHIJA | rftools | 7.71 | rftools-1.12-7.71.jar | None |
  317. | LCHIJA | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  318. | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  319. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  320. | LCHIJA | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  321. | LCHIJA | itlt | 1.0.0 | itlt-1.12-1.0.0.jar | None |
  322. | LCHIJA | justenoughdimensions | 1.6.0-dev.20190407.194630 | justenoughdimensions-1.12.2-1.6.0-dev.20190407.194630.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  323. | LCHIJA | jee | 1.0.6 | JustEnoughEnergistics-1.12.2-1.0.6.jar | None |
  324. | LCHIJA | knowledgeshare | 1.0 | knowledgeshare-1.0.jar | None |
  325. | LCHIJA | laggoggles | FORGE-1.12.2-4.3-HOTFIX | LagGoggles-FORGE-1.12.2-4.3-HOTFIX.jar | None |
  326. | LCHIJA | lcrdrfs | 2.0.0 | LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | None |
  327. | LCHIJA | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None |
  328. | LCHIJA | librarianlib | 4.15 | librarianlib-1.12.2-4.15.jar | None |
  329. | LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre135_mc1.12.2.jar | None |
  330. | LCHIJA | loottweaker | 0.0.9 | LootTweaker-1.12.2-0.0.9.jar | None |
  331. | LCHIJA | mightyenderchicken | 7.3.0 | MightyEnderChicken-1.12.2-7.3.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  332. | LCHIJA | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  333. | LCHIJA | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  334. | LCHIJA | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  335. | LCHIJA | modularmachinery | 1.9.5 | modularmachinery-1.9.5.jar | None |
  336. | LCHIJA | modulardiversity | 1.1 | Modular Diversity-1.1.jar | None |
  337. | LCHIJA | morechickens | 3.2.0 | morechickens-1.12.2-3.2.0.jar | None |
  338. | LCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  339. | LCHIJA | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None |
  340. | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  341. | LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  342. | LCHIJA | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  343. | LCHIJA | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None |
  344. | LCHIJA | plustic | 7.0.6.1 | plustic-7.0.6.1.jar | None |
  345. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  346. | LCHIJA | randomtweaks | 1.12.2-2.5.0.5 | randomtweaks-1.12.2-2.5.0.5.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  347. | LCHIJA | reborncore | 3.13.12.447 | RebornCore-1.12.2-3.13.12.447-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  348. | LCHIJA | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  349. | LCHIJA | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None |
  350. | LCHIJA | resize | 2.0 | Resizing Potion-r2.1.jar | None |
  351. | LCHIJA | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.15.jar | None |
  352. | LCHIJA | roughtweaks | 1.0 | roughTweaks0.2.4-1.12.2.jar | None |
  353. | LCHIJA | rusticthaumaturgy | 4.4a | Rustic Thaumaturgy-4.4a.jar | None |
  354. | LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
  355. | LCHIJA | scavenge | 1.8 | Scavenge V1.12-1.8.3.2.jar | None |
  356. | LCHIJA | servertabinfo | 1.2.4 | ServerTabInfo-1.12.2-1.2.4.jar | None |
  357. | LCHIJA | gtadditions | 1.12.2-2.5.0 | Shadows_of_Greg-1.12.2-2.5.0.jar | None |
  358. | LCHIJA | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None |
  359. | LCHIJA | simple_trophies | 1.1.0 | simpletrophies-1.1.0.jar | None |
  360. | LCHIJA | simplylight | 0.7.0 | simplylight-0.7.0.jar | None |
  361. | LCHIJA | soulus | 1.12.2-4.2.1-4e33621 | Soulus-1.12.2-4.2.1-4e33621.jar | None |
  362. | LCHIJA | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None |
  363. | LCHIJA | sqpatch | 1.0.0 | SqueezerPatch-1.12.2-1.0.0.jar | None |
  364. | LCHIJA | terracore | 2.1.13 | TerraCore-1.12-2.1.13.jar | None |
  365. | LCHIJA | stats_keeper | 3.1.12 | StatsKeeper-1.12.2-3.1.12.jar | None |
  366. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  367. | LCHIJA | superfactorymanager | @VERSION@ | SuperFactoryManager-1.12.2-2.0.13.jar | None |
  368. | LCHIJA | thaumicenergistics | 2.2.2 | thaumicenergistics-2.2.2.jar | None |
  369. | LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  370. | LCHIJA | thaumicperiphery | 0.3.0 | thaumicperiphery-0.3.0.jar | None |
  371. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  372. | LCHIJA | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  373. | LCHIJA | thermallogistics | 0.2-23 | thermallogistics-0.2-23.jar | None |
  374. | LCHIJA | tcomplement | ${version} | TinkersComplement-1.12.2-0.3.2.jar | None |
  375. | LCHIJA | tinkerstages | 2.0.17 | TinkerStages-1.12.2-2.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  376. | LCHIJA | tiquality | FAT-1.12.2-GAMMA-1.4.2 | Tiquality-FAT-1.12.2-GAMMA-1.4.2.jar | None |
  377. | LCHIJA | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None |
  378. | LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
  379. | LCHIJA | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
  380. | LCHIJA | tombmanypluginscosmeticarmorreworked | 1.0.0 | tombmanypluginscosmeticarmorreworked-1.0.0.jar | None |
  381. | LCHIJA | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  382. | LCHIJA | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  383. | LCHIJA | ts2k16 | 1.2.10 | TS2K16-1.2.10.jar | None |
  384. | LCHIJA | vtb | 2.0.0 | VillagerTradingBan-2.0.0.6-universal.jar | None |
  385. | LCHIJA | voidislandcontrol | 1.5.3 | voidislandcontrol-1.5.3.jar | None |
  386. | LCHIJA | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None |
  387. | LCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  388. | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None |
  389. | LCHIJA | whoops | 1.0.1 | whoops-1.0.1.jar | None |
  390. | LCHIJA | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  391. | LCHIJA | wizardry | 0.9.9 | wizardry-0.9.9.jar | None |
  392. | LCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  393. | LCHIJA | zensummoning | 1.0.13 | Zen Summoning-1.12-1.0.13.jar | None |
  394. | LCHIJA | zentriggers | 1.0.0 | Zen Triggers-1.12-1.0.6.jar | None |
  395. | LCHIJA | zenstages | 0.4.1-19 | zenstages-0.4.1-19.jar | None |
  396. | LCHIJA | gbook | 2.9.1 | Guidebook-1.12.2-2.9.1.jar | None |
  397. | LCHIJA | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
  398. | LCHIJA | librarianliblate | 4.15 | librarianlib-1.12.2-4.15.jar | None |
  399. | LCHIJA | primal_tech | 0.3.4 | PrimalTech-0.3.4.jar | None |
  400. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  401.  
  402. Loaded coremods (and transformers):
  403. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  404. squeek.applecore.asm.TransformerModuleHandler
  405. F5FixLoadingPlugin (f5fix-1.2.jar)
  406. de.morrien.f5fix.F5FixTransformer
  407. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  408. shadows.squeezer.Transformer
  409. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
  410. zmaster587.advancedRocketry.asm.ClassTransformer
  411. ForgelinPlugin (Forgelin-1.8.2.jar)
  412.  
  413. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  414. team.chisel.ctm.client.asm.CTMTransformer
  415. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  416. lumien.resourceloader.asm.ClassTransformer
  417. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  418. lumien.hardcoredarkness.asm.ClassTransformer
  419. Wizardry Plugin (wizardry-0.9.9.jar)
  420. com.teamwizardry.wizardry.asm.WizardryTransformer
  421. AstralCore (astralsorcery-1.12.2-1.10.18.jar)
  422.  
  423. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  424. lumien.randomthings.asm.ClassTransformer
  425. LittlePatchingLoader (LittleTiles_v1.5.0-pre135_mc1.12.2.jar)
  426. com.creativemd.littletiles.LittleTilesTransformer
  427. 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)
  428. pl.asie.foamfix.coremod.FoamFixTransformer
  429. CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
  430.  
  431. LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  432. com.teamwizardry.librarianlib.asm.LibLibTransformer
  433. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  434. openmods.core.OpenModsClassTransformer
  435. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  436. invtweaks.forge.asm.ContainerTransformer
  437. ApotheosisCore (Apotheosis-1.12.2-1.9.4.jar)
  438. shadows.ApotheosisTransformer
  439. RandomPatches (randompatches-1.12.2-1.15.1.0.jar)
  440. com.therandomlabs.randompatches.core.RPTransformer
  441. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  442. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  443. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  444. Quark Plugin (Quark-r1.5-150.jar)
  445. vazkii.quark.base.asm.ClassTransformer
  446. Botania Tweaks Core (botaniatweaks-1.8.5.jar)
  447. quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
  448. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  449. com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
  450. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6-RC3716.jar)
  451. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  452. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  453. com.enderio.core.common.transform.EnderCoreTransformer
  454. com.enderio.core.common.transform.SimpleMixinPatcher
  455. BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
  456. net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer
  457. 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]
  458. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  459. Pulsar/tconstruct loaded Pulses:
  460. - TinkerCommons (Enabled/Forced)
  461. - TinkerWorld (Enabled/Not Forced)
  462. - TinkerTools (Enabled/Not Forced)
  463. - TinkerHarvestTools (Enabled/Forced)
  464. - TinkerMeleeWeapons (Enabled/Forced)
  465. - TinkerRangedWeapons (Enabled/Forced)
  466. - TinkerModifiers (Enabled/Forced)
  467. - TinkerSmeltery (Enabled/Not Forced)
  468. - TinkerGadgets (Enabled/Not Forced)
  469. - TinkerOredict (Enabled/Forced)
  470. - TinkerIntegration (Enabled/Forced)
  471. - TinkerFluids (Enabled/Forced)
  472. - TinkerMaterials (Enabled/Forced)
  473. - TinkerModelRegister (Enabled/Forced)
  474. - chiselIntegration (Enabled/Not Forced)
  475. - theoneprobeIntegration (Enabled/Not Forced)
  476.  
  477. Pulsar/tcomplement loaded Pulses:
  478. - ModuleCommons (Enabled/Forced)
  479. - ModuleMelter (Enabled/Not Forced)
  480. - ModuleArmor (Enabled/Not Forced)
  481. - CeramicsPlugin (Enabled/Not Forced)
  482. - ChiselPlugin (Enabled/Not Forced)
  483.  
  484. RebornCore:
  485. Plugin Engine: 1
  486. RebornCore Version: 3.13.12.447
  487. Runtime Debofucsation 1
  488. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  489. An unsupported base software is installed: 'sponge'. This is NOT supported.
  490. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  491.  
  492. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  493. !!!You are looking at the diagnostics information, not at the crash. !!!
  494. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  495. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  496.  
  497. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  498. Profiler Position: N/A (disabled)
  499. Player Count: 0 / 20; []
  500. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  501. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement