Just another random CTD, really. The only thing notable is that the world was loading it's chunks for the first time, being a new world, and out of nowhere it CTDs.
Time: 1/9/17 4:42 PM
Description: Exception ticking world
java.lang.NoClassDefFoundError: ivorius/ivtoolkit/tools/IvStreams
at ivorius.reccomplex.utils.Transforms.transformStream(Transforms.java:23)
at ivorius.reccomplex.world.gen.feature.structure.generic.maze.WorldGenMaze.transforms(WorldGenMaze.java:89)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.lambda$getPlacedRooms$13(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator$$Lambda$779/412524665.apply(Unknown Source)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:197)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:44)
at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:49)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:24)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$42(GenericStructureInfo.java:302)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$716/1159026023.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:295)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$483(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$707/860912751.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:109)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$677/1009605704.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_390_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: ivorius.ivtoolkit.tools.IvStreams
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 59 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at ivorius.reccomplex.utils.Transforms.transformStream(Transforms.java:23)
at ivorius.reccomplex.world.gen.feature.structure.generic.maze.WorldGenMaze.transforms(WorldGenMaze.java:89)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.lambda$getPlacedRooms$13(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator$$Lambda$779/412524665.apply(Unknown Source)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:197)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:44)
at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:49)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:24)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$42(GenericStructureInfo.java:302)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$716/1159026023.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:295)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$483(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$707/860912751.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:109)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$677/1009605704.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_390_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37)
-- Affected level --
Details:
Level name: MODDED 1_10 Explorationnnn
All players: 1 total; [EntityPlayerMP['Genny_Flo'/545, l='MODDED 1_10 Explorationnnn', x=-130.93, y=115.61, z=-130.71]]
Chunk stats: ServerChunkCache: 849 Drop: 0
Level seed: -831577157646560527
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-116,64,-117), Chunk: (at 12,4,11 in -8,-8; contains blocks -128,0,-128 to -113,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 64 game time, 14064 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 32461 (now: false), thunder time: 37588 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Just another random CTD, really. The only thing notable is that the world was loading it's chunks for the first time, being a new world, and out of nowhere it CTDs.
Report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
MovingWorldCoreMod (movingworld-1.10.2-0003-full.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
FarseekCoreMod (Farseek-1.9.4-1.1.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
Cacti (cacti-1.0.0-1.10.2.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
ForgelinPlugin (Forgelin-1.0.5.jar)
FMLPlugin (InventoryTweaks-1.61-58 (1).jar)
llibrary (llibrary-1.7.2-1.10.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.2.0.0.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.2.7.jar)
StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
IvToolkit (IvToolkit-1.2.9.jar)
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 1/9/17 4:42 PM
Description: Exception ticking world
java.lang.NoClassDefFoundError: ivorius/ivtoolkit/tools/IvStreams
at ivorius.reccomplex.utils.Transforms.transformStream(Transforms.java:23)
at ivorius.reccomplex.world.gen.feature.structure.generic.maze.WorldGenMaze.transforms(WorldGenMaze.java:89)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.lambda$getPlacedRooms$13(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator$$Lambda$779/412524665.apply(Unknown Source)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:197)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:44)
at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:49)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:24)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$42(GenericStructureInfo.java:302)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$716/1159026023.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:295)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$483(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$707/860912751.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:109)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$677/1009605704.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_390_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: ivorius.ivtoolkit.tools.IvStreams
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 59 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at ivorius.reccomplex.utils.Transforms.transformStream(Transforms.java:23)
at ivorius.reccomplex.world.gen.feature.structure.generic.maze.WorldGenMaze.transforms(WorldGenMaze.java:89)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.lambda$getPlacedRooms$13(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator$$Lambda$779/412524665.apply(Unknown Source)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.getPlacedRooms(WorldScriptMazeGenerator.java:231)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:197)
at ivorius.reccomplex.world.gen.script.WorldScriptMazeGenerator.prepareInstanceData(WorldScriptMazeGenerator.java:44)
at ivorius.reccomplex.world.gen.script.WorldScriptMulti.prepareInstanceData(WorldScriptMulti.java:43)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:49)
at ivorius.reccomplex.block.TileEntitySpawnScript.prepareInstanceData(TileEntitySpawnScript.java:24)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.lambda$prepareInstanceData$42(GenericStructureInfo.java:302)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo$$Lambda$716/1159026023.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:295)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.prepareInstanceData(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.lambda$instanceData$483(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator$$Lambda$707/860912751.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.instanceData(StructureGenerator.java:413)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:109)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$677/1009605704.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_390_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37)
-- Affected level --
Details:
Level name: MODDED 1_10 Explorationnnn
All players: 1 total; [EntityPlayerMP['Genny_Flo'/545, l='MODDED 1_10 Explorationnnn', x=-130.93, y=115.61, z=-130.71]]
Chunk stats: ServerChunkCache: 849 Drop: 0
Level seed: -831577157646560527
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-116,64,-117), Chunk: (at 12,4,11 in -8,-8; contains blocks -128,0,-128 to -113,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 64 game time, 14064 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 32461 (now: false), thunder time: 37588 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.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: 1113733776 bytes (1062 MB) / 2731732992 bytes (2605 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 1, tcache: 1, allocated: 3, tallocated: 104
FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_C1 137 mods loaded, 137 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA ivtoolkit{1.2.9} [IvToolkit] (minecraft.jar)
UCHIJAAAA OpenEye{0.8} [OpenEye] (OpenEye-1.10.2-0.8.jar)
UCHIJAAAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJAAAA advancedcapes{5.0} [Advanced Capes] (advancedcapes-5.0.jar)
UCHIJAAAA aether{1.10.2-r1} [Aether II] (AetherII-1.10.2-r1-build5.signed.jar)
UCHIJAAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-5.jar)
UCHIJAAAA JEI{3.13.6.393} [Just Enough Items] (jei_1.10.2-3.13.6.393.jar)
UCHIJAAAA AppleCore{2.1.0} [AppleCore] (AppleCore-mc1.10.2-2.1.0.jar)
UCHIJAAAA appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAA Quark{r1.0-59} [Quark] (Quark-r1.0-59.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJAAAA battletowers{1.5.5} [Battle Towers] (BattleTowers-1.10.2.jar)
UCHIJAAAA Baubles{1.3.3} [Baubles] (Baubles-1.10.2-1.3.3.jar)
UCHIJAAAA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJAAAA BetterAchievements{0.3.2.35} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.35.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
UCHIJAAAA Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
UCHIJAAAA Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
UCHIJAAAA cacti{1.0.0} [Cacti] (cacti-1.0.0-1.10.2.jar)
UCHIJAAAA Chameleon{1.10-2.1.8} [Chameleon] (Chameleon-1.10-2.1.8.jar)
UCHIJAAAA ChestTransporter{2.5.5} [Chest Transporter] (ChestTransporter-1.10.2-2.5.5.jar)
UCHIJAAAA CodeChickenLib{2.4.3.143} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
UCHIJAAAA CodeChickenCore{2.3.5.92} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
UCHIJAAAA ChickenChunks{2.1.5.42} [ChickenChunks] (ChickenChunks-1.10.2-2.1.5.42-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA controlling{1.0.2} [Controlling] (Controlling-1.0.2.jar)
UCHIJAAAA cookingforblockheads{4.2.29} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.29.jar)
UCHIJAAAA co{0.2.1} [Crankerer's Odyssey] (Crankerer's Odyssey-0.2.2-[1.9.4-1.10.2].jar)
UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCHIJAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
UCHIJAAAA movingworld{1.10.2-0003} [Moving World] (movingworld-1.10.2-0003-full.jar)
UCHIJAAAA davincisvessels{@[email protected]} [Davinci's Vessels] (davincisvessels-1.10.2-0003-full.jar)
UCHIJAAAA Ding{MC1.9.0v2} [Ding] (Ding-1.10.2-1.0.0.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAA druidry{2016.9.26-1.9.4} [§2Druidry] (druidry(2016.9.26)(1.9.4).jar)
UCHIJAAAA DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA dsurround{3.2.0.0} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.2.0.0.jar)
UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCHIJAAAA excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
UCHIJAAAA expandedbonemeal{1.0.0} [ExpandedBonemeal] (expandedbonemeal-1.10.2-1.0.0.jar)
UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.0.jar)
UCHIJAAAA fairylights{2.0.0} [Fairy Lights] (fairylights-2.0.0-1.10.2.jar)
UCHIJAAAA Farseek{1.9.4} [Farseek] (Farseek-1.9.4-1.1.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA FEI{1.0.17.2} [Forever Enough Items] (ForeverEnoughItems-1.0.17.2-1.10.2.jar)
UCHIJAAAA grue{1.3.3} [Grue] (Grue-1.9.4-1.3.3.jar)
UCHIJAAAA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJAAAA HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.9.4-1.0.0.jar)
UCHIJAAAA ichunutil{6.1.0} [iChunUtil] (iChunUtil-1.10.2-6.1.0.jar)
UCHIJAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58 (1).jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA itlt{0.0.9} [It's the little things] (itlt-1.10-1.0.0.jar)
UCHIJAAAA jeresources{0.5.7.87} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.7.87.jar)
UCHIJAAAA llibrary{1.7.2} [LLibrary] (llibrary-1.7.2-1.10.2.jar)
UCHIJAAAA lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAAAA malisiscore{1.10.2-4.2.7} [MalisisCore] (malisiscore-1.10.2-4.2.7.jar)
UCHIJAAAA malisisdoors{1.10.2-5.1.4} [MalisisDoors] (malisisdoors-1.10.2-5.1.4.jar)
UCHIJAAAA mantle{1.10.2-1.1.3.199} [Mantle] (Mantle-1.10.2-1.1.3.jar)
UCHIJAAAA minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCHIJAAAA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
UCHIJAAAA mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCHIJAAAA mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
UCHIJAAAA mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCHIJAAAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
UCHIJAAAA ModLister{1.10.2-2.1.8} [ModLister] (ModLister-1.10.2-2.1.8.jar)
UCHIJAAAA MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
UCHIJAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.10.2-0.1.0.jar)
UCHIJAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
UCHIJAAAA mowziesmobs{1.3.0} [Mowzie's Mobs] (mowziesmobs-1.3.0.jar)
UCHIJAAAA AS_MultiMine{1.5.4} [Multi Mine] (MultiMine-1.10.2.jar)
UCHIJAAAA natura{1.10.2-4.1.0.17} [Natura] (natura-1.10.2-4.1.0.17.jar)
UCHIJAAAA naturescompass{1.2.0} [Nature's Compass] (NaturesCompass-1.10.2-1.2.0.jar)
UCHIJAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
UCHIJAAAA nmsot{1.1.7-mc[1.9.4-1.10.2]} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.7-mc[1.9.4-1.10.2] (1).jar)
UCHIJAAAA notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
UCHIJAAAA ObsidianPlates{1.1.1} [Obsidian Plates] (ObsidianPlates-1.1.1_1.9.4.jar)
UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA petbat{1.4.3} [Pet Bat] (PetBat-1.10.2.jar)
UCHIJAAAA shetiphiancore{3.3.6} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.6.jar)
UCHIJAAAA platforms{1.2.7} [Platforms] (platforms-1.10.0-1.2.7.jar)
UCHIJAAAA primitivemobs{1.1} [Primitive Mobs] (primitivemobs-1.1-alpha.jar)
UCHIJAAAA cobwebs{1.0.1} [Realistic Cobwebs Mod] (realistic-cobwebs-1.0.1-MC1.10.2.jar)
UCHIJAAAA reccomplex{1.2.3.4} [Recurrent Complex] (RecurrentComplex-1.2.3.4.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJAAAA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJAAAA rustic{0.0.1} [Rustic] (Rustic 0.1 1.10.2.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA simpleleather{1.10.2-1.0} [Simple Leather] (simpleleather-1.10.2-1.0.jar)
UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA SpiceOfLife{1.3.6} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.6.jar)
UCHIJAAAA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJAAAA Streams{1.9.4} [Streams] (Streams-1.9.4-0.2.1.jar)
UCHIJAAAA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.1.0.11.jar)
UCHIJAAAA totemic{1.9.4-0.7.9.1} [Totemic] (Totemic-1.9.4-0.7.9.1.jar)
UCHIJAAAA trashslot{6.3.6} [TrashSlot] (TrashSlot_1.10.2-6.3.6.jar)
UCHIJAAAA treechopper{1.1.1a} [Tree Chopper] (TreeChopper-1.10.2-1.1.1a.jar)
UCHIJAAAA tumbleweed{1.10-0.3.1} [Tumbleweed] (tumbleweed-1.10-0.3.1.jar)
UCHIJAAAA underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCHIJAAAA waddles{0.5.0} [Waddles] (Waddles-1.10.2-0.5.0.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
UCHIJAAAA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJAAAA XaeroMinimap{1.11.9} [Xaero's Minimap] (Xaeros_Minimap_1.11.9_Forge_1.10.2.jar)
UCHIJAAAA XaeroWorldMap{1.7.1} [Xaero's World Map] (XaerosWorldMap_b1.7.1_Forge_1.10.2.jar)
UCHIJAAAA fluidity{6.1.3} [Fluidity] (Fluidity-6.1.3.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
LoadingPlugin (Quark-r1.0-59.jar)
vazkii.quark.base.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
team.chisel.common.asm.ChiselTransformer
MovingWorldCoreMod (movingworld-1.10.2-0003-full.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
cubex2.cxlibrary.CoreModTransformer
FarseekCoreMod (Farseek-1.9.4-1.1.jar)
farseek.core.FarseekClassTransformer
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
Cacti (cacti-1.0.0-1.10.2.jar)
com.pau101.cacti.asm.CactiClassTransformer
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.0.5.jar)
FMLPlugin (InventoryTweaks-1.61-58 (1).jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-1.7.2-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.2.0.0.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
DepLoader (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.2.7.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
streams.core.StreamsClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
shetiphian.core.asm.ClassTransformer
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
IvToolkit (IvToolkit-1.2.9.jar)
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
openeye.asm.MultiTransformer
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
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)
- WailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Genny_Flo'/545, l='MODDED 1_10 Explorationnnn', x=-130.93, y=115.61, z=-130.71]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_C1
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.14008 Compatibility Profile Context 21.19.137.1
OpenGlRenderer: AMD Radeon R7 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 2
"Where Wisdom and Valor fail, all that remains is faith. And it can overcome all." -Tahu, Toa Mata of Fire, MNOG
(some of my) Favorite Mods:
Aether II: Genesis of the Void (no banners for it)
m
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
MovingWorldCoreMod (movingworld-1.10.2-0003-full.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
FarseekCoreMod (Farseek-1.9.4-1.1.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
Cacti (cacti-1.0.0-1.10.2.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
ForgelinPlugin (Forgelin-1.0.5.jar)
FMLPlugin (InventoryTweaks-1.61-58 (1).jar)
llibrary (llibrary-1.7.2-1.10.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.2.0.0.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
IvToolkit (IvToolkit-1.2.9.jar)
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
Contact their authors BEFORE contacting forge // You're mean. Time: 1/9/17 5:44 PM
Description: Exception ticking world java.lang.NoClassDefFoundError: ivorius/ivtoolkit/tools/IvStreams
at ivorius.reccomplex.utils.BlockSurfaceArea.stream(BlockSurfaceArea.java:104)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.rays.RayMatcher.matches(RayMatcher.java:62)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.rays.RayMatcher.cast(RayMatcher.java:84)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.FactorLimit.consider(FactorLimit.java:80)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer.lambda$place$139(GenericPlacer.java:77)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer$$Lambda$667/1714734811.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer.place(GenericPlacer.java:75)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.boundingBox(StructureGenerator.java:316)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.boundingBox(StructureGenerator.java:289)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.spawn(StructureGenerator.java:449)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:108)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$635/2003540832.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_385_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180501_a(World.java:318)
at net.minecraft.world.World.func_175656_a(World.java:408)
at net.ilexiconn.llibrary.server.structure.StructureBuilder.generate(StructureBuilder.java:61)
at com.bobmowzie.mowziesmobs.server.world.structure.StructureWroughtnautRoom.generate(StructureWroughtnautRoom.java:110)
at com.bobmowzie.mowziesmobs.server.world.structure.StructureWroughtnautRoom.tryWroughtChamber(StructureWroughtnautRoom.java:146)
at com.bobmowzie.mowziesmobs.server.world.MowzieWorldGenerator.generateSurface(MowzieWorldGenerator.java:71)
at com.bobmowzie.mowziesmobs.server.world.MowzieWorldGenerator.generate(MowzieWorldGenerator.java:24)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.gen.feature.WorldGenAbstractTree.isReplaceable(WorldGenAbstractTree.java:37)
at com.pam.harvestcraft.worldgen.LogFruitTreeGen.func_180709_b(LogFruitTreeGen.java:54)
at com.pam.harvestcraft.blocks.growables.BlockPamSapling.worldGenTrees(BlockPamSapling.java:154)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generateFruitTree(FruitTreeWorldGen.java:237)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generate(FruitTreeWorldGen.java:227)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.gen.feature.WorldGenAbstractTree.isReplaceable(WorldGenAbstractTree.java:37)
at com.pam.harvestcraft.worldgen.LogFruitTreeGen.func_180709_b(LogFruitTreeGen.java:54)
at com.pam.harvestcraft.blocks.growables.BlockPamSapling.worldGenTrees(BlockPamSapling.java:154)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generateFruitTree(FruitTreeWorldGen.java:237)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generate(FruitTreeWorldGen.java:227)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: ivorius.ivtoolkit.tools.IvStreams
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 104 more
Caused by: java.lang.ArrayIndexOutOfBoundsException A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------------------------------------------- -- Head --
Thread: Server thread
Stacktrace:
at ivorius.reccomplex.utils.BlockSurfaceArea.stream(BlockSurfaceArea.java:104)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.rays.RayMatcher.matches(RayMatcher.java:62)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.rays.RayMatcher.cast(RayMatcher.java:84)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.FactorLimit.consider(FactorLimit.java:80)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer.lambda$place$139(GenericPlacer.java:77)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer$$Lambda$667/1714734811.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.placement.GenericPlacer.place(GenericPlacer.java:75)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.boundingBox(StructureGenerator.java:316)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.boundingBox(StructureGenerator.java:289)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.spawn(StructureGenerator.java:449)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:108)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$635/2003540832.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.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_385_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 biomesoplenty.common.world.ChunkProviderGenerateBOP.func_185931_b(ChunkProviderGenerateBOP.java:482)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180501_a(World.java:318)
at net.minecraft.world.World.func_175656_a(World.java:408)
at net.ilexiconn.llibrary.server.structure.StructureBuilder.generate(StructureBuilder.java:61)
at com.bobmowzie.mowziesmobs.server.world.structure.StructureWroughtnautRoom.generate(StructureWroughtnautRoom.java:110)
at com.bobmowzie.mowziesmobs.server.world.structure.StructureWroughtnautRoom.tryWroughtChamber(StructureWroughtnautRoom.java:146)
at com.bobmowzie.mowziesmobs.server.world.MowzieWorldGenerator.generateSurface(MowzieWorldGenerator.java:71)
at com.bobmowzie.mowziesmobs.server.world.MowzieWorldGenerator.generate(MowzieWorldGenerator.java:24)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.gen.feature.WorldGenAbstractTree.isReplaceable(WorldGenAbstractTree.java:37)
at com.pam.harvestcraft.worldgen.LogFruitTreeGen.func_180709_b(LogFruitTreeGen.java:54)
at com.pam.harvestcraft.blocks.growables.BlockPamSapling.worldGenTrees(BlockPamSapling.java:154)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generateFruitTree(FruitTreeWorldGen.java:237)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generate(FruitTreeWorldGen.java:227)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.gen.feature.WorldGenAbstractTree.isReplaceable(WorldGenAbstractTree.java:37)
at com.pam.harvestcraft.worldgen.LogFruitTreeGen.func_180709_b(LogFruitTreeGen.java:54)
at com.pam.harvestcraft.blocks.growables.BlockPamSapling.worldGenTrees(BlockPamSapling.java:154)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generateFruitTree(FruitTreeWorldGen.java:237)
at com.pam.harvestcraft.worldgen.FruitTreeWorldGen.generate(FruitTreeWorldGen.java:227)
at net.minecraftforge.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:120)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
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:222)
at WorldServerOF.func_72835_b(WorldServerOF.java:37) -- Affected level --
Details:
Level name: MODDED 1_10 Exploration 2
All players: 1 total; [EntityPlayerMP['Genny_Flo'/347, l='MODDED 1_10 Exploration 2', x=-812.37, y=69.79, z=20.36]]
Chunk stats: ServerChunkCache: 1446 Drop: 0
Level seed: -2724710156202700862
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-216,64,274), Chunk: (at 8,4,2 in -14,17; contains blocks -224,0,272 to -209,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1729 game time, 15729 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 94917 (now: false), thunder time: 99120 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745) -- System Details --
Details:
Minecraft Version: 1.10.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: 1342344376 bytes (1280 MB) / 3207856128 bytes (3059 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D4 135 mods loaded, 135 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA ivtoolkit{1.2.9} [IvToolkit] (minecraft.jar)
UCHIJAAAA OpenEye{0.8} [OpenEye] (OpenEye-1.10.2-0.8.jar)
UCHIJAAAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJAAAA advancedcapes{5.0} [Advanced Capes] (advancedcapes-5.0.jar)
UCHIJAAAA aether{1.10.2-r1} [Aether II] (AetherII-1.10.2-r1-build5.signed.jar)
UCHIJAAAA Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-5.jar)
UCHIJAAAA JEI{3.13.6.393} [Just Enough Items] (jei_1.10.2-3.13.6.393.jar)
UCHIJAAAA AppleCore{2.1.0} [AppleCore] (AppleCore-mc1.10.2-2.1.0.jar)
UCHIJAAAA appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAA Quark{r1.0-59} [Quark] (Quark-r1.0-59.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJAAAA battletowers{1.5.5} [Battle Towers] (BattleTowers-1.10.2.jar)
UCHIJAAAA Baubles{1.3.3} [Baubles] (Baubles-1.10.2-1.3.3.jar)
UCHIJAAAA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJAAAA BetterAchievements{0.3.2.35} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.35.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
UCHIJAAAA Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
UCHIJAAAA Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
UCHIJAAAA cacti{1.0.0} [Cacti] (cacti-1.0.0-1.10.2.jar)
UCHIJAAAA Chameleon{1.10-2.1.8} [Chameleon] (Chameleon-1.10-2.1.8.jar)
UCHIJAAAA ChestTransporter{2.5.5} [Chest Transporter] (ChestTransporter-1.10.2-2.5.5.jar)
UCHIJAAAA CodeChickenLib{2.4.3.143} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
UCHIJAAAA CodeChickenCore{2.3.5.92} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
UCHIJAAAA ChickenChunks{2.1.5.42} [ChickenChunks] (ChickenChunks-1.10.2-2.1.5.42-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA controlling{1.0.2} [Controlling] (Controlling-1.0.2.jar)
UCHIJAAAA cookingforblockheads{4.2.29} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.29.jar)
UCHIJAAAA co{0.2.1} [Crankerer's Odyssey] (Crankerer's Odyssey-0.2.2-[1.9.4-1.10.2].jar)
UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCHIJAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
UCHIJAAAA movingworld{1.10.2-0003} [Moving World] (movingworld-1.10.2-0003-full.jar)
UCHIJAAAA davincisvessels{@[email protected]} [Davinci's Vessels] (davincisvessels-1.10.2-0003-full.jar)
UCHIJAAAA Ding{MC1.9.0v2} [Ding] (Ding-1.10.2-1.0.0.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAA druidry{2016.9.26-1.9.4} [§2Druidry] (druidry(2016.9.26)(1.9.4).jar)
UCHIJAAAA DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar)
UCHIJAAAA dsurround{3.2.0.0} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.2.0.0.jar)
UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCHIJAAAA excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
UCHIJAAAA expandedbonemeal{1.0.0} [ExpandedBonemeal] (expandedbonemeal-1.10.2-1.0.0.jar)
UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.0.jar)
UCHIJAAAA fairylights{2.0.0} [Fairy Lights] (fairylights-2.0.0-1.10.2.jar)
UCHIJAAAA Farseek{1.9.4} [Farseek] (Farseek-1.9.4-1.1.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA FEI{1.0.17.2} [Forever Enough Items] (ForeverEnoughItems-1.0.17.2-1.10.2.jar)
UCHIJAAAA grue{1.3.3} [Grue] (Grue-1.9.4-1.3.3.jar)
UCHIJAAAA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJAAAA HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.9.4-1.0.0.jar)
UCHIJAAAA ichunutil{6.1.0} [iChunUtil] (iChunUtil-1.10.2-6.1.0.jar)
UCHIJAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58 (1).jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA itlt{0.0.9} [It's the little things] (itlt-1.10-1.0.0.jar)
UCHIJAAAA jeresources{0.5.7.87} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.7.87.jar)
UCHIJAAAA llibrary{1.7.2} [LLibrary] (llibrary-1.7.2-1.10.2.jar)
UCHIJAAAA lucky{7.3.0} [Lucky Block] (LuckyBlock_1-10-2_v7-3-0.zip)
UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAAAA mantle{1.10.2-1.1.3.199} [Mantle] (Mantle-1.10.2-1.1.3.jar)
UCHIJAAAA minemenu{1.4.4} [MineMenu] (MineMenu-1.10.X-1.4.4.B9-universal.jar)
UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCHIJAAAA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
UCHIJAAAA mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCHIJAAAA mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
UCHIJAAAA mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCHIJAAAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
UCHIJAAAA ModLister{1.10.2-2.1.8} [ModLister] (ModLister-1.10.2-2.1.8.jar)
UCHIJAAAA MoreFurnaces{1.8.2} [More Furnaces] (MoreFurnaces-1.10.2-1.8.2.jar)
UCHIJAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.10.2-0.1.0.jar)
UCHIJAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
UCHIJAAAA mowziesmobs{1.3.0} [Mowzie's Mobs] (mowziesmobs-1.3.0.jar)
UCHIJAAAA AS_MultiMine{1.5.4} [Multi Mine] (MultiMine-1.10.2.jar)
UCHIJAAAA natura{1.10.2-4.1.0.17} [Natura] (natura-1.10.2-4.1.0.17.jar)
UCHIJAAAA naturescompass{1.2.0} [Nature's Compass] (NaturesCompass-1.10.2-1.2.0.jar)
UCHIJAAAA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
UCHIJAAAA nmsot{1.1.7-mc[1.9.4-1.10.2]} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.7-mc[1.9.4-1.10.2] (1).jar)
UCHIJAAAA notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
UCHIJAAAA ObsidianPlates{1.1.1} [Obsidian Plates] (ObsidianPlates-1.1.1_1.9.4.jar)
UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA petbat{1.4.3} [Pet Bat] (PetBat-1.10.2.jar)
UCHIJAAAA shetiphiancore{3.3.6} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.6.jar)
UCHIJAAAA platforms{1.2.7} [Platforms] (platforms-1.10.0-1.2.7.jar)
UCHIJAAAA primitivemobs{1.1} [Primitive Mobs] (primitivemobs-1.1-alpha.jar)
UCHIJAAAA cobwebs{1.0.1} [Realistic Cobwebs Mod] (realistic-cobwebs-1.0.1-MC1.10.2.jar)
UCHIJAAAA reccomplex{1.2.3.4} [Recurrent Complex] (RecurrentComplex-1.2.3.4.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJAAAA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJAAAA rustic{0.0.1} [Rustic] (Rustic 0.1 1.10.2.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA simpleleather{1.10.2-1.0} [Simple Leather] (simpleleather-1.10.2-1.0.jar)
UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA SpiceOfLife{1.3.6} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.6.jar)
UCHIJAAAA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJAAAA Streams{1.9.4} [Streams] (Streams-1.9.4-0.2.1.jar)
UCHIJAAAA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.1.0.11.jar)
UCHIJAAAA totemic{1.9.4-0.7.9.1} [Totemic] (Totemic-1.9.4-0.7.9.1.jar)
UCHIJAAAA trashslot{6.3.6} [TrashSlot] (TrashSlot_1.10.2-6.3.6.jar)
UCHIJAAAA treechopper{1.1.1a} [Tree Chopper] (TreeChopper-1.10.2-1.1.1a.jar)
UCHIJAAAA tumbleweed{1.10-0.3.1} [Tumbleweed] (tumbleweed-1.10-0.3.1.jar)
UCHIJAAAA underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCHIJAAAA waddles{0.5.0} [Waddles] (Waddles-1.10.2-0.5.0.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
UCHIJAAAA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJAAAA XaeroMinimap{1.11.9} [Xaero's Minimap] (Xaeros_Minimap_1.11.9_Forge_1.10.2.jar)
UCHIJAAAA XaeroWorldMap{1.7.1} [Xaero's World Map] (XaerosWorldMap_b1.7.1_Forge_1.10.2.jar)
UCHIJAAAA fluidity{6.1.3} [Fluidity] (Fluidity-6.1.3.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.143-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
LoadingPlugin (Quark-r1.0-59.jar)
vazkii.quark.base.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
team.chisel.common.asm.ChiselTransformer
MovingWorldCoreMod (movingworld-1.10.2-0003-full.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
cubex2.cxlibrary.CoreModTransformer
FarseekCoreMod (Farseek-1.9.4-1.1.jar)
farseek.core.FarseekClassTransformer
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
Cacti (cacti-1.0.0-1.10.2.jar)
com.pau101.cacti.asm.CactiClassTransformer
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.0.5.jar)
FMLPlugin (InventoryTweaks-1.61-58 (1).jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-1.7.2-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.2.0.0.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
DepLoader (CodeChickenCore-1.10.2-2.3.5.92-universal.jar)
StreamsCoreMod (Streams-1.9.4-0.2.1.jar)
streams.core.StreamsClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
shetiphian.core.asm.ClassTransformer
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
IvToolkit (IvToolkit-1.2.9.jar)
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
openeye.asm.MultiTransformer
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1 (1).jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced) 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)
- WailaIntegration (Enabled/Not Forced) Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Genny_Flo'/347, l='MODDED 1_10 Exploration 2', x=-812.37, y=69.79, z=20.36]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_D4
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.14008 Compatibility Profile Context 21.19.137.1
OpenGlRenderer: AMD Radeon R7 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 2
"Where Wisdom and Valor fail, all that remains is faith. And it can overcome all." -Tahu, Toa Mata of Fire, MNOG
(some of my) Favorite Mods:
Aether II: Genesis of the Void (no banners for it)
m