Sponge Crashlog

unlisted ⁨1⁩ ⁨file⁩ 2020-03-24 23:47:24 UTC

pastefile1

Raw
---- Minecraft Crash Report ----

WARNING: coremods are present:
  SpongeCoremod (_aspongeforge-1.12.2-2838-7.1.8.jar)
  CorePlugin (ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  LoadingPlugin (AddonAdChimneys-1.12.2-3.5.11.0-build.0445.jar)
  ArcFurnacePatch (arcfurnacepatch-1.0.0.3.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  Quark Plugin (Quark-r1.5-158.jar)
  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  ItemPatchingLoader (AddonItemPhysic_Full_1.4.32_mc1.12.2.jar)
  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)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
  JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  CreativePatchingLoader (AddonCreativeCore_v1.10.4_mc1.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64dev.146.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 3/24/20 7:42 PM
Description: Exception generating new chunk

java.lang.NullPointerException: Exception generating new chunk
	at net.minecraft.world.gen.ChunkGeneratorOverworld.bridge$getBiomesForGeneration(ChunkGeneratorOverworld.java:1375)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.redirect$onSetBlocksGetBiomesIgnore$zme000(ChunkGeneratorOverworld.java:1415)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185976_a(ChunkGeneratorOverworld.java:118)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185932_a(ChunkGeneratorOverworld.java:205)
	at farseek.world.gen.structure.StructureGenerationChunkProvider.generateChunk(StructureGenerationChunkProvider.scala:60)
	at farseek.world.gen.structure.StructureGenerationBlockAccess$$anonfun$chunkAt$1.apply(StructureGenerationBlockAccess.scala:17)
	at farseek.world.gen.structure.StructureGenerationBlockAccess$$anonfun$chunkAt$1.apply(StructureGenerationBlockAccess.scala:17)
	at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
	at scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.chunkAt(StructureGenerationBlockAccess.scala:17)
	at farseek.world.ChunkAccess$class.getBlock(BlockAccess.scala:73)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.getBlock(StructureGenerationBlockAccess.scala:8)
	at farseek.world.BlockAccess$class.getBlockState(BlockAccess.scala:38)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.func_180495_p(StructureGenerationBlockAccess.scala:8)
	at farseek.world.package$IBlockAccessValue$.getBlock$extension(package.scala:208)
	at farseek.world.package$$anonfun$blockOptionAt$1.apply(package.scala:94)
	at farseek.world.package$$anonfun$blockOptionAt$1.apply(package.scala:94)
	at scala.Option.flatMap(Option.scala:170)
	at farseek.world.package$.blockOptionAt(package.scala:94)
	at farseek.world.package$.blockAt(package.scala:96)
	at streams.world.gen.structure.RiverMouthComponent$$anonfun$isValid$1.apply$mcVI$sp(RiverMouthComponent.scala:31)
	at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
	at streams.world.gen.structure.RiverMouthComponent.isValid(RiverMouthComponent.scala:29)
	at streams.world.gen.structure.RiverStructure.streams$world$gen$structure$RiverStructure$$createMouth(RiverStructure.scala:41)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1$$anonfun$apply$3.apply$mcVI$sp(RiverStructure.scala:34)
	at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1.apply(RiverStructure.scala:34)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1.apply(RiverStructure.scala:31)
	at scala.collection.immutable.List.foreach(List.scala:383)
	at streams.world.gen.structure.RiverStructure.generate(RiverStructure.scala:31)
	at streams.world.gen.structure.RiverGenerator$$anonfun$1.apply(RiverGenerator.scala:34)
	at streams.world.gen.structure.RiverGenerator$$anonfun$1.apply(RiverGenerator.scala:33)
	at scala.Option.flatMap(Option.scala:170)
	at streams.world.gen.structure.RiverGenerator.generate(RiverGenerator.scala:33)
	at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:46)
	at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:37)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1641_StructureGenerator_onChunkGeneration_ReplaceBiomeBlocks.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703)
	at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.replaceBiomeBlocks(SpongeChunkGeneratorForge.java:152)
	at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:253)
	at net.minecraft.world.gen.ChunkProviderServer.redirect$impl$generateChunkWithSponge$bbb000(ChunkProviderServer.java:2071)
	at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
	at net.minecraft.world.World.func_72964_e(World.java:310)
	at net.minecraft.world.World.func_175726_f(World.java:305)
	at net.minecraft.world.World.func_175672_r(World.java:1619)
	at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
	at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
	at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:45)
	at net.minecraftforge.common.util.FakePlayerFactory.get(FakePlayerFactory.java:61)
	at betterwithmods.event.FakePlayerHandler.onWorldLoad(FakePlayerHandler.java:41)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_161_FakePlayerHandler_onWorldLoad_Load.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753)
	at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:934)
	at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:281)
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337)
	at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:446)
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:415)
	at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465)
	at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:253)
	at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:873)
	at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:820)
	at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:4397)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
	at java.lang.Thread.run(Thread.java:748)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
	at net.minecraft.world.gen.ChunkGeneratorOverworld.bridge$getBiomesForGeneration(ChunkGeneratorOverworld.java:1375)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.redirect$onSetBlocksGetBiomesIgnore$zme000(ChunkGeneratorOverworld.java:1415)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185976_a(ChunkGeneratorOverworld.java:118)
	at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185932_a(ChunkGeneratorOverworld.java:205)
	at farseek.world.gen.structure.StructureGenerationChunkProvider.generateChunk(StructureGenerationChunkProvider.scala:60)
	at farseek.world.gen.structure.StructureGenerationBlockAccess$$anonfun$chunkAt$1.apply(StructureGenerationBlockAccess.scala:17)
	at farseek.world.gen.structure.StructureGenerationBlockAccess$$anonfun$chunkAt$1.apply(StructureGenerationBlockAccess.scala:17)
	at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
	at scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.chunkAt(StructureGenerationBlockAccess.scala:17)
	at farseek.world.ChunkAccess$class.getBlock(BlockAccess.scala:73)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.getBlock(StructureGenerationBlockAccess.scala:8)
	at farseek.world.BlockAccess$class.getBlockState(BlockAccess.scala:38)
	at farseek.world.gen.structure.StructureGenerationBlockAccess.func_180495_p(StructureGenerationBlockAccess.scala:8)
	at farseek.world.package$IBlockAccessValue$.getBlock$extension(package.scala:208)
	at farseek.world.package$$anonfun$blockOptionAt$1.apply(package.scala:94)
	at farseek.world.package$$anonfun$blockOptionAt$1.apply(package.scala:94)
	at scala.Option.flatMap(Option.scala:170)
	at farseek.world.package$.blockOptionAt(package.scala:94)
	at farseek.world.package$.blockAt(package.scala:96)
	at streams.world.gen.structure.RiverMouthComponent$$anonfun$isValid$1.apply$mcVI$sp(RiverMouthComponent.scala:31)
	at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
	at streams.world.gen.structure.RiverMouthComponent.isValid(RiverMouthComponent.scala:29)
	at streams.world.gen.structure.RiverStructure.streams$world$gen$structure$RiverStructure$$createMouth(RiverStructure.scala:41)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1$$anonfun$apply$3.apply$mcVI$sp(RiverStructure.scala:34)
	at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1.apply(RiverStructure.scala:34)
	at streams.world.gen.structure.RiverStructure$$anonfun$generate$1.apply(RiverStructure.scala:31)
	at scala.collection.immutable.List.foreach(List.scala:383)
	at streams.world.gen.structure.RiverStructure.generate(RiverStructure.scala:31)
	at streams.world.gen.structure.RiverGenerator$$anonfun$1.apply(RiverGenerator.scala:34)
	at streams.world.gen.structure.RiverGenerator$$anonfun$1.apply(RiverGenerator.scala:33)
	at scala.Option.flatMap(Option.scala:170)
	at streams.world.gen.structure.RiverGenerator.generate(RiverGenerator.scala:33)
	at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:46)
	at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:37)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1641_StructureGenerator_onChunkGeneration_ReplaceBiomeBlocks.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703)
	at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.replaceBiomeBlocks(SpongeChunkGeneratorForge.java:152)
	at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:253)
	at net.minecraft.world.gen.ChunkProviderServer.redirect$impl$generateChunkWithSponge$bbb000(ChunkProviderServer.java:2071)

-- Chunk to be generated --
Details:
	Location: -1,0
	Position hash: 4294967295
	Generator: net.minecraft.world.gen.ChunkGeneratorOverworld@6f211f90

-- Current PhaseState --
Details:
	Generation{Terrain:TERRAIN_GENERATION}: java.io.PrintStream@184fb897
Stacktrace:
	at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
	at net.minecraft.world.World.func_72964_e(World.java:310)
	at net.minecraft.world.World.func_175726_f(World.java:305)
	at net.minecraft.world.World.func_175672_r(World.java:1619)
	at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
	at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
	at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:45)
	at net.minecraftforge.common.util.FakePlayerFactory.get(FakePlayerFactory.java:61)
	at betterwithmods.event.FakePlayerHandler.onWorldLoad(FakePlayerHandler.java:41)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_161_FakePlayerHandler_onWorldLoad_Load.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753)
	at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:934)
	at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:281)
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337)
	at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:446)
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:415)
	at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465)
	at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:253)
	at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:873)

-- Sponge PhaseTracker --
Details:
	Phase Stack: [Empty stack]
Stacktrace:
	at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjg000(MinecraftServer.java:4721)
	at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
	at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
	at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_212-1-ojdkbuild, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), 
	Memory: 2061211488 bytes (1965 MB) / 4072669184 bytes (3884 MB) up to 4072669184 bytes (3884 MB)
	JVM Flags: 2 total; -Xmx4064M -Xms4064M
	IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 111
	FML: MCP 9.42 Powered by Forge 14.23.5.2838 268 mods loaded, 268 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	Mods:

	| State  | ID                       | Version                  | Source                                             | Signature                                |
	|:------ |:------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft                | 1.12.2                   | minecraft.jar                                      | None                                     |
	| LCHIJA | mcp                      | 9.42                     | minecraft.jar                                      | None                                     |
	| LCHIJA | FML                      | 8.0.99.99                | forge-1.12.2-14.23.5.2838-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge                    | 14.23.5.2838             | forge-1.12.2-14.23.5.2838-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | creativecoredummy        | 1.0.0                    | minecraft.jar                                      | None                                     |
	| LCHIJA | itemphysic               | 1.4.0                    | minecraft.jar                                      | None                                     |
	| LCHIJA | ivtoolkit                | 1.3.3-1.12               | minecraft.jar                                      | None                                     |
	| LCHIJA | micdoodlecore            |                          | minecraft.jar                                      | None                                     |
	| LCHIJA | smoothfontcore           | mc1.12.2-2.0             | minecraft.jar                                      | None                                     |
	| LCHIJA | spongeapi                | 7.1.0-ea50f0c2           | _aspongeforge-1.12.2-2838-7.1.8.jar                | None                                     |
	| LCHIJA | sponge                   | 1.12.2-7.1.8             | _aspongeforge-1.12.2-2838-7.1.8.jar                | None                                     |
	| LCHIJA | spongeforge              | 1.12.2-2838-7.1.8        | _aspongeforge-1.12.2-2838-7.1.8.jar                | None                                     |
	| LCHIJA | bnbgamingcore            | 0.11.0                   | minecraft.jar                                      | None                                     |
	| LCHIJA | foamfixcore              | 7.7.4                    | minecraft.jar                                      | None                                     |
	| LCHIJA | charcoalblock            | 1.1                      | A Block of Charcoal-1.2.jar                        | None                                     |
	| LCHIJA | advancedmortars          | 1.12.2-1.6.23            | advancedmortars-1.12.2-1.6.23.jar                  | None                                     |
	| LCHIJA | crafttweaker             | 4.1.18                   | CraftTweaker2-1.12-4.1.18.jar                      | None                                     |
	| LCHIJA | mtlib                    | 3.0.6                    | MTLib-3.0.6.jar                                    | None                                     |
	| LCHIJA | modtweaker               | 4.0.17                   | modtweaker-4.0.17.jar                              | None                                     |
	| LCHIJA | jei                      | 4.15.0.283               | jei_1.12.2-4.15.0.283.jar                          | None                                     |
	| LCHIJA | abyssalcraft             | 1.9.8                    | AbyssalCraft-1.12.2-1.9.8.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | chisel                   | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
	| LCHIJA | mantle                   | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
	| LCHIJA | twilightforest           | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
	| LCHIJA | tconstruct               | 1.12.2-2.12.0.135        | TConstruct-1.12.2-2.12.0.135.jar                   | None                                     |
	| LCHIJA | acintegration            | 1.8.1                    | AbyssalCraft Integration-1.12.2-1.8.1.jar          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | fastbench                | 1.7.2                    | FastWorkbench-1.12.2-1.7.2.jar                     | None                                     |
	| LCHIJA | actuallyadditions        | 1.12.2-r149              | ActuallyAdditions-1.12.2-r149.jar                  | None                                     |
	| LCHIJA | baubles                  | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
	| LCHIJA | actuallybaubles          | 1.1                      | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
	| LCHIJA | mcwbridges               | 1.0.4                    | Addon-mcw-bridges-1.0.4-mc1.12.2.jar               | None                                     |
	| LCHIJA | mcwfurnitures            | 1.0.1                    | Addon-mcw-furniture-1.0.1-mc1.12.2beta.jar         | None                                     |
	| LCHIJA | mcwroofs                 | 1.0.2                    | Addon-mcw-roofs-1.0.2-mc1.12.2.jar                 | None                                     |
	| LCHIJA | mcwwindows               | 1.0                      | Addon-mcw-windows-1.0.0-mc1.12.2.jar               | None                                     |
	| LCHIJA | creativecore             | 1.10.0                   | AddonCreativeCore_v1.10.4_mc1.12.2.jar             | None                                     |
	| LCHIJA | reccomplex               | 1.4.8.2                  | RecurrentComplex-1.4.8.2.jar                       | None                                     |
	| LCHIJA | dynamictrees             | 1.12.2-0.9.7             | AddonDynamicTrees-1.12.2-0.9.7.jar                 | None                                     |
	| LCHIJA | roguelike                | 1.8.0                    | AddonRoguelikeDungeons-1.12.2-1.8.0.jar            | None                                     |
	| LCHIJA | ruins                    | 17.1                     | AddonRuins-1.12.2.jar                              | None                                     |
	| LCHIJA | animalium                | 0.3.8                    | Animalium-0.3.8.jar                                | None                                     |
	| LCHIJA | antiqueatlas             | 4.5.1                    | antiqueatlas-1.12.2-4.5.1.jar                      | e631d7254e451d0360d0148cb21407d5511d45e9 |
	| LCHIJA | base                     | 3.13.0                   | base-1.12.2-3.13.0.jar                             | None                                     |
	| LCHIJA | contenttweaker           | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar                    | None                                     |
	| LCHIJA | immersiveengineering     | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | geolosys                 | 2.2.6                    | Geolosys-1.12.2-2.2.6.jar                          | None                                     |
	| LCHIJA | cyclicmagic              | 1.19.11                  | Cyclic-1.12.2-1.19.11.jar                          | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
	| LCHIJA | redstoneflux             | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | mekanism                 | 1.12.2-9.7.9.380         | Mekanism-1.12.2-9.7.9.380.jar                      | None                                     |
	| LCHIJA | natura                   | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                         | None                                     |
	| LCHIJA | traverse                 | 1.6.0                    | Traverse-1.12.2-1.6.0-69.jar                       | None                                     |
	| LCHIJA | betterwithmods           | 1.12-2.3.20-1027         | BetterWithMods-1.12-2.3.20-1027.jar                | None                                     |
	| LCHIJA | appleskin                | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
	| LCHIJA | appliedenergistics2      | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LCHIJA | armoreablemobs           | 1.1.2                    | armoreablemobs-1.12.2-1.1.8.jar                    | None                                     |
	| LCHIJA | aroma1997core            | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | aromabackup              | 2.1.1.4                  | AromaBackup-1.12.2-2.1.1.4.jar                     | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | aromabackuprecovery      | 2.1.1.4                  | AromaBackup-1.12.2-2.1.1.4.jar                     | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | astikorcarts             | 1.12.2-0.1.2.7           | astikorcarts-1.12.2-0.1.2.7.jar                    | None                                     |
	| LCHIJA | astralsorcery            | 1.10.19                  | astralsorcery-1.12.2-1.10.19.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
	| LCHIJA | quark                    | r1.5-158                 | Quark-r1.5-158.jar                                 | None                                     |
	| LCHIJA | autoreglib               | 1.3-31                   | AutoRegLib-1.3-31.jar                              | None                                     |
	| LCHIJA | bdlib                    | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
	| LCHIJA | bedrockbgone             | 5.0.8                    | BedrockBGone-1.12.2-5.0-b8.jar                     | None                                     |
	| LCHIJA | betterwithaddons         | 0.50-hotfix              | Better With Addons-0.50-hotfix.jar                 | None                                     |
	| LCHIJA | betterbuilderswands      | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.2715997513.jar   | None                                     |
	| LCHIJA | betterwithlib            | ${version}               | BetterWithLib-1.12-1.5.jar                         | None                                     |
	| LCHIJA | bibliocraft              | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
	| LCHIJA | waila                    | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
	| LCHIJA | modularrouters           | 1.12.2-3.2.1             | modular-routers-1.12.2-3.2.1.jar                   | None                                     |
	| LCHIJA | guideapi                 | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
	| LCHIJA | bloodmagic               | 1.12.2-2.4.1-103         | BloodMagic-1.12.2-2.4.1-103.jar                    | None                                     |
	| LCHIJA | bnbgaminglib             | 2.17.6                   | BNBGamingLib-1.12.2-2.17.6.jar                     | None                                     |
	| LCHIJA | bonsaitrees              | 1.1.3                    | bonsaitrees-1.1.3-b156.jar                         | None                                     |
	| LCHIJA | bookshelf                | 2.3.581                  | Bookshelf-1.12.2-2.3.581.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | buildcraftlib            | 7.99.24.1                | buildcraft-core-7.99.24.1.jar                      | None                                     |
	| LCHIJA | buildcraftcore           | 7.99.24.1                | buildcraft-core-7.99.24.1.jar                      | None                                     |
	| LCHIJA | buildcraftbuilders       | 7.99.24.1                | buildcraft-builders-7.99.24.1.jar                  | None                                     |
	| LCHIJA | buildcraftfactory        | 7.99.24.1                | buildcraft-factory-7.99.24.1.jar                   | None                                     |
	| LCHIJA | buildcraftrobotics       | 7.99.24.1                | buildcraft-robotics-7.99.24.1.jar                  | None                                     |
	| LCHIJA | buildcrafttransport      | 7.99.24.1                | buildcraft-transport-7.99.24.1.jar                 | None                                     |
	| LCHIJA | buildcraftsilicon        | 7.99.24.1                | buildcraft-silicon-7.99.24.1.jar                   | None                                     |
	| LCHIJA | buildinggadgets          | 2.6.8                    | BuildingGadgets-2.6.8.jar                          | None                                     |
	| LCHIJA | car                      | 1.2.12                   | car-1.12.2-1.2.12.jar                              | None                                     |
	| LCHIJA | gamestages               | 2.0.115                  | GameStages-1.12.2-2.0.115.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | carryon                  | 1.12.1                   | CarryOn MC1.12.2 v1.12.1.jar                       | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
	| LCHIJA | cd4017be_lib             | 6.4.6                    | CD4017BE_lib-1.12.2-6.4.6.jar                      | None                                     |
	| LCHIJA | ceramics                 | 1.12-1.3.7               | Ceramics-1.12-1.3.7.jar                            | None                                     |
	| LCHIJA | chameleon                | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
	| LCHIJA | chargers                 | 1.2.0.4                  | Chargers-1.12.2-1.2.0.4.jar                        | 58e787c8aafad8b327883f94d4fa544f936d7b01 |
	| LCHIJA | chiselsandbits           | 14.33                    | chiselsandbits-14.33.jar                           | None                                     |
	| LCHIJA | clumps                   | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
	| LCHIJA | codechickenlib           | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | cyclopscore              | 1.3.0                    | CyclopsCore-1.12.2-1.3.0.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | commoncapabilities       | 2.4.1                    | CommonCapabilities-1.12.2-2.4.1.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | refinedstorage           | 1.6.14                   | refinedstorage-1.6.14.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
	| LCHIJA | compactmachines3         | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
	| LCHIJA | conarm                   | 1.2.4                    | conarm-1.12.2-1.2.4.jar                            | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
	| LCHIJA | cookingforblockheads     | 6.4.70                   | CookingForBlockheads_1.12.2-6.4.70.jar             | None                                     |
	| LCHIJA | crafttweakerjei          | 2.0.3                    | CraftTweaker2-1.12-4.1.18.jar                      | None                                     |
	| LCHIJA | cucumber                 | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
	| LCHIJA | darkutils                | 1.8.226                  | DarkUtils-1.12.2-1.8.226.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | death_compass            | 0.0.3                    | DeathCompass-0.0.3.jar                             | None                                     |
	| LCHIJA | despawningspawners       | 1.1                      | despawningspawners-1.12-1.2.0-2.jar                | None                                     |
	| LCHIJA | dimensionalcontrol       | 2.11.0                   | DimensionalControl-1.12.2-2.11.0.jar               | None                                     |
	| LCHIJA | dimstages                | 2.0.23                   | DimensionStages-1.12.2-2.0.23.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | dungpipe                 | 1.0                      | Dung Pipe-1.2.jar                                  | None                                     |
	| LCHIJA | elevatorid               | 1.4.2                    | ElevatorMod-1.12.2-1.4.2.jar                       | None                                     |
	| LCHIJA | emberroot                | 1.3.9                    | EmberRootZoo-1.12.2-1.3.10.jar                     | None                                     |
	| LCHIJA | enderstorage             | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | enderutilities           | 0.7.12                   | enderutilities-1.12.2-0.7.12.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
	| LCHIJA | valkyrielib              | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
	| LCHIJA | environmentaltech        | 1.12.2-2.0.20.1          | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
	| LCHIJA | extendedcrafting         | 1.5.4                    | ExtendedCrafting-1.12.2-1.5.4.jar                  | None                                     |
	| LCHIJA | galacticraftcore         | 4.0.2.211                | GalacticraftCore-1.12.2-4.0.2.211.jar              | None                                     |
	| LCHIJA | galacticraftplanets      | 4.0.2.211                | Galacticraft-Planets-1.12.2-4.0.2.211.jar          | None                                     |
	| LCHIJA | mjrlegendslib            | 1.12.2-1.1.8             | MJRLegendsLib-1.12.2-1.1.8.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | extraplanets             | 1.12.2-0.5.3             | ExtraPlanets-1.12.2-0.5.3.jar                      | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | farmingforblockheads     | 3.1.26                   | FarmingForBlockheads_1.12.2-3.1.26.jar             | None                                     |
	| LCHIJA | farseek                  | 2.3.2                    | Farseek-1.12-2.3.2.jar                             | None                                     |
	| LCHIJA | fastfurnace              | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                       | None                                     |
	| LCHIJA | fat_cat                  | 0.0.5                    | FatCat-0.0.5.jar                                   | None                                     |
	| LCHIJA | ferdinandsflowers        | 1.10.4.1                 | Ferdinands Flowers-1.12.x-1.10.4.1.jar             | None                                     |
	| LCHIJA | findme                   | 1.1.0                    | findme-1.12.2-1.1.0-8.jar                          | None                                     |
	| LCHIJA | foamfix                  | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                          | None                                     |
	| LCHIJA | forgeendertech           | 1.12.2-4.5.0.0           | ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar       | None                                     |
	| LCHIJA | forgelin                 | 1.8.2                    | Forgelin-1.8.2.jar                                 | None                                     |
	| LCHIJA | forgemultipartcbe        | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | microblockcbe            | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
	| LCHIJA | minecraftmultipartcbe    | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
	| LCHIJA | galacticrafttweaker      | 1.12.2-1.0.3             | GalacticraftTweaker-1.12.2-1.0.3.jar               | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | advgenerators            | 0.9.20.12                | generators-0.9.20.12-mc1.12.2.jar                  | None                                     |
	| LCHIJA | gobblecore               | 1.12-0.1.6.35            | GobbleCore-1.12-0.1.6.35.jar                       | None                                     |
	| LCHIJA | harvest                  | 1.12-1.2.7-20            | Harvest-1.12-1.2.7-20.jar                          | None                                     |
	| LCHIJA | horsepower               | 2.6.4                    | HorsePower-1.12.2-2.6.4.74.jar                     | cd7e958342770a8b17c919055da42c24dfefd879 |
	| LCHIJA | huntingdim               | 1.0.39                   | HuntingDimension-1.12.2-1.0.39.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | igwmod                   | 1.4.4-15                 | IGW-Mod-1.12.2-1.4.4-15-universal.jar              | None                                     |
	| LCHIJA | mcjtylib_ng              | 3.5.3                    | mcjtylib-1.12-3.5.3.jar                            | None                                     |
	| LCHIJA | immcraft                 | 1.6.0                    | immcraft-1.12-1.6.0.jar                            | None                                     |
	| LCHIJA | immersivepetroleum       | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
	| LCHIJA | immersivetech            | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
	| LCHIJA | improvedbackpacks        | 1.12.2-1.4.0.0           | ImprovedBackpacks-1.12.2-1.4.0.0.jar               | None                                     |
	| LCHIJA | incontrol                | 3.9.10                   | incontrol-1.12-3.9.10.jar                          | None                                     |
	| LCHIJA | indlog                   | 1.3.3                    | InductiveLogistics-1.12.2-1.3.3.jar                | None                                     |
	| LCHIJA | teslacorelib             | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | industrialforegoing      | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar         | None                                     |
	| LCHIJA | infoaccessories          | 1.0.11                   | InfoAccessories-1.12.2-1.0.11.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | integrateddynamics       | 1.0.14                   | IntegratedDynamics-1.12.2-1.0.14.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | integrateddynamicscompat | 1.0.0                    | IntegratedDynamics-1.12.2-1.0.14.jar               | None                                     |
	| LCHIJA | inventorytweaks          | 1.64+dev.146.2180b27     | InventoryTweaks-1.64dev.146.jar                    | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCHIJA | ironbackpacks            | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
	| LCHIJA | ironchest                | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.69.845.jar                    | None                                     |
	| LCHIJA | ironjetpacks             | 1.1.0                    | IronJetpacks-1.12-2-1.1.0.jar                      | None                                     |
	| LCHIJA | itemstages               | 2.0.49                   | ItemStages-1.12.2-2.0.49.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | jeid                     | 1.0.2-26                 | JustEnoughIDs-1.0.2-26.jar                         | None                                     |
	| LCHIJA | jeidsi                   | 1.2.1.29                 | jeidsi-1.2.1.29.jar                                | None                                     |
	| LCHIJA | journeymap               | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                        | None                                     |
	| LCHIJA | jarm                     | 1.1.2                    | Just A Raft Mod-1.1.2.jar                          | None                                     |
	| LCHIJA | jaff                     | 1.7_for_1.12             | JustAFewFish-1.7_for_1.12.jar                      | None                                     |
	| LCHIJA | kleeslabs                | 5.4.11                   | KleeSlabs_1.12.2-5.4.11.jar                        | None                                     |
	| LCHIJA | lex                      | 1.0.8                    | LibEx-1.12.2-1.0.8.jar                             | None                                     |
	| LCHIJA | lttweaker                | 1.1.14                   | LootTableTweaker-1.12.2-1.1.14.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | magma_monsters           | 0.3.0                    | MagmaMonsters-0.3.0.jar                            | None                                     |
	| LCHIJA | mekatweaks               | 1.0.0-3                  | mekatweaks-1.0.0-3.jar                             | None                                     |
	| LCHIJA | mercurius                | 1.0.6                    | Mercurius-1.12.2.jar                               | None                                     |
	| LCHIJA | mobends                  | 0.24                     | mobends-0.24_for_MC-1.12.jar                       | None                                     |
	| LCHIJA | mob_grinding_utils       | 0.3.13                   | MobGrindingUtils-0.3.13.jar                        | None                                     |
	| LCHIJA | mobstages                | 2.0.13                   | MobStages-1.12.2-2.0.13.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | modularmachinery         | 1.9.5                    | modularmachinery-1.9.5.jar                         | None                                     |
	| LCHIJA | morpheus                 | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                        | None                                     |
	| LCHIJA | movillages               | 1.5.4                    | MoVillages-1.5.4.jar                               | None                                     |
	| LCHIJA | mputils                  | 1.5.6                    | MPUtils-1.12.2-1.5.7.jar                           | None                                     |
	| LCHIJA | mpbasic                  | 1.4.7                    | mpbasic-1.12.2-1.4.11.jar                          | None                                     |
	| LCHIJA | multiblockstages         | 1.1.1                    | multiblockstages-1.1.1.jar                         | None                                     |
	| LCHIJA | mundaneredstone          | 1.1.4                    | MundaneRedstone-1.1.4.jar                          | None                                     |
	| LCHIJA | mysticalagriculture      | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
	| LCHIJA | mysticalagradditions     | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar              | None                                     |
	| LCHIJA | mystagradcompat          | 1.2                      | mystagradcompat-1.2.jar                            | None                                     |
	| LCHIJA | naturescompass           | 1.5.1                    | NaturesCompass-1.12.2-1.5.1.jar                    | None                                     |
	| LCHIJA | nex                      | 2.0.8                    | NetherEx-1.12.2-2.0.8.jar                          | None                                     |
	| LCHIJA | noworldgen5you           | 1.0.6                    | NoWorldgen5You-1.12.2-1.0.6.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | nutrition                | 4.3.0                    | Nutrition-1.12.2-4.3.0.jar                         | None                                     |
	| LCHIJA | samsocean                | 1.0.1                    | OceanFloor-1.12-1.0.1.jar                          | None                                     |
	| LCHIJA | oreexcavation            | 1.4.140                  | OreExcavation-1.4.140.jar                          | None                                     |
	| LCHIJA | oeintegration            | 2.3.4                    | oeintegration-2.3.4.jar                            | None                                     |
	| LCHIJA | orestages                | 2.0.37                   | OreStages-1.12.2-2.0.37.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | overloaded               | 0.0.57                   | Overloaded-1.12.2-0.0.57.jar                       | 644f38521a349310a5dae0239577dc7beebefaec |
	| LCHIJA | pickletweaks             | 2.1.3                    | PickleTweaks-1.12.2-2.1.3.jar                      | None                                     |
	| LCHIJA | placebo                  | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
	| LCHIJA | playerbosses             | 1.0                      | playerbosses-1.12.2-1.1.0.jar                      | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
	| LCHIJA | playerskins              | 1.0.4                    | playerskin-1.12.2-1.0.5.jar                        | None                                     |
	| LCHIJA | pneumaticcraft           | 1.12.2-0.11.1-361        | pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar | None                                     |
	| LCHIJA | poweradapters            | 1.0.9                    | PowerAdapters-1.12.2-1.0.9.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | prestige                 | 1.1.30                   | Prestige-1.12.2-1.1.30.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | primalchests             | 1.0.3                    | PrimalChests-1.0.3.jar                             | None                                     |
	| LCHIJA | rustic                   | 1.1.0                    | rustic-1.1.0.jar                                   | None                                     |
	| LCHIJA | thebetweenlands          | 3.4.6                    | TheBetweenlands-3.4.6-universal.jar                | 38067d6878811efb38b6a045521cfd80b9b60b38 |
	| LCHIJA | primal                   | 0.6.104                  | PrimalCore-1.12.2-0.6.104.jar                      | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
	| LCHIJA | progressiontweaks        | 1.12.2-0.3.40            | ProgressionTweaks-1.12.2-0.3.40.jar                | None                                     |
	| LCHIJA | prospectors              | 1.0.2                    | prospectors-1.0.2.jar                              | None                                     |
	| LCHIJA | reborncore               | 3.13.12.447              | RebornCore-1.12.2-3.13.12.447-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | quantumstorage           | 4.6.8                    | QuantumStorage-1.12-4.6.8.jar                      | None                                     |
	| LCHIJA | quickleafdecay           | 1.2.4                    | QuickLeafDecay-MC1.12.1-1.2.4.jar                  | None                                     |
	| LCHIJA | rangedpumps              | 0.5                      | rangedpumps-0.5.jar                                | None                                     |
	| LCHIJA | realdrops                | 1.2.14                   | RealisticItemDrops-1.2.14.jar                      | None                                     |
	| LCHIJA | rebornstorage            | 1.0.0                    | RebornStorage-1.12.2-3.3.4.85.jar                  | None                                     |
	| LCHIJA | recipestages             | 1.1.1                    | RecipeStages-1.1.1.jar                             | None                                     |
	| LCHIJA | refinedstorageaddons     | 0.4.4                    | refinedstorageaddons-0.4.4.jar                     | None                                     |
	| LCHIJA | rftools                  | 7.71                     | rftools-1.12-7.71.jar                              | None                                     |
	| LCHIJA | rftoolscontrol           | 2.0.2                    | rftoolsctrl-1.12-2.0.2.jar                         | None                                     |
	| LCHIJA | roadrunner               | 1.0.1                    | roadrunner-1.0.1.jar                               | None                                     |
	| LCHIJA | scannable                | 1.6.3.24                 | Scannable-MC1.12.2-1.6.3.24.jar                    | None                                     |
	| LCHIJA | sevtweaks                | 0.3.1-25                 | sevtweaks-0.3.1-25.jar                             | None                                     |
	| LCHIJA | sev_tweaks_npc           | 0.0.4                    | SevTweaksNPC-0.0.4.jar                             | None                                     |
	| LCHIJA | simpleautorun            | 1.12.1-1.2               | simpleautorun-1.12.2-1.2.0.jar                     | None                                     |
	| LCHIJA | simplegenerators         | 1.12.2-2.0.20.2          | simplegenerators-1.12.2-2.0.20.2.jar               | None                                     |
	| LCHIJA | storagenetwork           | 1.7.6                    | SimpleStorageNetwork-1.12.2-1.7.6.jar              | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
	| LCHIJA | simplyarrows             | 1.0.4                    | SimplyArrows-1.12.2-1.0.4.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | spartanshields           | 1.5.4                    | SpartanShields-1.12.2-1.5.4.jar                    | None                                     |
	| LCHIJA | spatialservermod         | 1.3                      | spatialservermod-1.3.jar                           | None                                     |
	| LCHIJA | stevescarts              | 2.4.30.134               | StevesCarts-1.12.2-2.4.30.134.jar                  | None                                     |
	| LCHIJA | stg                      | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                               | None                                     |
	| LCHIJA | storagedrawers           | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
	| LCHIJA | streams                  | 0.4.7                    | Streams-1.12-0.4.7.jar                             | None                                     |
	| LCHIJA | sasit                    | 1.1.14                   | StuffASockInIt-1.12.2-1.1.14.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | supersoundmuffler        | 1.0.2.10                 | supersoundmuffler-1.12.2-1.0.2.10.jar              | None                                     |
	| LCHIJA | tallgates                | 1.0.0                    | TallGates-1.12.2-1.0.0.1.jar                       | None                                     |
	| LCHIJA | beneath                  | 1.5.1                    | The Beneath-1.12.2-1.5.1.jar                       | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | thirstybottles           | 1.1.4                    | ThirstyBottles-1.12.2-1.1.4.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | tcomplement              | 1.12.2-0.4.1             | TinkersComplement-1.12.2-0.4.1.jar                 | None                                     |
	| LCHIJA | tinkerstages             | 2.0.17                   | TinkerStages-1.12.2-2.0.17.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | tinkertoolleveling       | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
	| LCHIJA | togetherforever          | 1.0.2                    | togetherforever-1.12.2-1.0.12-22.jar               | None                                     |
	| LCHIJA | tombstone                | 3.5.3                    | tombstone-3.5.3-1.12.jar                           | None                                     |
	| LCHIJA | totemic                  | 1.12.2-0.11.6            | Totemic-1.12.2-0.11.6.jar                          | 21d11d7bf4d97b465382a1f95428029aac6daaea |
	| LCHIJA | tothebatpoles            | 1.12.2-1.1.0.1           | tothebatpoles-1.12.2-1.1.0.1.jar                   | None                                     |
	| LCHIJA | translocators            | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | triumph                  | 3.17.0                   | Triumph-1.12.2-3.17.0.jar                          | None                                     |
	| LCHIJA | trumpetskeleton          | 1.12-1.0.2.1             | trumpetskeleton-1.12-1.0.2.1.jar                   | None                                     |
	| LCHIJA | tumbleweed               | 1.11-0.4.5               | tumbleweed-1.11-0.4.5.jar                          | None                                     |
	| LCHIJA | uppers                   | 0.0.6                    | Uppers-0.0.6.jar                                   | None                                     |
	| LCHIJA | universalmodifiers       | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
	| LCHIJA | vc                       | 5.9.13                   | ViesCraft-1.12.2-5.9.13.jar                        | None                                     |
	| LCHIJA | vtt                      | 0.6.4                    | VillagerTrades-1.12-0.6.4.jar                      | None                                     |
	| LCHIJA | waddles                  | 0.6.0                    | Waddles-1.12.2-0.6.0.jar                           | None                                     |
	| LCHIJA | wailastages              | 2.0.23                   | WailaStages-1.12.2-2.0.23.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | wanionlib                | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
	| LCHIJA | watercontrolextreme      | 1.0.0                    | WaterControlExtreme-1.0.2.jar                      | None                                     |
	| LCHIJA | waterstrainer            | 3.2.0                    | WaterStrainer-1.12-3.2.0.jar                       | None                                     |
	| LCHIJA | wawla                    | 2.5.273                  | Wawla-1.12.2-2.5.273.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | weirdinggadget           | 1.0                      | weirdinggadget-1.12.2-2.1.16-universal.jar         | None                                     |
	| LCHIJA | wildcrops                | 1.0.1                    | WildCrops-1.12-1.0.1.jar                           | None                                     |
	| LCHIJA | witherskelefix           | 2.6.3                    | WitherSkeletonTweaks-1.12.2-2.6.3.jar              | None                                     |
	| LCHIJA | wopper                   | 1.12-r5                  | Wopper-1.12-r5.jar                                 | None                                     |
	| LCHIJA | xnet                     | 1.8.1                    | xnet-1.12-1.8.1.jar                                | None                                     |
	| LCHIJA | ynot                     | 0.2.4                    | YNot-0.2.4.jar                                     | None                                     |
	| LCHIJA | yoyos                    | 1.12.2-1.3.0.21          | yoyos_1.12.2-1.3.0.21.jar                          | None                                     |
	| LCHIJA | zenstages                | 0.4.1-19                 | zenstages-0.4.1-19.jar                             | None                                     |
	| LCHIJA | adchimneys               | 1.12.2-3.5.11.0          | AddonAdChimneys-1.12.2-3.5.11.0-build.0445.jar     | None                                     |
	| LCHIJA | primal_tech              | 0.3.4                    | PrimalTech-0.3.4.jar                               | None                                     |
	| LCHIJA | teslacorelib_registries  | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |


	Plugins:

	| State  | ID              | Version          | Source                                                    | Signature |
	|:------ |:--------------- |:---------------- |:--------------------------------------------------------- |:--------- |
	| LCHIJA | foxcore         | 0.22.0-beta-258  | Plugin-foxcore-sponge-0.22.0-beta-258-server.jar          | None      |
	| LCHIJA | foxguard        | 0.22.0-beta-450  | Plugin-foxguard-sponge-0.22.0-beta-450-server.jar         | None      |
	| LCHIJA | griefprevention | 1.12.2-4.3.0.692 | Plugin-griefprevention-1.12.2-4.3.0.692.jar               | None      |
	| LCHIJA | luckperms       | 5.0.93           | Plugin-LuckPerms-Sponge-5.0.93.jar                        | None      |
	| LCHIJA | nucleus         | 1.14.2-S7.1      | Plugin-Nucleus-1.14.2-S7.1-MC1.12.2-plugin.jar            | None      |
	| LCHIJA | pjc             | 0.3.0            | Plugin-projectcore-7.2.0-0.3.0.jar                        | None      |
	| LCHIJA | simplechat      | 0.6.0            | Plugin-simplechat-6.1.0-0.6.0.jar                         | None      |
	| LCHIJA | worldedit       | 6.1.10-SNAPSHOT  | Plugin-worldedit-sponge-api7.1.0-6.1.10-SNAPSHOT-dist.jar | None      |

	Loaded coremods (and transformers): 
SpongeCoremod (_aspongeforge-1.12.2-2838-7.1.8.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
CorePlugin (ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar)
  
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  bre.smoothfont.asm.Transformer
ForgelinPlugin (Forgelin-1.8.2.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  betterwithmods.library.core.ClassTransformer
LoadingPlugin (AddonAdChimneys-1.12.2-3.5.11.0-build.0445.jar)
  com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
ArcFurnacePatch (arcfurnacepatch-1.0.0.3.jar)
  uk.bobbytables.arcfurnacepatch.core.ArcFurnacePatchTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  
Quark Plugin (Quark-r1.5-158.jar)
  vazkii.quark.base.asm.ClassTransformer
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  farseek.core.FarseekClassTransformer
ItemPatchingLoader (AddonItemPhysic_Full_1.4.32_mc1.12.2.jar)
  com.creativemd.itemphysic.ItemTransformer
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)
  pl.asie.foamfix.coremod.FoamFixTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  org.dimdev.jeid.JEIDTransformer
CreativePatchingLoader (AddonCreativeCore_v1.10.4_mc1.12.2.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.64dev.146.jar)
  invtweaks.forge.asm.ContainerTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  mekanism.coremod.KeybindingMigrationHelper
BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  
JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar)
  
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- wailaIntegration (Enabled/Not Forced)

	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)

	AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
	Pulsar/tcomplement loaded Pulses: 
		- ModuleCommons (Enabled/Forced)
		- ModuleMelter (Enabled/Not Forced)
		- ModuleArmor (Enabled/Not Forced)
		- CeramicsPlugin (Enabled/Not Forced)
		- ChiselPlugin (Enabled/Not Forced)
		- ToolLevelingPlugin (Enabled/Not Forced)
		- Oredict (Enabled/Forced)

	List of loaded APIs: 
		* AbyssalCraftAPI (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Biome (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Block (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Caps (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Condition (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Disruption (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Energy (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Entity (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Event (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Integration (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Internal (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Item (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Necronomicon (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Recipe (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Ritual (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Spell (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* AbyssalCraftAPI|Structure (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
		* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar
		* antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar
		* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
		* Base|API (1.0.0) from base-1.12.2-3.13.0.jar
		* Baubles|API (1.4.0.2) from ImprovedBackpacks-1.12.2-1.4.0.0.jar
		* betteradvancements|API (0.0.11) from Triumph-1.12.2-3.17.0.jar
		* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
		* betterwithmodsAPI (1.12-2.3.20-1027) from BetterWithMods-1.12-2.3.20-1027.jar
		* BetweenlandsAPI (1.12.1) from TheBetweenlands-3.4.6-universal.jar
		* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar
		* buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_core (2.2) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_events (2.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_items (1.1) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_library (2.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_power (1.3) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.1.jar
		* buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.1.jar
		* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
		* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
		* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.1.jar
		* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
		* ForgeEndertechAPI (1.0) from ForgeEndertech-1.12.2-4.5.0.0-build.0435.jar
		* Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.211.jar
		* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
		* ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.4.0.0.jar
		* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
		* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.14.jar
		* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
		* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
		* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
		* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
		* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.283.jar
		* MekanismAPI|core (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|energy (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|gas (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|infuse (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|laser (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|transmitter (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.9.380.jar
		* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
		* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.1-361.jar
		* QuarkAPI (4) from Quark-r1.5-158.jar
		* reborncoreAPI (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
		* reborncoreAPI|Power (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
		* reborncoreAPI|Recipe (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
		* reborncoreAPI|Tile (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
		* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
		* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
		* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
		* togetherforeverapi (1) from togetherforever-1.12.2-1.0.12-22.jar
		* tombstone-api (1.0.2) from tombstone-3.5.3-1.12.jar
		* tombstone-api-capability (1.0.2) from tombstone-3.5.3-1.12.jar
		* tombstone-api-event (1.0.2) from tombstone-3.5.3-1.12.jar
		* tombstone-api-magic (1.0.2) from tombstone-3.5.3-1.12.jar
		* tombstone-api-recipe (1.0.2) from tombstone-3.5.3-1.12.jar
		* totemic|API (1.12.2-7.1.0) from Totemic-1.12.2-0.11.6.jar
		* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
		* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
	RebornCore: 
		Plugin Engine: 1
		RebornCore Version: 3.13.12.447
		Runtime Debofucsation 1
	SevTech: Ages: 
		Version: 3.1.2
		Optifine Installed: False
	AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
	Profiler Position: N/A (disabled)
	Player Count: 0 / 8; []
	Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
	Type: Dedicated Server (map_server.txt)