Recurrent Complex

Recurrent Complex

35M Downloads

crash 126

maverag opened this issue ยท 1 comments

commented

Recurrent Complex loaded a new chunk (-168, -173 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:12 FML Server thread warn Quark loaded a new chunk (-167, -168 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:12 FML Server thread warn Tiny Progressions loaded a new chunk (-167, -166 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:13 FML Server thread warn Recurrent Complex loaded a new chunk (-167, -187 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:13 FML Server thread warn Quark loaded a new chunk (-167, -160 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Quark loaded a new chunk (-158, -190 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Recurrent Complex loaded a new chunk (-168, -189 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Quark loaded a new chunk (-168, -188 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Recurrent Complex loaded a new chunk (-169, -188 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Tiny Progressions loaded a new chunk (-168, -187 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:14 FML Server thread warn Recurrent Complex loaded a new chunk (-168, -186 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:16 FML Server thread warn Quark loaded a new chunk (-169, -180 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:17 FML Server thread warn Quark loaded a new chunk (-169, -183 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:20 FML Server thread warn Recurrent Complex loaded a new chunk (-170, -186 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:20 FML Server thread warn Quark loaded a new chunk (-170, -181 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:20 FML Server thread warn Quark loaded a new chunk (-170, -182 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:21 FML Server thread warn Tiny Progressions loaded a new chunk (-154, -191 Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
15:09:21 FML Server thread error Exception caught during firing event net.minecraftforge.event.terraingen.PopulateChunkEvent$Pre@1bde4c67:
java.lang.StringIndexOutOfBoundsException: String index out of range: 162
at java.lang.String.substring(String.java:1950)
at ivorius.reccomplex.random.item.Book.bookPages(Book.java:130)
at ivorius.reccomplex.random.item.Book.poem(Book.java:46)
at ivorius.reccomplex.random.item.Book.any(Book.java:27)
at ivorius.reccomplex.item.ItemBookGenerator.generateInInventory(ItemBookGenerator.java:42)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generateTileEntityContents(GenericStructure.java:162)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.setBlock(GenericStructure.java:147)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:248)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:71)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:196)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructureInChunk(WorldGenStructures.java:120)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$planStructuresInChunk$791(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$2032/1215276769.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructuresInChunk(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:216)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:83)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_717_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:673)
at ttftcuts.atg.generator.ChunkProviderBasic.func_185931_b(ChunkProviderBasic.java:198)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:973)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:158)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
15:09:21 FML Server thread error Index: 4 Listeners:
15:09:21 FML Server thread error 0: NORMAL
15:09:21 FML Server thread error 1: ASM: com.shinoow.abyssalcraft.common.handlers.AbyssalCraftEventHooks@33d85bb3 populateChunk(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 2: ASM: cofh.core.world.WorldHandler@24459401 populateChunkEvent(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 3: ASM: chanceCubes.listeners.WorldGen@2e8f5793 onGenerate(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 4: ASM: ivorius.reccomplex.events.handlers.RCForgeEventHandler@3a6d39bf onPreChunkDecoration(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 5: ASM: BBG.BetterBedrockGen@6fe8f652 gen(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 6: ASM: buildcraft.energy.generation.OilPopulate@5463cd14 populate(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Pre;)V
15:09:21 FML Server thread error 7: ASM: class info.loenwind.travelhut.handlers.WorldGenHandler pre(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent;)V
15:09:21 net.minecraft.server.MinecraftServer Server thread error Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:715)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 162
at java.lang.String.substring(String.java:1950)
at ivorius.reccomplex.random.item.Book.bookPages(Book.java:130)
at ivorius.reccomplex.random.item.Book.poem(Book.java:46)
at ivorius.reccomplex.random.item.Book.any(Book.java:27)
at ivorius.reccomplex.item.ItemBookGenerator.generateInInventory(ItemBookGenerator.java:42)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generateTileEntityContents(GenericStructure.java:162)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.setBlock(GenericStructure.java:147)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:248)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:71)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:196)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructureInChunk(WorldGenStructures.java:120)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$planStructuresInChunk$791(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$2032/1215276769.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructuresInChunk(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:216)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:83)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_717_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:673)
at ttftcuts.atg.generator.ChunkProviderBasic.func_185931_b(ChunkProviderBasic.java:198)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:973)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:158)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
... 4 more
15:09:21 net.minecraft.server.MinecraftServer Server thread error This crash report has been saved to: C:\Users\conor\Documents\Curse\Instances\new 11\crash-reports\crash-2017-06-21_15.09.21-server.txt
15:09:21 net.minecraft.server.MinecraftServer Server thread info Stopping server
15:09:21 net.minecraft.server.MinecraftServer Server thread info Saving players
15:09:21 net.minecraft.server.MinecraftServer Server thread info Saving worlds
15:09:21 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/Overworld
15:09:21 STDOUT Client thread info [net.minecraft.init.Bootstrap:func_179870_a:523]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
IC2core (industrialcraft-2-2.7.59-ex111.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.223-universal.jar)
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
LoadingPlugin (Quark-r1.2-93.jar)
LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
ForgelinPlugin (Forgelin-1.5.0.jar)
CTMCorePlugin (CTM-MC1.11.2-0.1.1.6.jar)
SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
IvToolkit (IvToolkit-1.3.3.jar)
AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.2.7-universal.jar)
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 6/21/17 3:09 PM
Description: Exception ticking world

java.lang.StringIndexOutOfBoundsException: String index out of range: 162
at java.lang.String.substring(String.java:1950)
at ivorius.reccomplex.random.item.Book.bookPages(Book.java:130)
at ivorius.reccomplex.random.item.Book.poem(Book.java:46)
at ivorius.reccomplex.random.item.Book.any(Book.java:27)
at ivorius.reccomplex.item.ItemBookGenerator.generateInInventory(ItemBookGenerator.java:42)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generateTileEntityContents(GenericStructure.java:162)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.setBlock(GenericStructure.java:147)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:248)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:71)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:196)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructureInChunk(WorldGenStructures.java:120)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$planStructuresInChunk$791(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$2032/1215276769.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructuresInChunk(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:216)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:83)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_717_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:673)
at ttftcuts.atg.generator.ChunkProviderBasic.func_185931_b(ChunkProviderBasic.java:198)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:973)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:158)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Client thread
Stacktrace:
at java.lang.String.substring(String.java:1950)
at ivorius.reccomplex.random.item.Book.bookPages(Book.java:130)
at ivorius.reccomplex.random.item.Book.poem(Book.java:46)
at ivorius.reccomplex.random.item.Book.any(Book.java:27)
at ivorius.reccomplex.item.ItemBookGenerator.generateInInventory(ItemBookGenerator.java:42)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generateTileEntityContents(GenericStructure.java:162)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.setBlock(GenericStructure.java:147)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:248)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:71)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:196)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructureInChunk(WorldGenStructures.java:120)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$planStructuresInChunk$791(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$2032/1215276769.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.planStructuresInChunk(WorldGenStructures.java:77)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:216)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:83)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_717_RCForgeEventHandler_onPreChunkDecoration_Pre.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:673)
at ttftcuts.atg.generator.ChunkProviderBasic.func_185931_b(ChunkProviderBasic.java:198)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:973)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:158)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)

-- Affected level --
Details:
Level name: adventure relm
All players: 1 total; [EntityPlayerMP['maverag'/70701, l='adventure relm', x=-2440.83, y=70.12, z=-2785.50]]
Chunk stats: ServerChunkCache: 1326 Drop: 0
Level seed: -5029652756118973314
Level generator: ID 07 - atg, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-1150,73,-619), Chunk: (at 2,4,5 in -72,-39; contains blocks -1152,0,-624 to -1137,255,-609), Region: (-3,-2; contains chunks -96,-64 to -65,-33, blocks -1536,0,-1024 to -1025,255,-513)
Level time: 2930488 game time, 3050357 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 23994 (now: false), thunder time: 9057 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1505136208 bytes (1435 MB) / 6371672064 bytes (6076 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2315 131 mods loaded, 131 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2315.jar)
UCHIJAAAAAAAAA forge{13.20.0.2315} [Minecraft Forge] (forge-1.11.2-13.20.0.2315.jar)
UCHIJAAAAAAAAA ivtoolkit{1.3.3} [IvToolkit] (minecraft.jar)
UCHIJAAAAAAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAAAAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHIJAAAAAAAAA uncraftingtable{1.7.3-beta1} [Uncrafting Table] ([1.11.2]UncraftingTable-1.7.3-beta1.jar)
UCHIJAAAAAAAAA jei{4.5.0.289} [Just Enough Items] (jei_1.11.2-4.5.0.289.jar)
UCHIJAAAAAAAAA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-4.jar)
UCHIJAAAAAAAAA actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar)
UCHIJAAAAAAAAA forgeendertech{1.11.2-2.1.3.0} [Forge Endertech] (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
UCHIJAAAAAAAAA adhooks{1.11.2-2.0.5.0} [Advanced Hook Launchers] (AdHooks-1.11.2-2.0.5.0-build.0067.jar)
UCHIJAAAAAAAAA baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar)
UCHIJAAAAAAAAA cofhcore{4.2.2} [CoFH Core] (CoFHCore-1.11.2-4.2.2.7-universal.jar)
UCHIJAAAAAAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.4.4.jar)
UCHIJAAAAAAAAA flyringbaublemod{0.2.4_1.11.2-6570ea2} [AngelRing 2 Bauble] (angelRingToBauble-1.11.2-0.2.4.24+6570ea2.jar)
UCHIJAAAAAAAAA applecore{2.2.0} [AppleCore] (AppleCore-mc1.11.2-2.2.0.jar)
UCHIJAAAAAAAAA appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar)
UCHIJAAAAAAAAA atg{2} [Alternate Terrain Generation] (atg-1.11.2-2.1.4.jar)
UCHIJAAAAAAAAA morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar)
UCHIJAAAAAAAAA psi{r1.1-47} [Psi] (Psi-r1.1-47.jar)
UCHIJAAAAAAAAA quark{r1.2-93} [Quark] (Quark-r1.2-93.jar)
UCHIJAAAAAAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAAAAAAA battletowers{1.5.8} [Battle Towers] (BattleTowers-1.11.2.jar)
UCHIJAAAAAAAAA baubleshud{4.0.2} [Baubles-Hud] (BaublesHud-1.11.2-4.0.2.jar)
UCHIJAAAAAAAAA betterbedrockgen{6.0.1} [BetterBedrockGen] (BBG-6.0.1.jar)
UCHIJAAAAAAAAA bedbugs{@Version@} [Bed Bugs] (BedBugs-1.11.2-1.1.7.jar)
UCHIJAAAAAAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJAAAAAAAAA betterthanbunnies{1.11-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.11-1.1.0.jar)
UCHIJAAAAAAAAA betterthanllamas{1.11.2-1.0.0} [BetterThanLlamas] (BetterThanLlamas-1.11.2-1.0.0.jar)
UCHIJAAAAAAAAA bibliocraft{2.3.2} [BiblioCraft] (BiblioCraft[v2.3.2][MC1.11.2].jar)
UCHIJAAAAAAAAA guideapi{1.11.2-2.1.1-52} [Guide-API] (Guide-API-1.11.2-2.1.1-52.jar)
UCHIJAAAAAAAAA bloodmagic{1.11-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.10-79.jar)
UCHIJAAAAAAAAA bookshelf{2.0.388} [Bookshelf] (Bookshelf-1.11.2-2.0.0.388.jar)
UCHIJAAAAAAAAA botania{r1.9-344} [Botania] (Botania r1.9-344.jar)
UCHIJAAAAAAAAA buildcraftlib{7.99.4} [BuildCraft Lib] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftcore{7.99.4} [BuildCraft] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftfactory{7.99.4} [BC Factory] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcrafttransport{7.99.4} [BC Transport] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftbuilders{7.99.4} [BC Builders] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftenergy{7.99.4} [BC Energy] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftrobotics{7.99.4} [BC Robotics] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA buildcraftsilicon{7.99.4} [BC Silicon] (buildcraft-7.99.4.jar)
UCHIJAAAAAAAAA chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
UCHIJAAAAAAAAA chancecubes{1.11.2-3.0.1.193} [Chance Cubes] (ChanceCubes-1.11.2-3.0.1.193.jar)
UCHIJAAAAAAAAA chesttransporter{2.7.9} [Chest Transporter] (ChestTransporter-1.11.2-2.7.9.jar)
UCHIJAAAAAAAAA chisel{MC1.11.2-0.0.11.16} [Chisel] (Chisel-MC1.11.2-0.0.11.16.jar)
UCHIJAAAAAAAAA chiselsandbits{13.11} [Chisels & Bits] (chiselsandbits-13.11.jar)
UCHIJAAAAAAAAA codechickenlib{2.7.0.268} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHIJAAAAAAAAA craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar)
UCHIJAAAAAAAAA ctm{MC1.11.2-0.1.1.6} [CTM] (CTM-MC1.11.2-0.1.1.6.jar)
UCHIJAAAAAAAAA darkutils{1.2.0.143} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.143.jar)
UCHIJAAAAAAAAA dldungeonsjdg{1.9.0} [Doomlike Dungeons] (DoomlikeDungeons-1.9.2-MC1.11.2.jar)
UCHIJAAAAAAAAA elevatorid{1.3.2} [Elevator Mod] (ElevatorMod-1.11.2-1.3.2.jar)
UCHIJAAAAAAAAA embers{0.216} [Embers] (embers-0.216.jar)
UCHIJAAAAAAAAA enderzoo{1.11.2-1.3.0.47} [Ender Zoo] (EnderZoo-1.11.2-1.3.0.47.jar)
UCHIJAAAAAAAAA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
UCHIJAAAAAAAAA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
UCHIJAAAAAAAAA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UCHIJAAAAAAAAA sonarcore{4.0.0} [SonarCore] (SonarCore-1.11.2-4.0.0.jar)
UCHIJAAAAAAAAA fluxnetworks{2.0.0} [FluxNetworks] (FluxNetworks-1.11.2-2.0.0.jar)
UCHIJAAAAAAAAA ic2{2.7.59-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.59-ex111.jar)
UCHIJAAAAAAAAA forestry{5.3.4.102} [Forestry] (forestry_1.11.2-5.3.4.102.jar)
UCHIJAAAAAAAAA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
UCHIJAAAAAAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar)
UCHIJAAAAAAAAA gravestone{1.7.3} [Gravestone Mod] (gravestone-1.7.3.jar)
UCHIJAAAAAAAAA headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar)
UCHIJAAAAAAAAA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
UCHIJAAAAAAAAA tconstruct{1.11.2-2.7.0.26} [Tinkers' Construct] (TConstruct-1.11.2-2.7.0.26.jar)
UCHIJAAAAAAAAA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
UCHIJAAAAAAAAA immersiveengineering{0.11-62} [Immersive Engineering] (ImmersiveEngineering-0.11-62.jar)
UCHIJAAAAAAAAA immersivepetroleum{1.0.6} [Immersive Petroleum] (immersivepetroleum-1.11.2-1.0.6.jar)
UCHIJAAAAAAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAAAAAAA intwheel{1.2.6} [Interaction Wheel] (intwheel-1.1x-1.2.6.jar)
UCHIJAAAAAAAAA inventorypets{1.4.9.5} [Inventory Pets] (inventorypets-1.11.2-1.4.9.5.jar)
UCHIJAAAAAAAAA inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar)
UCHIJAAAAAAAAA ironchest{1.11.2-7.0.24.809} [Iron Chest] (ironchest-1.11.2-7.0.24.809.jar)
UCHIJAAAAAAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
UCHIJAAAAAAAAA journeymap{1.11.2-5.4.7} [JourneyMap] (journeymap-1.11.2-5.4.7.jar)
UCHIJAAAAAAAAA je_calculation{1.11.2-2.6.4} [Just Enough Calculation] (JustEnoughCalculation-1.11.2-2.6.4.jar)
UCHIJAAAAAAAAA jeresources{0.6.4.6} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.4.6.jar)
UCHIJAAAAAAAAA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
UCHIJAAAAAAAAA largeveins{@Version@} [Large Veins] (LargeVeins-1.11-1.0.0.jar)
UCHIJAAAAAAAAA minecolonies{1.11.2-0.8.2594} [MineColonies] (minecolonies-universal-1.11.2-0.8.2594.jar)
UCHIJAAAAAAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar)
UCHIJAAAAAAAAA mob_grinding_utils{0.2.0} [mob_grinding_utils] (MobGrindingUtils-0.2.0.jar)
UCHIJAAAAAAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar)
UCHIJAAAAAAAAA mysticalagriculture{1.5.6} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.6.jar)
UCHIJAAAAAAAAA mysticalagradditions{1.0.2} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.2.jar)
UCHIJAAAAAAAAA natura{1.11.2-4.2.0.20} [Natura] (natura-1.11.2-4.2.0.20.jar)
UCHIJAAAAAAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
UCHIJAAAAAAAAA recipehandler{0.8} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.8(1.11).jar)
UCHIJAAAAAAAAA nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.3.0.223-universal.jar)
UCHIJAAAAAAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCHIJAAAAAAAAA omlib{3.0.0-100} [OMLib] (omlib-1.11.2-3.0.0-100.jar)
UCHIJAAAAAAAAA openmodularturrets{3.0.0-158} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-158.jar)
UCHIJAAAAAAAAA oreexcavation{1.3.95} [OreExcavation] (OreExcavation-1.3.95.jar)
UCHIJAAAAAAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2i.jar)
UCHIJAAAAAAAAA randomthings{4.0} [Random Things] (RandomThings-MC1.11.2-4.0.jar)
UCHIJAAAAAAAAA reccomplex{1.3.2} [Recurrent Complex] (RecurrentComplex-1.4.jar)
UCHIJAAAAAAAAA thermalfoundation{2.2.2} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.2.4-universal.jar)
UCHIJAAAAAAAAA thermalexpansion{5.2.3} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.3.6-universal.jar)
UCHIJAAAAAAAAA redstonearsenal{2.2.2} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.2.4-universal.jar)
UCHIJAAAAAAAAA refinedstorage{1.4.17} [Refined Storage] (refinedstorage-1.4.17.jar)
UCHIJAAAAAAAAA xreliquary{1.11.2-1.3.3.653} [Reliquary] (Reliquary-1.11.2-1.3.3.653.jar)
UCHIJAAAAAAAAA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
UCHIJAAAAAAAAA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
UCHIJAAAAAAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
UCHIJAAAAAAAAA roots{0.020} [Roots 2] (roots-2-0.020.jar)
UCHIJAAAAAAAAA silentlib{2.1.5} [Silent Lib] (SilentLib-1.11.2-2.1.5-62.jar)
UCHIJAAAAAAAAA scalinghealth{1.0.8} [Scaling Health] (ScalingHealth-1.11.2-1.0.8-52.jar)
UCHIJAAAAAAAAA shearmadness{1.11.2} [Shear Madness] (shearmadness-1.11.2-1.7.0.6.jar)
UCHIJAAAAAAAAA snad{1.11.2-1.7.03.26a} [Snad] (Snad-1.11.2-1.7.03.26a.jar)
UCHIJAAAAAAAAA storagedrawers{1.11.2-4.2.9} [Storage Drawers] (StorageDrawers-1.11.2-4.2.9.jar)
UCHIJAAAAAAAAA substratum{1.9.2.0} [Substratum] (Substratum-1.11.2-1.9.2.0.jar)
UCHIJAAAAAAAAA thermaldynamics{2.2.3} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.3.6-universal.jar)
UCHIJAAAAAAAAA tinker_io{release 2.5.1d} [Tinker I/O] (tinker_io-1.11.2-release 2.5.1d.jar)
UCHIJAAAAAAAAA tinkersaddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.11.2-1.0.6.jar)
UCHIJAAAAAAAAA tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar)
UCHIJAAAAAAAAA tp{2.2.1-Hotfix} [Tiny Progressions] (tinyprogressions-1.11.2-2.2.1-Hotfix.jar)
UCHIJAAAAAAAAA topaddons{1.11.2-0.15.0} [TOP Addons] (topaddons-1.11.2-0.15.0.jar)
UCHIJAAAAAAAAA torcherino{6.1s} [Torcherino] (Torcherino-6.1s.jar)
UCHIJAAAAAAAAA torchmaster{1.4.0.45} [TorchMaster] (torchmaster_1.11.2-1.4.0.45.jar)
UCHIJAAAAAAAAA travelhut{2.0.7} [Travel Huts] (travelhut-2.0.7.jar)
UCHIJAAAAAAAAA wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar)
UCHIJAAAAAAAAA waystones{3.0.16} [Waystones] (Waystones_1.11.2-3.0.16.jar)
UCHIJAAAAAAAAA woot{1.11.2-0.2.0} [Woot] (woot-1.11.2-0.2.0.jar)
UCHIJAAAAAAAAA denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar)
UCHIJAAAAAAAAA jaopca{1.11.2-1.1.16} [Just A Ore Processing Compatibility Attempt] (JAOPCA-1.11.2-1.1.16.jar)
UCHIJAAAAAAAAA unidict{1.11.2-1.0} [UniDict] (UniDict-1.11.2-1.1.jar)
Loaded coremods (and transformers):
DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)

IC2core (industrialcraft-2-2.7.59-ex111.jar)

NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.223-universal.jar)
codechicken.nei.asm.NEITransformer
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
LoadingPlugin (Quark-r1.2-93.jar)
vazkii.quark.base.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.0.jar)

CTMCorePlugin (CTM-MC1.11.2-0.1.1.6.jar)
team.chisel.ctm.client.asm.CTMTransformer
SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
invtweaks.forge.asm.ContainerTransformer
IvToolkit (IvToolkit-1.3.3.jar)

AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.2.7-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
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)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

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

codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.: 
nei Invalid Fingerprint Reports: - No invalid fingerprints.: 
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['maverag'/70701, l='adventure relm', x=-2440.83, y=70.12, z=-2785.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

15:09:21 STDOUT Client thread info [net.minecraft.init.Bootstrap:func_179870_a:523]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\conor\Documents\Curse\Instances\new 11\crash-reports\crash-2017-06-21_15.09.21-server.txt
15:09:21 FML Client thread info Waiting for the server to terminate/save.
15:09:21 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/Nether
15:09:21 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/The End
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/Deep Dark
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/ExtraUtils2_Quarry_Dim
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/The Dark Realm
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/Omothol
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/The Dreadlands
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/The Abyssal Wasteland
15:09:22 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'adventure relm'/Spectre
15:09:22 journeymap Server thread info Mapping halted in C:\Users\conor\Documents\Curse\Instances\new 11\journeymap\data\sp\adventure relm\DIM0
15:09:23 FML Server thread info Unloading dimension 0
15:09:23 FML Server thread info Unloading dimension -1
15:09:23 FML Server thread info Unloading dimension 1
15:09:23 FML Server thread info Unloading dimension -11325
15:09:23 FML Server thread info Unloading dimension -9999
15:09:23 FML Server thread info Unloading dimension 53
15:09:23 FML Server thread info Unloading dimension 52
15:09:23 FML Server thread info Unloading dimension 51
15:09:23 FML Server thread info Unloading dimension 50
15:09:23 FML Server thread info Unloading dimension -343800852
15:09:23 FML Server thread info Applying holder lookups
15:09:23 FML Server thread info Holder lookups applied
15:09:23 Actually Additions Server thread info Unloaded WorldData!
15:09:23 mcjty.lib.varia.Logging Server thread info RFTools: server is stopping. Shutting down gracefully
15:09:23 mcjty.lib.varia.Logging Server thread info RFTools: server is stopping. Shutting down gracefully
15:09:23 mcjty.lib.varia.Logging Server thread info Cleaning up RFTools dimensions
15:09:23 FML Server thread info The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
15:09:23 FML Client thread info Server terminated.
15:09:23 net.minecraft.server.MinecraftServer Client Shutdown Thread info Stopping server
15:09:23 net.minecraft.server.MinecraftServer Client Shutdown Thread info Saving players
15:09:23 net.minecraft.network.NetHandlerPlayServer Client Shutdown Thread info maverag lost connection: TextComponent{text='Server closed', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
15:09:23 net.minecraft.server.MinecraftServer Client Shutdown Thread info maverag left the game
15:09:23 net.minecraft.network.NetHandlerPlayServer Client Shutdown Thread info Stopping singleplayer server as player logged out
15:09:23 net.minecraft.server.MinecraftServer Client Shutdown Thread info Saving worlds

commented