Advertisement
NekoTiki

Crash Report

Apr 20th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. BedPatch (bedpatch-2.2-1.12.2.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. CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-11.jar)
  7. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  8. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b164.jar)
  9. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  10. AstralCore (astralsorcery-1.12.2-1.10.17.jar)
  11. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  12. ForgelinPlugin (Forgelin-1.8.2.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  14. EnderCorePlugin (EnderCore-1.12.2-0.5.56-core.jar)
  15. ApotheosisCore (Apotheosis-1.12.2-1.9.2.jar)
  16. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  17. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  18. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  19. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5.jar)
  20. Contact their authors BEFORE contacting forge
  21.  
  22. // On the bright side, I bought you a teddy bear!
  23.  
  24. Time: 20/04/19 17:09
  25. Description: Exception in server tick loop
  26.  
  27. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
  28. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  29. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
  30. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
  31. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  32. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  33. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  34. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  35. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  36. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$znb000(ChunkProviderServer.java:678)
  37. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  38. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3594)
  39. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:830)
  40. at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771)
  41. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545)
  42. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  44. at java.lang.Thread.run(Thread.java:745)
  45. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
  46. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  49. ... 17 more
  50. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  51. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  52. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  53. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  55. ... 19 more
  56. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$onGetStorageSize$FixVanillaBug$zmo000(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
  57. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
  58. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
  59. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
  60. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
  61. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  62. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  63. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  64. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  65. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  66. ... 22 more
  67.  
  68.  
  69. A detailed walkthrough of the error, its code path and all known details is as follows:
  70. ---------------------------------------------------------------------------------------
  71.  
  72. -- Head --
  73. Thread: Server thread
  74. Stacktrace:
  75. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  76. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
  77. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
  78. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  79. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  80. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  81. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  82. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  83. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$znb000(ChunkProviderServer.java:678)
  84. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  85. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3594)
  86. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:830)
  87.  
  88. -- Sponge PhaseTracker --
  89. Details:
  90. Phase Stack: [Empty stack]
  91. Stacktrace:
  92. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zkc000(MinecraftServer.java:3973)
  93. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  94. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  95. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  96. at java.lang.Thread.run(Thread.java:745)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.12.2
  101. Operating System: Linux (amd64) version 4.9.0-0.bpo.6-amd64
  102. Java Version: 1.8.0_72, Oracle Corporation
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 652724600 bytes (622 MB) / 2109153280 bytes (2011 MB) up to 31136546816 bytes (29694 MB)
  105. 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
  106. IntCache: cache: 11, tcache: 93, allocated: 0, tallocated: 0
  107. FML: MCP 9.42 Powered by Forge 14.23.5.2831 195 mods loaded, 195 mods active
  108. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  109.  
  110. | State | ID | Version | Source | Signature |
  111. |:------ |:------------------------ |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  112. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  113. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  114. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2831-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  115. | LCHIJA | forge | 14.23.5.2831 | forge-1.12.2-14.23.5.2831-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  116. | LCHIJA | smoothfontcore | mc1.12.2-2.0-alpha-7 | minecraft.jar | None |
  117. | LCHIJA | spongeapi | 7.1.0-366290f8 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  118. | LCHIJA | sponge | 1.12.2-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  119. | LCHIJA | spongeforge | 1.12.2-2768-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  120. | LCHIJA | bnbgamingcore | 0.11.0 | minecraft.jar | None |
  121. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  122. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  123. | LCHIJA | advancementbook | 1.0.3 | Advancement_Book-1.12-1.0.3.jar | None |
  124. | LCHIJA | animalcrops | 1.12.2-0.2.0 | AnimalCrops-1.12.2-0.2.0.jar | None |
  125. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  126. | LCHIJA | apotheosis | 1.9.2 | Apotheosis-1.12.2-1.9.2.jar | None |
  127. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  128. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  129. | LCHIJA | statues | 0.8.7.2 | statues-1.12.X-0.8.7.2.jar | None |
  130. | LCHIJA | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
  131. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  132. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  133. | LCHIJA | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  134. | LCHIJA | gamestages | 2.0.114 | GameStages-1.12.2-2.0.114.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  135. | LCHIJA | recipestages | 1.1.1 | RecipeStages-1.1.1.jar | None |
  136. | LCHIJA | primitivecrafting | 1.3.1 | PrimitiveCrafting MC1.12.2 v1.3.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  137. | LCHIJA | jei | 4.15.0.275 | jei_1.12.2-4.15.0.275.jar | None |
  138. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  139. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  140. | LCHIJA | aroma1997core | 2.0.0.2.b164 | Aroma1997Core-1.12.2-2.0.0.2.b164.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  141. | LCHIJA | astralsorcery | 1.10.17 | astralsorcery-1.12.2-1.10.17.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  142. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  143. | LCHIJA | bdsandm | 0.0.21 | BarrelsDrumsStorageAndMore-0.0.21.jar | None |
  144. | LCHIJA | base | 3.11.0 | base-1.12.2-3.11.0.jar | None |
  145. | LCHIJA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  146. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  147. | LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
  148. | LCHIJA | bonsaitrees | 1.1.2 | bonsaitrees-1.1.2-b144.jar | None |
  149. | LCHIJA | bouncy_creepers | 0.0.4 | BouncyCreepers-0.0.4.jar | None |
  150. | LCHIJA | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
  151. | LCHIJA | caliper | 1.1.43 | Caliper-1.12.2-1.1.43.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  152. | LCHIJA | calmdownzombieguy | 1.0.0 | CalmDownZombieGuy-1.12.2-1.0.0.jar | None |
  153. | LCHIJA | carryon | 1.12.1 | CarryOn MC1.12.2 v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  154. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  155. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  156. | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  157. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  158. | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  159. | LCHIJA | chargers | 1.2.0.4 | Chargers-1.12.2-1.2.0.4.jar | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
  160. | LCHIJA | chineseworkshop | 1.2.6 | ChineseWorkshop-1.12.2_1.2.6.jar | None |
  161. | LCHIJA | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  162. | LCHIJA | clickmachine | 1.2.0 | ClickMachine-1.12.2-1.2.0.jar | None |
  163. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  164. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  165. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  166. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  167. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  168. | LCHIJA | cyclopscore | 1.0.6 | CyclopsCore-1.12.2-1.0.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  169. | LCHIJA | commoncapabilities | 2.1.0 | CommonCapabilities-1.12.2-2.1.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  170. | LCHIJA | compactmachines3 | 3.0.17 | compactmachines3-1.12.2-3.0.17-b267.jar | None |
  171. | LCHIJA | compactstorage | 3.1 | CompactStorage-3.1-12.jar | None |
  172. | LCHIJA | compatched | 1.4.0 | ComPatchedStorage-1.12.2-1.4.0.jar | None |
  173. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  174. | LCHIJA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  175. | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
  176. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
  177. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  178. | LCHIJA | culinaryconstruct | 1.3.2.1 | culinaryconstruct-1.3.2.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  179. | LCHIJA | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  180. | LCHIJA | cyclicmagic | 1.19.4 | Cyclic-1.12.2-1.19.4.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  181. | LCHIJA | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  182. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  183. | LCHIJA | deepmoblearning | 1.12.2-2.5.0 | deepmoblearning-1.12.2-2.5.0-universal.jar | None |
  184. | LCHIJA | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  185. | LCHIJA | elevatorid | 1.3.8 | ElevatorMod-1.12.2-1.3.8.jar | None |
  186. | LCHIJA | endercore | 1.12.2-0.5.56 | EnderCore-1.12.2-0.5.56.jar | None |
  187. | LCHIJA | endercrop | 1.12.2-1.6.0 | endercrop-1.12.2-1.6.0.jar | None |
  188. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  189. | LCHIJA | enderutilities | 0.7.12 | enderutilities-1.12.2-0.7.12.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  190. | LCHIJA | extendedcrafting | 1.5.4 | ExtendedCrafting-1.12.2-1.5.4.jar | None |
  191. | LCHIJA | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  192. | LCHIJA | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
  193. | LCHIJA | fastfurnace | 1.2.2 | FastFurnace-1.12.2-1.2.2.jar | None |
  194. | LCHIJA | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
  195. | LCHIJA | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
  196. | LCHIJA | slabmachines | 1.0.5 | Slab_Machines-1.0.5.jar | None |
  197. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  198. | LCHIJA | mekanism | 1.12.2-9.6.9.367 | Mekanism-1.12.2-9.6.9.367.jar | None |
  199. | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  200. | LCHIJA | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  201. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  202. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  203. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  204. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  205. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  206. | LCHIJA | forgivingvoid | 1.0.21 | ForgivingVoid_1.12.2-1.0.21.jar | None |
  207. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  208. | LCHIJA | headcrumbs | 2.0.4 | Headcrumbs-1.12.2-2.0.5.17.jar | None |
  209. | LCHIJA | horsepower | 2.6.3 | HorsePower-1.12.2-2.6.3.72.jar | cd7e958342770a8b17c919055da42c24dfefd879 |
  210. | LCHIJA | huntingdim | 1.0.37 | HuntingDimension-1.12.2-1.0.37.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  211. | LCHIJA | hydrogel | 1.1.0 | HydroGel-1.12.2-1.1.0.jar | None |
  212. | LCHIJA | ichunutil | 7.2.0 | iChunUtil-1.12.2-7.1.4.jar | None |
  213. | LCHIJA | incontrol | 3.9.6 | incontrol-1.12-3.9.6.jar | None |
  214. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  215. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.11-235.jar | None |
  216. | LCHIJA | inspirations | 1.12.2-0.2.4 | Inspirations-1.12.2-0.2.4.jar | None |
  217. | LCHIJA | integrateddynamics | 1.0.8 | IntegratedDynamics-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  218. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.8.jar | None |
  219. | LCHIJA | integratedtunnels | 1.6.7 | IntegratedTunnels-1.12.2-1.6.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  220. | LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.7.jar | None |
  221. | LCHIJA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  222. | LCHIJA | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
  223. | LCHIJA | itemstages | 2.0.49 | ItemStages-1.12.2-2.0.49.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  224. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  225. | LCHIJA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  226. | LCHIJA | limitlessstructureblocks | 1.1.0 | LimitlessStructureBlocks-1.12.2-1.1.0.jar | None |
  227. | LCHIJA | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  228. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  229. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  230. | LCHIJA | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  231. | LCHIJA | mekanismgenerators | 1.12.2-9.6.9.367 | MekanismGenerators-1.12.2-9.6.9.367.jar | None |
  232. | LCHIJA | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  233. | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  234. | LCHIJA | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  235. | LCHIJA | morecauldrons | 1.4.3 | More-Cauldrons-1.4.3.jar | None |
  236. | LCHIJA | morebuckets | 1.0.4 | MoreBuckets-1.12.2-1.0.4.jar | None |
  237. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  238. | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  239. | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  240. | LCHIJA | mystcraft | 0.13.7.03 | mystcraft-1.12.2-0.13.7.03.jar | None |
  241. | LCHIJA | mysticalagriculture | 1.7.3 | MysticalAgriculture-1.12.2-1.7.3.jar | None |
  242. | LCHIJA | mysticalagradditions | 1.3.1 | MysticalAgradditions-1.12.2-1.3.1.jar | None |
  243. | LCHIJA | nuclearcraft | 2.15 | NuclearCraft-2.15-1.12.2.jar | None |
  244. | LCHIJA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  245. | LCHIJA | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  246. | LCHIJA | ocxnetdriver | 1.0.3 | ocxnetdriver-1.0.3-b17.jar | None |
  247. | LCHIJA | ogdragon | 0.1.4 | ogdragon-1.12.2-0.1.4.jar | None |
  248. | LCHIJA | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
  249. | LCHIJA | prestige | 1.1.51 | Prestige-1.12.2-1.1.51.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  250. | LCHIJA | parabox | 1.1.0 | Parabox-1.12.2-1.1.0.jar | None |
  251. | LCHIJA | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None |
  252. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  253. | LCHIJA | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None |
  254. | LCHIJA | projecte | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar | None |
  255. | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  256. | LCHIJA | realfilingcabinet | 0.1.84 | realfilingcabinet-1.12.1-0.1.84.jar | None |
  257. | LCHIJA | resourcehogs | 1.0.9 | ResourceHogs-1.12.2-1.0.9.jar | None |
  258. | LCHIJA | rftoolspower | 1.1.2 | rftoolspower-1.12-1.1.2.jar | None |
  259. | LCHIJA | rustic | 1.0.15 | rustic-1.0.15.jar | None |
  260. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  261. | LCHIJA | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None |
  262. | LCHIJA | storagenetwork | 1.7.3 | SimpleStorageNetwork-1.12.2-1.7.3.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  263. | LCHIJA | skybonsais | 1.0.1 | SkyBonsais-1.0.1.jar | None |
  264. | LCHIJA | skygrid | 1.1.7 | SkyGrid-1.1.7.jar | None |
  265. | LCHIJA | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
  266. | LCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  267. | LCHIJA | sqpatch | 1.0.0 | SqueezerPatch-1.12.2-1.0.0.jar | None |
  268. | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  269. | LCHIJA | sasit | 1.1.15 | StuffASockInIt-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  270. | LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-1.12.2-1.0.2.10.jar | None |
  271. | LCHIJA | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  272. | LCHIJA | sync | 7.1.0 | Sync-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  273. | LCHIJA | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
  274. | LCHIJA | telepastries | 0.3.3 | TelePastries-0.3.3.jar | None |
  275. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  276. | LCHIJA | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  277. | LCHIJA | tcomplement | ${version} | TinkersComplement-1.12.2-0.4.0.jar | None |
  278. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  279. | LCHIJA | tp | 3.2.32 | tinyprogressions-1.12.2-3.3.32-Release.jar | None |
  280. | LCHIJA | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None |
  281. | LCHIJA | tombstone | 3.3.4 | tombstone-3.3.4-1.12.jar | None |
  282. | LCHIJA | topography | 1.5.1 | Topography-1.12.2-1.5.1.jar | None |
  283. | LCHIJA | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  284. | LCHIJA | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  285. | LCHIJA | treegrowingsimulator | 0.0.4 | TreeGrowingSimulator2017-1.0.1.jar | None |
  286. | LCHIJA | triumph | 3.17.0 | Triumph-1.12.2-3.17.0.jar | None |
  287. | LCHIJA | twitchcrumbs | 3.0.4 | Twitchcrumbs_1.12.2-3.0.4.jar | None |
  288. | LCHIJA | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
  289. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  290. | LCHIJA | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
  291. | LCHIJA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  292. | LCHIJA | wailastages | 2.0.24 | WailaStages-1.12.2-2.0.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  293. | LCHIJA | walljump | 1.12.2-1.2.3 | walljump-1.12.2-1.2.3.jar | None |
  294. | LCHIJA | wawla | 2.5.270 | Wawla-1.12.2-2.5.270.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  295. | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.0.13-universal.jar | None |
  296. | LCHIJA | withercrumbs | @version@ | witherCrumbs-1.12.2-0.11.jar | None |
  297. | LCHIJA | worldutils | 0.4.2 | worldutils-1.12.2-0.4.2.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  298. | LCHIJA | xcpatch | 1.0.0 | XCPatch-1.12.2-1.0.0.jar | None |
  299. | LCHIJA | xlfoodmod | 1.12.2-1.8.1 | XL-Food-Mod-1.12.2-1.8.1.jar | None |
  300. | LCHIJA | ynot | 0.2.3 | YNot-0.2.3.jar | None |
  301. | LCHIJA | yoyos | 1.12.2-1.2.2.20 | yoyos_1.12.2-1.2.2.20.jar | None |
  302. | LCHIJA | zenstages | 0.4.1-19 | zenstages-0.4.1-19.jar | None |
  303. | LCHIJA | matteroverdrive | 0.7.0.0 | MatterOverdrive-1.12.2-0.7.1.0-universal.jar | None |
  304. | LCHIJA | pipemaster | 1.0.2 | PipeMaster-1.0.2-b8.jar | None |
  305. | LCHIJA | sky_orchards | 0.0.12 | SkyOrchards-0.0.12.jar | None |
  306. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  307.  
  308. Loaded coremods (and transformers):
  309. BedPatch (bedpatch-2.2-1.12.2.jar)
  310. com.mordenkainen.bedpatch.BedPatchASM
  311. 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)
  312. pl.asie.foamfix.coremod.FoamFixTransformer
  313. CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-11.jar)
  314. bre.smoothfont.asm.Transformer
  315. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  316. squeek.applecore.asm.TransformerModuleHandler
  317. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b164.jar)
  318.  
  319. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  320. li.cil.oc.common.asm.ClassTransformer
  321. AstralCore (astralsorcery-1.12.2-1.10.17.jar)
  322.  
  323. SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
  324. shadows.squeezer.Transformer
  325. ForgelinPlugin (Forgelin-1.8.2.jar)
  326.  
  327. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  328. team.chisel.ctm.client.asm.CTMTransformer
  329. EnderCorePlugin (EnderCore-1.12.2-0.5.56-core.jar)
  330. com.enderio.core.common.transform.EnderCoreTransformer
  331. com.enderio.core.common.transform.SimpleMixinPatcher
  332. ApotheosisCore (Apotheosis-1.12.2-1.9.2.jar)
  333. shadows.ApotheosisTransformer
  334. BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  335. com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
  336. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  337.  
  338. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  339.  
  340. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5.jar)
  341. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  342. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  343. Pulsar/tconstruct loaded Pulses:
  344. - TinkerCommons (Enabled/Forced)
  345. - TinkerWorld (Enabled/Not Forced)
  346. - TinkerTools (Enabled/Not Forced)
  347. - TinkerHarvestTools (Enabled/Forced)
  348. - TinkerMeleeWeapons (Enabled/Forced)
  349. - TinkerRangedWeapons (Enabled/Forced)
  350. - TinkerModifiers (Enabled/Forced)
  351. - TinkerSmeltery (Enabled/Not Forced)
  352. - TinkerGadgets (Enabled/Not Forced)
  353. - TinkerOredict (Enabled/Forced)
  354. - TinkerIntegration (Enabled/Forced)
  355. - TinkerFluids (Enabled/Forced)
  356. - TinkerMaterials (Enabled/Forced)
  357. - TinkerModelRegister (Enabled/Forced)
  358. - chiselIntegration (Enabled/Not Forced)
  359. - chiselsandbitsIntegration (Enabled/Not Forced)
  360. - wailaIntegration (Enabled/Not Forced)
  361.  
  362. Pulsar/inspirations loaded Pulses:
  363. - InspirationsShared (Enabled/Forced)
  364. - InspirationsBuilding (Enabled/Not Forced)
  365. - InspirationsUtility (Enabled/Not Forced)
  366. - InspirationsTools (Enabled/Not Forced)
  367. - InspirationsRecipes (Enabled/Not Forced)
  368. - InspirationsTweaks (Enabled/Not Forced)
  369. - InspirationsShared (Enabled/Forced)
  370. - WailaPlugin (Enabled/Not Forced)
  371.  
  372. Pulsar/tcomplement loaded Pulses:
  373. - ModuleCommons (Enabled/Forced)
  374. - ModuleMelter (Enabled/Not Forced)
  375. - ModuleArmor (Enabled/Not Forced)
  376. - CeramicsPlugin (Enabled/Not Forced)
  377. - ChiselPlugin (Enabled/Not Forced)
  378. - Oredict (Enabled/Forced)
  379.  
  380. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
  381. Profiler Position: N/A (disabled)
  382. Player Count: 0 / 2; []
  383. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  384. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement