GithubHelp home page GithubHelp logo

grim3212 / grim-pack Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 8.0 15.35 MB

This is the combined mods previously known as Grims Mods

Home Page: https://grim3212.com/grim-pack/

License: Other

Java 99.49% HTML 0.51%
minecraft mod forge grims-mods cuisine decor industry tools util world

grim-pack's Introduction

Grim Pack is No Longer Maintained!


For parts of Grim Pack on newer Minecraft versions look in the AssortedMods https://assortedmods.com/.

Assorted Mods are broken up into different similar pieces that GrimPack had and should be more modernized and better maintained then GrimPack ever was.

The latest versions of Assorted Mods also support both Forge and Fabric.


This is the combined mods previously known as Grims Mods.

Information can be found at https://www.grim3212.com/grim-pack

These are seperated into 7 parts.

Core, Cuisine, Decor, Industry, Tools, Util, and World

  • Core is what all of the sub parts rely on.
  • Cuisine is foody stuff.
  • Decor is for decorating and making everything look nice.
  • Industry is more technical blocks mostly.
  • Tools is tools and weapons.
  • Util is utilities like FusRoDah.
  • World is for world gen and entities.

Setting Up A Workspace

  • Clone or download the repository
  • To Setup dev environment run gradlew(.bat) setupDevWorkspace or setupDecompWorkspace
  • Optional IDE choice run gradlew(.bat) eclipse or idea
  • To build simply run gradlew(.bat) build

All required dependencies should download automatically when setup is run so once that is done you should be good to go.

Issue Reporting

Please include the following

  • Minecraft Version
  • Forge version
  • GrimPack version
  • If it crashed then the crash report.
  • Any other information that may be helpful like steps to reproduce or if it only happens occasionaly.

Pull Requests

All pull requests need to target master currently at 1.12.2

Please include a description of what you changed. This can be a fixed bug or even new features. In the case of new features a brief description of what you added should do would be nice.

Versioning

For the most part I am using the versioning conventions found at https://docs.minecraftforge.net/en/1.12.x/conventions/versioning/. But instead of resetting all lesser values to 0 I will only do that when updating to a new version. Or, using that page, when incrementing MAJORMOD.

grim-pack's People

Contributors

chineseherbaltea avatar grim3212 avatar juniorwolfgamingde avatar scottosx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grim-pack's Issues

[Suggestion] Workbench Blacklist

a config for blaklisting recipe result from doubling, format
MOD:ITEM:META,MOD:BLOCK:META
that would allow for restriction over certain "exploit" if wanted, while allowing for some resource to be doubled

As far as I love getting infinite Diamond in SSP, sometime I just want more wood/stone/food, without the loop exploit

Recipe conflict

Metal Rod and Iron Chain have the same recipe(1 ingot over another)

Machete conflict with Harvestcraft's Skillet and Kaishi'sWeaponPack's Katana

Gate Grating with most Iron Gear(FunOre, BaseMetal)

Maybe give Metal Rod the oreDict "rod", "rodIron" and "stickIron", to fit with BaseMetal's one, and use that?(that's what I do in CraftingTweak to get rid of conflict)

[Bug] Lost Bucket

When used in crafting, Diamond Bucket are marked 0, and when clicked on to take it off the crafting grid, they dissapear.
They correctly use 1 mesure of milk for each crafting.
Saw when crafting Dough

[Suggestion] Enchantability

Since it is "Ultimate" shouldn't the Fist be enchantable?
I'd like to give it some looting/fortune, just to make it MORE overpowered :D

More Config

I'm trying to find a way to disable worldgen of gunpowder reeds so you have to craft it in a 9x9 crafting table. Also the ability to decide what recipes can be doubled/quadrupled in the crafting tables. having these config would be vary helpful.

Ticking World Exception

I get this when some chunks load:

Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
at net.minecraftforge.common.BiomeDictionary.makeBestGuess(BiomeDictionary.java:310)
at net.minecraftforge.common.BiomeDictionary.checkRegistration(BiomeDictionary.java:424)
at net.minecraftforge.common.BiomeDictionary.isBiomeOfType(BiomeDictionary.java:260)
at com.grim3212.mc.pack.world.gen.GrimWorldGenerator.generateExtras(GrimWorldGenerator.java:79)
at com.grim3212.mc.pack.world.gen.GrimWorldGenerator.generateSurface(GrimWorldGenerator.java:43)
at com.grim3212.mc.pack.core.part.GrimWorldGen.generate(GrimWorldGen.java:21)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
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)

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

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraftforge.common.BiomeDictionary.makeBestGuess(BiomeDictionary.java:310)
at net.minecraftforge.common.BiomeDictionary.checkRegistration(BiomeDictionary.java:424)
at net.minecraftforge.common.BiomeDictionary.isBiomeOfType(BiomeDictionary.java:260)
at com.grim3212.mc.pack.world.gen.GrimWorldGenerator.generateExtras(GrimWorldGenerator.java:79)
at com.grim3212.mc.pack.world.gen.GrimWorldGenerator.generateSurface(GrimWorldGenerator.java:43)
at com.grim3212.mc.pack.core.part.GrimWorldGen.generate(GrimWorldGen.java:21)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
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: Underworld
All players: 1 total; [EntityPlayerMP['ScottoMotto'/344, l='Underworld', x=721.24, y=41.38, z=-95.21]]
Chunk stats: ServerChunkCache: 1518 Drop: 0
Level seed: 7266389462947785275
Level generator: ID 07 - CAVES, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (216,33,-144), Chunk: (at 8,2,0 in 13,-9; contains blocks 208,0,-144 to 223,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 13881107 game time, 14472404 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). 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)

Ticking Entity Error

I am experiencing crashes with the Grim Pack installed. In particular the following error was generated when the Advanced Ray Gun hit a zombie. I have also seen this error in travels around the world when certain chunks load.

Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(SourceFile:116)
at net.minecraft.entity.projectile.EntityArrow.func_70241_g(SourceFile:555)
at org.blockartistry.mod.DynSurround.client.DamageEffectHandler.onLivingHurt(DamageEffectHandler.java:119)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_583_DamageEffectHandler_onLivingHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:73)
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:284)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_184549_a(EntityProjectile.java:336)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_70071_h_(EntityProjectile.java:261)
at com.grim3212.mc.pack.tools.entity.EntityRayw.func_70071_h_(EntityRayw.java:41)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
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)

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

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(SourceFile:116)
at net.minecraft.entity.projectile.EntityArrow.func_70241_g(SourceFile:555)
at org.blockartistry.mod.DynSurround.client.DamageEffectHandler.onLivingHurt(DamageEffectHandler.java:119)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_583_DamageEffectHandler_onLivingHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:73)
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:284)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_184549_a(EntityProjectile.java:336)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_70071_h_(EntityProjectile.java:261)
at com.grim3212.mc.pack.tools.entity.EntityRayw.func_70071_h_(EntityRayw.java:41)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
at net.minecraft.world.World.func_72870_g(World.java:1934)

-- Entity being ticked --
Details:
Entity Type: grimpack.AdvRayShot (com.grim3212.mc.pack.tools.entity.EntityAdvRayw)
Entity ID: 23131577
Entity Name: entity.grimpack.AdvRayShot.name
Entity's Exact location: 8.81, 4.23, 19.61
Entity's Block location: World: (8,4,19), Chunk: (at 8,0,3 in 0,1; contains blocks 0,0,16 to 15,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 2.96, -0.29, -0.09
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)

-- Affected level --
Details:
Level name: Mining World
All players: 1 total; [EntityPlayerMP['ScottoMotto'/386, l='Mining World', x=5.82, y=3.00, z=19.70]]
Chunk stats: ServerChunkCache: 303 Drop: 0
Level seed: -3267801913639114808
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,230_minecraft:stone,5_minecraft:dirt,minecraft:grass;3;biome_1,decoration,stronghold,mineshaft,dungeon
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 3510332 game time, 3510332 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 7127 (now: true), thunder time: 8831 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
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)

Feature Request: Glowstone Seeds

Thanks for your quick response to issues.

Req: Could you make it so that glowstone can grow on Netherack in the Overworld above level 15? Say around level 60 or below? This may play a prominent role is a modpack I am building.

Also, could it be possible to have a light emitting variation on the fungus?

The theme of my pack is a totally dark underground apocalyptic world with the player acting in a Promethus role as the light bringer.

Much appreciated.

Crash when placing modern furnace

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
LoadingPlugin (Quark-beta-48.jar)
Contact their authors BEFORE contacting forge

// On the bright side, I bought you a teddy bear!

Time: 27.07.16 07:36
Description: Tesselating block model

java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=active, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
at com.grim3212.mc.pack.industry.block.BlockModernFurnace.getLightValue(BlockModernFurnace.java:134)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getLightValue(BlockStateContainer.java:481)
at net.minecraft.block.Block.func_185484_c(Block.java:382)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185889_a(BlockStateContainer.java:349)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.updateLightmap(VertexLighterFlat.java:243)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:164)
at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:63)
at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:125)
at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:66)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:138)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:82)
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171)
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:951)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1286)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
at com.grim3212.mc.pack.industry.block.BlockModernFurnace.getLightValue(BlockModernFurnace.java:134)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getLightValue(BlockStateContainer.java:481)
at net.minecraft.block.Block.func_185484_c(Block.java:382)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185889_a(BlockStateContainer.java:349)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.updateLightmap(VertexLighterFlat.java:243)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:164)
at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:63)
at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:125)
at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:66)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:138)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:82)

-- Block model being tesselated --
Details:
Block: grimpack:modern_furnace[active=false,facing=east]
Block location: World: (1370,4,28), Chunk: (at 10,0,12 in 85,1; contains blocks 1360,0,16 to 1375,255,31), Region: (2,0; contains chunks 64,0 to 95,31, blocks 1024,0,0 to 1535,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)

-- Block being tesselated --
Details:
Block type: ID #1338 (tile.modern_furnace // com.grim3212.mc.pack.industry.block.BlockModernFurnace)
Block data value: 5 / 0x5 / 0b0101
Block location: World: (1370,4,28), Chunk: (at 10,0,12 in 85,1; contains blocks 1360,0,16 to 1375,255,31), Region: (2,0; contains chunks 64,0 to 95,31, blocks 1024,0,0 to 1535,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171)
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:951)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1286)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['medsal15'/203, l='MpServer', x=1371.55, y=4.00, z=29.11]]
Chunk stats: MultiplayerChunkCache: 284, 284
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1496,4,-40), Chunk: (at 8,0,8 in 93,-3; contains blocks 1488,0,-48 to 1503,255,-33), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
Level time: 57808 game time, 12841 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 88 total; [EntityChicken['Chicken'/128, l='MpServer', x=1411.16, y=4.00, z=-3.76], EntityChicken['Chicken'/129, l='MpServer', x=1391.16, y=4.00, z=-8.10], EntityPig['Pig'/2, l='MpServer', x=1336.68, y=4.00, z=21.46], EntityCow['Cow'/134, l='MpServer', x=1423.19, y=4.00, z=67.26], EntityChicken['Chicken'/540032, l='MpServer', x=1397.78, y=4.00, z=6.89], EntityChicken['Chicken'/548865, l='MpServer', x=1400.17, y=4.00, z=23.42], EntityPig['Pig'/15, l='MpServer', x=1367.79, y=4.00, z=-11.34], EntitySheep['Sheep'/143, l='MpServer', x=1434.45, y=4.00, z=21.24], EntityChicken['Chicken'/16, l='MpServer', x=1365.82, y=4.00, z=-10.29], EntitySheep['Sheep'/17, l='MpServer', x=1371.83, y=4.00, z=90.17], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/25, l='MpServer', x=1387.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/26, l='MpServer', x=1387.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/27, l='MpServer', x=1387.50, y=3.00, z=42.50], EntityChicken['Chicken'/560531, l='MpServer', x=1385.08, y=4.00, z=-2.20], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/28, l='MpServer', x=1387.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/29, l='MpServer', x=1387.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/30, l='MpServer', x=1387.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/31, l='MpServer', x=1387.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/32, l='MpServer', x=1387.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/33, l='MpServer', x=1389.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/34, l='MpServer', x=1389.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/35, l='MpServer', x=1389.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/36, l='MpServer', x=1389.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/37, l='MpServer', x=1389.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/38, l='MpServer', x=1389.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/39, l='MpServer', x=1389.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/40, l='MpServer', x=1389.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/41, l='MpServer', x=1390.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/42, l='MpServer', x=1390.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/43, l='MpServer', x=1390.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/44, l='MpServer', x=1390.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/45, l='MpServer', x=1390.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/46, l='MpServer', x=1390.50, y=3.00, z=42.50], EntityPlayerSP['medsal15'/203, l='MpServer', x=1371.55, y=4.00, z=29.11], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/47, l='MpServer', x=1390.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/48, l='MpServer', x=1390.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/49, l='MpServer', x=1385.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/50, l='MpServer', x=1385.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/51, l='MpServer', x=1385.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/52, l='MpServer', x=1385.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/53, l='MpServer', x=1385.50, y=3.00, z=43.50], EntityItem['item.item.feather'/412211, l='MpServer', x=1406.58, y=4.00, z=-14.31], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/54, l='MpServer', x=1385.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/55, l='MpServer', x=1385.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/56, l='MpServer', x=1385.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/57, l='MpServer', x=1383.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/58, l='MpServer', x=1383.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/59, l='MpServer', x=1383.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/60, l='MpServer', x=1383.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/61, l='MpServer', x=1383.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/62, l='MpServer', x=1383.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/63, l='MpServer', x=1383.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/64, l='MpServer', x=1383.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/65, l='MpServer', x=1382.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/66, l='MpServer', x=1382.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/67, l='MpServer', x=1382.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/68, l='MpServer', x=1382.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/69, l='MpServer', x=1382.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/70, l='MpServer', x=1382.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/71, l='MpServer', x=1382.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/72, l='MpServer', x=1382.50, y=3.00, z=40.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/73, l='MpServer', x=1380.50, y=3.00, z=47.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/74, l='MpServer', x=1380.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/75, l='MpServer', x=1380.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/76, l='MpServer', x=1380.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/77, l='MpServer', x=1380.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/78, l='MpServer', x=1380.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/79, l='MpServer', x=1380.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/80, l='MpServer', x=1380.50, y=3.00, z=40.50], EntityItem['item.item.egg'/1206478, l='MpServer', x=1411.13, y=4.00, z=-2.92], EntityChicken['Chicken'/99, l='MpServer', x=1407.44, y=4.00, z=-15.16], EntityChicken['Chicken'/100, l='MpServer', x=1403.44, y=4.00, z=-8.44], EntitySheep['Sheep'/101, l='MpServer', x=1400.50, y=4.00, z=-9.50], EntitySheep['Sheep'/102, l='MpServer', x=1400.50, y=4.00, z=-12.50], EntitySheep['Sheep'/103, l='MpServer', x=1406.19, y=4.00, z=-9.69], EntitySheep['Sheep'/104, l='MpServer', x=1403.34, y=4.00, z=-11.22], EntitySheep['Sheep'/105, l='MpServer', x=1401.70, y=4.00, z=-5.42], EntitySheep['Sheep'/106, l='MpServer', x=1398.82, y=4.00, z=-5.20], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/108, l='MpServer', x=1392.50, y=3.00, z=47.50], EntityItem['item.item.egg'/1281919, l='MpServer', x=1391.47, y=4.00, z=-8.52], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/109, l='MpServer', x=1392.50, y=3.00, z=46.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/110, l='MpServer', x=1392.50, y=3.00, z=45.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/111, l='MpServer', x=1392.50, y=3.00, z=44.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/112, l='MpServer', x=1392.50, y=3.00, z=43.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/113, l='MpServer', x=1392.50, y=3.00, z=42.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/114, l='MpServer', x=1392.50, y=3.00, z=41.50], HydroturbineEntity['entity.electricadvantage.electricadvantage.Hydroturbine.name'/115, l='MpServer', x=1392.50, y=3.00, z=40.50], EntityItem['item.item.egg'/742136, l='MpServer', x=1365.78, y=4.00, z=-9.88]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:414)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_77, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 992392296 bytes (946 MB) / 2083258368 bytes (1986 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.0.2010 61 mods loaded, 61 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{12.18.0.2010} Minecraft Forge
UCHIJAAAA actuallyadditions{1.10.2-r56} Actually Additions
UCHIJAAAA alt{1.05} Additional Loot Tables
UCHIJAAAA adobeblocks{6.0.2.17} Adobe Blocks 2
UCHIJAAAA advancedswords{1.3.0} Advanced Swords
UCHIJAAAA advancedaddons{1.1.0} Advanced Addons
UCHIJAAAA basemetals{2.3.2} Base Metals
UCHIJAAAA Bullseye{1.0.3} Bullseye
UCHIJAAAA cyclopscore{0.7.2} Cyclops Core
UCHIJAAAA colossalchests{1.3.7} Colossal Chests
UCHIJAAAA cosmeticarmorreworked{1.10.2-v1a} CosmeticArmorReworked
UCHIJAAAA Ding{MC1.9.0v2} Ding
UCHIJAAAA poweradvantage{2.2.1} Power Advantage
UCHIJAAAA electricadvantage{2.1.0} Electric Advantage
UCHIJAAAA enderutilities{0.6.5-beta.2} Ender Utilities
UCHIJAAAA evilcraft{0.10.6} EvilCraft
UCHIJAAAA ExtraUtils2{1.0} ExtraUtils2
UCHIJAAAA frt{6.3.1.21} Fire's Random Things
UCHIJAAAA fluxducts{1.0.4} Flux Ducts
UCHIJAAAA substratum{1.6.0.1} Substratum
UCHIJAAAA foundry{2.0.0.1} Foundry
UCHIJAAAA ftfragileglass{1.8.1} [Fragile Glass and Thin Ice](Fragile Glass and Thin Ice 1.10.2-1.8.1.jar)
UCHIJAAAA harvestchevsky{b8} Gentle Harvest
UCHIJAAAA giacomosfoundry{1.3.5} Giacomo's Foundry
UCHIJAAAA grimpack{1.9.4-2.0.0.0} [Grim Pack](Grim Pack-1.9.4-2.0.0.0.jar)
UCHIJAAAA InventoryPets{1.4.8} Inventory Pets
UCHIJAAAA IronChest{7.0.6.794} Iron Chest
UCHIJAAAA JEI{3.7.7.233} Just Enough Items
UCHIJAAAA jeresources{0.4.6.41} Just Enough Resources
UCHIJAAAA jwin{univ_compat_filler} Just What I Needed
UCHIJAAAA lightningcraft{2.4.3} LightningCraft
UCHIJAAAA lucky{7.3.0} Lucky Block
UCHIJAAAA mantle{1.10-0.10.3.jenkins156} Mantle
UCHIJAAAA testdummy{1.11} MmmMmmMmmMmm
UCHIJAAAA modernmetals{0.11.0} Modern Metals
UCHIJAAAA moreanvils{6.0.2.11} More Anvils
UCHIJAAAA nethercore{1.10.2-2.0.2} Nether Core
UCHIJAAAA fodc{1.9.1} Ore Dictionary Converter
UCHIJAAAA orespawn{1.0.3} Ore Spawn
UCHIJAAAA packchevsky{b6} Potion Packs
UCHIJAAAA Psi{r1.0-36} Psi
UCHIJAAAA psionup{GRADLE:VERSION.GRADLE:BUILD} PSIonic Upgrades
UCHIJAAAA Quark{beta-48} Quark
UCHIJAAAA randomthings{3.7.4} Random Things
UCHIJAAAA refinedrelocation{@Version@} Refined Relocation
UCHIJAAAA xreliquary{1.10.2-1.3.2.423} Reliquary
UCHIJAAAA AS_Ruins{16.2} Ruins Spawning System
UCHIJAAAA corn{1.1} Corn Crop Mod
UCHIJAAAA steamadvantage{2.1.0} Steam Advantage
UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} Tinkers' Construct
UCHIJAAAA thutcore{3.2.0} ThutCore
UCHIJAAAA thuttech{3.0.5} Thut's Tech
UCHIJAAAA Torcherino{4.2s} Torcherino
UCHIJAAAA underphangables{1.0.2} Underp Hangables
UCHIJAAAA vanillamagic{1.10.2-0.3.0.0} Vanilla Magic
UCHIJAAAA VTweaks{1.4.9.4} V-Tweaks
UCHIJAAAA Waila{1.7.0} Waila
UCHIJAAAA WailaHarvestability{1.1.7} Waila Harvestability
UCHIJAAAA waterstrainer{1.0.2} Water Strainer
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (Quark-beta-48.jar)
vazkii.quark.base.asm.ClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- WailaIntegration (Enabled/Not Forced)

Launched Version: 1.10.2-forge1.10.2-12.18.0.2010
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4276, Intel
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Pentium(R) CPU N3530 @ 2.16GHz

Feature request

  • Could the spikes make a sound when deployed.
  • Captured mobs via pokeball when put into cage emit a redstone signal - thinking of trophy quest in an adventure map kinda thing.
  • Item/block detectors....possible update of Triggers mod by Ratismal? He seems not to want to respond to any communication about continuing this Great mod.

[Suggestion] Use loot_table for mob drop

Using loot_table for mob drop would make them show in JEI if I understand correctly, and would allow for easier modification both by you and modPack maker using Additional Loot Table(ALT)

[Weird] Treasure Mob front

For some reason, the Treasure Mob face seems to be where the hinge is, instead of the open side of the chest shape.
Also, is it supposed to always be open?

1.8.9 Hotbar Tooltip Crash

Man, everytime I try to use this mod pack I find some devastating error that forces me to uninstall it. Damn, I had a lot of Grim items in this world too. World would not open again until Grim removed. You are working hard on it I know.

Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:480)
at com.grim3212.mc.decor.item.ItemFurniture.func_77653_i(ItemFurniture.java:82)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:480)
at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:597)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:148)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1082)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:480)
at com.grim3212.mc.decor.item.ItemFurniture.func_77653_i(ItemFurniture.java:82)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:480)
at net.minecraftforge.client.GuiIngameForge.renderToolHightlight(GuiIngameForge.java:597)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:148)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['ScottoMotto'/375, l='MpServer', x=-143.27, y=75.00, z=-251.06]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 188.00,64.00,256.00 - World: (188,64,256), Chunk: (at 12,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 539050 game time, 546617 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 143 total; [EntitySkeleton['Skeleton'/114433, l='MpServer', x=-81.50, y=77.00, z=-261.50], EntitySkeleton['Skeleton'/119809, l='MpServer', x=-66.13, y=70.00, z=-251.50], EntitySkeleton['Skeleton'/119811, l='MpServer', x=-65.72, y=68.00, z=-247.41], EntitySkeleton['Skeleton'/114434, l='MpServer', x=-78.50, y=77.00, z=-259.50], EntitySkeleton['Skeleton'/119814, l='MpServer', x=-66.44, y=69.00, z=-250.09], EntityBat['Bat'/117533, l='MpServer', x=-193.75, y=65.69, z=-269.78], EntityBat['Bat'/114976, l='MpServer', x=-107.53, y=31.17, z=-301.36], EntityChicken['Chicken'/549, l='MpServer', x=-77.34, y=76.00, z=-188.56], EntityChicken['Chicken'/550, l='MpServer', x=-80.34, y=76.00, z=-182.47], EntitySquid['Squid'/121639, l='MpServer', x=-200.50, y=56.00, z=-215.91], EntityBat['Bat'/114982, l='MpServer', x=-177.28, y=15.10, z=-240.75], EntityItem['item.item.feather'/120873, l='MpServer', x=-112.97, y=78.00, z=-315.53], EntityRabbit['Rabbit'/554, l='MpServer', x=-82.47, y=77.00, z=-171.81], EntityItem['item.item.feather'/101162, l='MpServer', x=-94.91, y=78.00, z=-272.78], EntityCreeper['Creeper'/112173, l='MpServer', x=-149.50, y=21.00, z=-268.50], EntityItem['item.item.dyePowder.black'/101934, l='MpServer', x=-200.81, y=56.00, z=-216.03], EntityItem['item.item.bone'/121908, l='MpServer', x=-175.67, y=11.08, z=-213.30], EntityCreeper['Creeper'/105788, l='MpServer', x=-202.50, y=13.00, z=-173.50], EntityChicken['Chicken'/578, l='MpServer', x=-74.47, y=76.00, z=-173.34], EntityItem['item.item.egg'/104003, l='MpServer', x=-82.91, y=77.00, z=-262.28], EntityZombie['Zombie'/119363, l='MpServer', x=-130.50, y=36.00, z=-183.50], EntityZombie['Zombie'/119362, l='MpServer', x=-131.72, y=36.00, z=-182.94], EntityItem['item.item.bone'/100421, l='MpServer', x=-176.81, y=11.00, z=-212.31], EntityBat['Bat'/117831, l='MpServer', x=-138.98, y=25.14, z=-213.48], EntityBat['Bat'/117832, l='MpServer', x=-145.71, y=22.46, z=-202.38], EntityBat['Bat'/117320, l='MpServer', x=-90.27, y=34.46, z=-292.52], EntityZombie['Zombie'/109133, l='MpServer', x=-210.50, y=33.00, z=-295.50], EntityBat['Bat'/117837, l='MpServer', x=-67.24, y=27.07, z=-276.75], EntityItem['item.item.rottenFlesh'/99408, l='MpServer', x=-97.22, y=73.00, z=-290.16], EntityItem['item.item.rottenFlesh'/99668, l='MpServer', x=-100.94, y=72.00, z=-290.66], EntitySkeleton['Skeleton'/116827, l='MpServer', x=-175.50, y=11.00, z=-213.50], EntitySkeleton['Skeleton'/116826, l='MpServer', x=-176.50, y=11.00, z=-214.50], EntitySkeleton['Skeleton'/116828, l='MpServer', x=-175.50, y=11.00, z=-215.50], EntityItem['item.item.egg'/101220, l='MpServer', x=-131.94, y=75.00, z=-232.44], EntityZombie['Zombie'/114788, l='MpServer', x=-185.31, y=26.00, z=-247.50], EntityCreeper['Creeper'/117868, l='MpServer', x=-113.50, y=52.00, z=-247.50], EntitySkeleton['Skeleton'/117873, l='MpServer', x=-182.50, y=56.00, z=-311.50], EntitySkeleton['Skeleton'/117872, l='MpServer', x=-181.50, y=56.00, z=-310.50], EntitySkeleton['Skeleton'/114035, l='MpServer', x=-73.66, y=33.00, z=-203.19], EntityCreeper['Creeper'/117367, l='MpServer', x=-187.50, y=15.00, z=-183.50], EntitySkeleton['Skeleton'/114038, l='MpServer', x=-102.50, y=15.00, z=-298.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/376, l='MpServer', x=-144.50, y=83.50, z=-252.97], EntityWitch['Witch'/114041, l='MpServer', x=-102.50, y=15.00, z=-303.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/377, l='MpServer', x=-145.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/378, l='MpServer', x=-148.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/379, l='MpServer', x=-149.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/380, l='MpServer', x=-150.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/381, l='MpServer', x=-148.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/382, l='MpServer', x=-149.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/383, l='MpServer', x=-150.50, y=83.50, z=-245.03], EntityBat['Bat'/112766, l='MpServer', x=-206.42, y=53.06, z=-281.25], EntityWallpaper['entity.grimdecor.Wallpaper.name'/384, l='MpServer', x=-145.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/385, l='MpServer', x=-144.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/386, l='MpServer', x=-153.97, y=83.50, z=-246.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/387, l='MpServer', x=-153.97, y=84.50, z=-250.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/388, l='MpServer', x=-153.97, y=83.50, z=-251.50], EntityDog['Sargent'/389, l='MpServer', x=-145.52, y=75.00, z=-241.43], EntityWallpaper['entity.grimdecor.Wallpaper.name'/394, l='MpServer', x=-139.50, y=83.50, z=-245.03], EntitySkeleton['Skeleton'/115339, l='MpServer', x=-218.50, y=18.00, z=-236.13], EntityWallpaper['entity.grimdecor.Wallpaper.name'/395, l='MpServer', x=-138.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/396, l='MpServer', x=-137.50, y=83.50, z=-245.03], EntityWallpaper['entity.grimdecor.Wallpaper.name'/397, l='MpServer', x=-134.03, y=83.50, z=-246.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/398, l='MpServer', x=-134.03, y=84.50, z=-247.50], EntityItem['item.item.egg'/96143, l='MpServer', x=-95.88, y=78.00, z=-272.41], EntityWallpaper['entity.grimdecor.Wallpaper.name'/399, l='MpServer', x=-134.03, y=84.50, z=-250.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/400, l='MpServer', x=-134.03, y=83.50, z=-251.50], EntityZombie['Zombie'/118161, l='MpServer', x=-143.38, y=61.00, z=-254.94], EntityWallpaper['entity.grimdecor.Wallpaper.name'/401, l='MpServer', x=-137.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/402, l='MpServer', x=-138.50, y=83.50, z=-252.97], EntitySkeleton['Skeleton'/118163, l='MpServer', x=-186.50, y=23.00, z=-196.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/403, l='MpServer', x=-139.50, y=83.50, z=-252.97], EntitySkeleton['Skeleton'/118162, l='MpServer', x=-185.50, y=23.00, z=-194.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/404, l='MpServer', x=-142.50, y=83.50, z=-252.97], EntitySkeleton['Skeleton'/119189, l='MpServer', x=-92.50, y=31.00, z=-309.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/405, l='MpServer', x=-143.50, y=83.50, z=-252.97], EntityWallpaper['entity.grimdecor.Wallpaper.name'/406, l='MpServer', x=-143.50, y=83.50, z=-245.03], EntityCreeper['Creeper'/111767, l='MpServer', x=-206.50, y=36.00, z=-303.50], EntityZombie['Zombie'/119191, l='MpServer', x=-83.50, y=31.00, z=-310.50], EntityWallpaper['entity.grimdecor.Wallpaper.name'/407, l='MpServer', x=-142.50, y=83.50, z=-245.03], EntityCreeper['Creeper'/111766, l='MpServer', x=-207.50, y=36.00, z=-304.50], EntityZombie['Zombie'/119190, l='MpServer', x=-86.50, y=31.00, z=-310.50], EntityZombie['Zombie'/119193, l='MpServer', x=-82.91, y=35.00, z=-300.53], EntityZombie['Zombie'/119192, l='MpServer', x=-82.50, y=31.00, z=-309.50], EntityItem['item.item.rottenFlesh'/99995, l='MpServer', x=-96.38, y=73.00, z=-290.34], EntityItem['item.item.egg'/99997, l='MpServer', x=-103.88, y=78.00, z=-299.63], EntityZombie['Zombie'/116892, l='MpServer', x=-102.22, y=35.00, z=-314.72], EntityCreeper['Creeper'/116894, l='MpServer', x=-105.50, y=35.00, z=-313.50], EntitySophisticatedWolf['Bolo'/416, l='MpServer', x=-121.88, y=74.00, z=-230.97], EntitySophisticatedWolf['Cisco'/417, l='MpServer', x=-113.69, y=74.00, z=-225.75], EntityZombie['Zombie'/118690, l='MpServer', x=-176.50, y=30.00, z=-192.50], EntityPlayerSP['ScottoMotto'/375, l='MpServer', x=-143.27, y=75.00, z=-251.06], EntityZombie['Zombie'/111787, l='MpServer', x=-173.34, y=60.00, z=-243.69], EntitySheep['Sheep'/426, l='MpServer', x=-127.94, y=73.00, z=-295.09], EntityRabbit['Rabbit'/429, l='MpServer', x=-188.28, y=79.00, z=-193.81], EntitySheep['Sheep'/433, l='MpServer', x=-107.84, y=77.00, z=-298.91], EntityChicken['Chicken'/434, l='MpServer', x=-97.44, y=73.00, z=-208.69], EntityZombie['Zombie'/118707, l='MpServer', x=-175.50, y=14.00, z=-179.50], EntityZombie['Zombie'/118708, l='MpServer', x=-174.50, y=14.00, z=-181.50], EntitySheep['Sheep'/438, l='MpServer', x=-138.34, y=77.00, z=-315.47], EntitySheep['Sheep'/439, l='MpServer', x=-149.50, y=71.00, z=-316.47], EntityCow['Cow'/440, l='MpServer', x=-165.06, y=79.00, z=-312.94], EntitySheep['Sheep'/444, l='MpServer', x=-128.06, y=74.00, z=-298.91], EntityChicken['Chicken'/446, l='MpServer', x=-82.41, y=78.00, z=-263.38], EntityZombie['Zombie'/121791, l='MpServer', x=-117.50, y=36.00, z=-195.50], EntitySheep['Sheep'/455, l='MpServer', x=-185.06, y=76.00, z=-293.91], EntityRabbit['Rabbit'/456, l='MpServer', x=-208.63, y=78.00, z=-302.75], EntityChicken['Chicken'/457, l='MpServer', x=-104.78, y=78.00, z=-300.50], EntityItem['item.item.rottenFlesh'/100552, l='MpServer', x=-110.41, y=71.00, z=-296.97], Bear['Grizzly Bear'/458, l='MpServer', x=-109.44, y=71.00, z=-295.84], EntityChicken['Chicken'/462, l='MpServer', x=-98.72, y=73.00, z=-205.56], EntityChicken['Chicken'/463, l='MpServer', x=-115.72, y=75.00, z=-219.47], EntityBat['Bat'/120019, l='MpServer', x=-64.63, y=57.38, z=-180.25], EntityChicken['Chicken'/468, l='MpServer', x=-112.56, y=78.00, z=-326.28], EntityBat['Bat'/120020, l='MpServer', x=-211.69, y=34.50, z=-284.16], EntityChicken['Chicken'/470, l='MpServer', x=-95.59, y=78.00, z=-273.34], EntityBat['Bat'/117719, l='MpServer', x=-99.63, y=40.09, z=-255.63], Bear['Grizzly Bear'/471, l='MpServer', x=-87.59, y=80.00, z=-279.91], EntityRabbit['Rabbit'/473, l='MpServer', x=-204.88, y=85.00, z=-188.53], EntitySheep['Sheep'/478, l='MpServer', x=-205.13, y=79.00, z=-320.09], EntityZombie['Zombie'/113118, l='MpServer', x=-87.50, y=36.00, z=-173.50], EntityCow['Cow'/479, l='MpServer', x=-164.41, y=79.00, z=-321.25], EntitySheep['Sheep'/481, l='MpServer', x=-146.97, y=77.00, z=-320.13], EntityChicken['Chicken'/482, l='MpServer', x=-121.38, y=77.00, z=-318.38], EntitySkeleton['Skeleton'/116706, l='MpServer', x=-183.50, y=26.00, z=-237.50], EntityChicken['Chicken'/483, l='MpServer', x=-104.38, y=79.00, z=-314.56], EntityZombie['Zombie'/117986, l='MpServer', x=-78.50, y=92.00, z=-300.50], EntityChicken['Chicken'/484, l='MpServer', x=-91.69, y=83.00, z=-318.69], EntityPlayerDummy['entity.rfpr.PlayerDummy.name'/1253, l='MpServer', x=-143.27, y=75.00, z=-251.06], EntityChicken['Chicken'/485, l='MpServer', x=-101.66, y=79.00, z=-317.47], EntityCreeper['Creeper'/121321, l='MpServer', x=-73.50, y=23.00, z=-232.50], EntityCreeper['Creeper'/121322, l='MpServer', x=-74.50, y=23.00, z=-231.50], EntityZombie['Zombie'/117489, l='MpServer', x=-99.50, y=22.00, z=-221.50], EntitySkeleton['Skeleton'/121329, l='MpServer', x=-82.50, y=41.00, z=-172.50], EntityCreeper['Creeper'/111603, l='MpServer', x=-86.50, y=35.00, z=-169.50], EntityChicken['Chicken'/499, l='MpServer', x=-124.44, y=76.00, z=-316.66], EntityChicken['Chicken'/500, l='MpServer', x=-112.41, y=78.00, z=-315.03], EntityCreeper['Creeper'/117749, l='MpServer', x=-107.50, y=37.00, z=-318.50], EntitySkeleton['Skeleton'/117751, l='MpServer', x=-100.78, y=37.00, z=-305.88], EntityCreeper['Creeper'/117750, l='MpServer', x=-108.50, y=37.00, z=-321.50], EntitySkeleton['Skeleton'/111609, l='MpServer', x=-81.50, y=92.00, z=-303.50], EntityChicken['Chicken'/504, l='MpServer', x=-67.66, y=77.00, z=-214.66], EntityItem['item.item.egg'/103160, l='MpServer', x=-98.88, y=73.00, z=-205.16], EntityChicken['Chicken'/507, l='MpServer', x=-93.22, y=82.00, z=-312.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Mac OS X (x86_64) version 10.11.6
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2593156912 bytes (2473 MB) / 6227755008 bytes (5939 MB) up to 6227755008 bytes (5939 MB)
JVM Flags: 28 total; -Xmx6144m -Xms256m -XX:PermSize=256m -Xmx6G -Xms6G -Xmn2048m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:ParallelGCThreads=10
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.19 Powered by Forge 11.15.1.1902 54 mods loaded, 54 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{11.15.1.1902} Minecraft Forge
UCHIJAAAA ivtoolkit{1.2.6} IvToolkit
UCHIJAAAA ambientsounds{1.0} [AmbientSounds](AmbientSounds v1.0 mc1.8.9.zip)
UCHIJAAAA JEI{2.28.18.186} Just Enough Items
UCHIJAAAA AppleCore{1.3.2} AppleCore
UCHIJAAAA arrowcammod{2.2.0} Arrow Cam Mod
UCHIJAAAA Baubles{1.1.3.0} Baubles
UCHIJAAAA baublesstuff{2.0.3} Baubles Stuff
UCHIJAAAA BetterFoliage{2.0.15} Better Foliage
UCHIJAAAA BiblioCraft{2.0.1} BiblioCraft
UCHIJAAAA Botania{r1.8-299} Botania
UCHIJAAAA cosmeticarmorreworked{1.8.9-v2c} CosmeticArmorReworked
UCHIJAAAA PTRModelLib{1.0.0} PTRModelLib
UCHIJAAAA props{2.3.3} Decocraft
UCHIJAAAA doggytalents{v1.10.0a} [Doggy Talents](DoggyTalents-1.8.9-v1.10.0a-universal %281%29.jar)
UCHIJAAAA exoticbirds{1.0} [Exotic Birds](Exotic Birds 1.8.9 - 1.0.3a.jar)
UCHIJAAAA grimcore{1.0.0.1} [Grim Core](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimcuisine{1.0.0.1} [Grim Cuisine](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimdecor{1.0.0.1} [Grim Decor](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimindustry{1.0.0.1} [Grim Industry](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimtools{1.0.0.1} [Grim Tools](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimutil{1.0.0.1} [Grim Util](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA grimworld{1.0.0.1} [Grim World](Grim Pack-1.8.9-1.0.0.1.jar)
UCHIJAAAA HungerInPeace{1.0.0} Hunger In Peace
UCHIJAAAA journeymap{1.8.9-5.2.4} JourneyMap
UCHIJAAAA LunatriusCore{1.1.2.32} LunatriusCore
UCHIJAAAA malisiscore{1.8.9-2.1.6} MalisisCore
UCHIJAAAA malisisblocks{1.8.9-2.0.1} Malisis Blocks
UCHIJAAAA malisisdoors{1.8.9-3.1.4} MalisisDoors
UCHIJAAAA malisisswitches{1.8.9-1.0.1} Malisis Switches
UCHIJAAAA mantle{1.8.9-0.9.2.jenkins102} Mantle
UCHIJAAAA harvestcraft{1.8.9d} [Pam's HarvestCraft](Pam's HarvestCraft 1.8.9e.jar)
UCHIJAAAA PeacefulSurface{1.8.x-v3a} PeacefulSurface
UCHIJAAAA Photoptics{0.2.1.1c} Photoptics
UCHIJAAAA ShetiPhianCore{3.1.2} ShetiPhian-Core
UCHIJAAAA platforms{1.0.4} Platforms
UCHIJAAAA progressiveautomation{1.6.44} Progressive Automation
UCHIJAAAA rfpr{7.1.0} [Real First-Person Render](Real First-Person Render-1.8.9-7.1.0.jar)
UCHIJAAAA reccomplex{0.9.7.8.1} Recurrent Complex
UCHIJAAAA reptilemod{3.1.0} Reptile Mod
UCHIJAAAA corerm{1.2e-1.8.9} [RikMuld's Core](RikMuldsCore_1.2e-1.8.9 %281%29.jar)
UCHIJAAAA Schematica{1.7.7.143} Schematica
UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves](SophisticatedWolves-3.6.1 - 1.8.9.jar)
UCHIJAAAA StellarAPI{0.2.3.1b} [Stellar API](Stellar API-0.2.3.1b.jar)
UCHIJAAAA stellarsky{0.2.4.1b} [Stellar Sky](Stellar Sky-0.2.4.1b.jar)
UCHIJAAAA stepup{v.2.0.0-mc1.8.9} StepUp
UCHIJAAAA tconstruct{1.8.9-2.2.1.jenkins1005} Tinkers' Construct
UCHIJAAAA camping{2.3d-1.8.9} The Camping Mod 2
UCHIJAAAA totemic{1.8.9-0.7.5} Totemic
UCHIJAAAA triggers{1.0.1} Triggers Mod
UCHIJAAAA Waila{1.6.0} Waila
UCHIJAAAA WailaHarvestability{1.1.7} Waila Harvestability
Loaded coremods (and transformers):
AppleCore (AppleCore-mc1.8.9-1.3.2.jar)
squeek.applecore.asm.TransformerModuleHandler
RBLoadingPlugin (RealBench-1.2.0.jar)
pw.prok.realbench.asm.RBTransformer
DesertGenLoadingPlugin (Grim Pack-1.8.9-1.0.0.1.jar)
com.grim3212.mc.world.asm.DesertGenClassTransformer
MalisisCorePlugin (malisiscore-1.8.9-2.1.6.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
MalisisSwitchesPlugin (malisisswitches-1.8.9-1.0.1.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.15.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
IvToolkit (IvToolkit-1.2.6.jar)

Pulsar/tconstruct loaded Pulses: 
    - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)

Launched Version: forge-11.15.1.1902
LWJGL: 2.9.2
OpenGL: NVIDIA GeForce GTX 960 OpenGL Engine GL version 2.1 NVIDIA-10.11.13 346.03.15f02, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: doggytalents 1.8.zip, faithful32pack.zip, Soartex_Fanver.zip, Naturus 1.3, [1.8.7]Dramatic Skys [v1.5].zip, Sn0wSong1.5a_1.8.8.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Xeon(R) CPU E5462 @ 2.80GHz

[Suggestion] Multitools durability config

It would be nice to have a config for Multitool durability, as I think they are rather weak giving their cost(I think they should have at least 5 time the durability of the material, since they cost 5 tools. I personally would give them 6 time, since they also cost resources)

Game does not respond type crash

Is this anything to do with the mod and is it enough info?- the game just stops responding when you try and quit but does not exit with a crash report just spams the console with the following.

net.minecraft.world.World.markAndNotifyBlock(World.java:368) ~[aid.class:?]
[17:06:47] [Server thread/ERROR]: Index: 1 Listeners:
[17:06:47] [Server thread/ERROR]: 0: NORMAL
[17:06:47] [Server thread/ERROR]: 1: ASM: com.grim3212.mc.pack.util.event.BlockChangeEvents@3f90bc74 neighborNotifyEvent(Lnet/minecraftforge/event/world/BlockEvent$NeighborNotifyEvent;)V

using Forge 1.10.2-12.81.2085 with RTG mod(latest) / Reccurrent Complex / WTF Caves + others

Cheers

[Suggestion] Change in recipe/way of doing

I think a good way of doing all the furniture thing would be like the Bibliocraft framed block, or the MrCrayfish one: a single block with a single recipe, that can be clicked on with another to apply texture. this would remove the need for oh so many recipe in JEI, some visual glitch in recipe (the glitch is only visual in JEI, the block have the correct texture on creation), and maybe allow for more variation, like all of Chisel variation.

Ticking Entity 1.8.9

When added grill. Biome null again or change not propagated to other Grim versions?

Description: Ticking block entity

java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=active, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockState{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
at com.grim3212.mc.decor.tile.TileEntityGrill.func_73660_a(TileEntityGrill.java:119)
at net.minecraft.world.World.func_72939_s(World.java:1718)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
at com.grim3212.mc.decor.tile.TileEntityGrill.func_73660_a(TileEntityGrill.java:119)

-- Block entity being ticked --
Details:
Name: grill // com.grim3212.mc.decor.tile.TileEntityGrill
Block type: ID #451 (tile.grill // com.grim3212.mc.decor.block.BlockGrill)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-150,83,-308), Chunk: (at 10,5,12 in -10,-20; contains blocks -160,0,-320 to -145,255,-305), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Actual block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1718)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['ScottoMotto'/458, l='MpServer', x=-138.40, y=79.32, z=-171.38]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 8.00,64.00,8.00 - World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5296684 game time, 5484732 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 48 total; [EntityDog[''/0, l='MpServer', x=-99.78, y=80.00, z=-270.53], EntityPlayerSP['ScottoMotto'/458, l='MpServer', x=-138.40, y=79.32, z=-171.38], EntityChicken['Chicken'/90758, l='MpServer', x=-178.31, y=81.00, z=-178.25], EntityZombie['Zombie'/637056, l='MpServer', x=-185.50, y=15.00, z=-173.50], EntityZombie['Zombie'/706307, l='MpServer', x=-177.50, y=22.00, z=-184.50], EntityZombie['Zombie'/706308, l='MpServer', x=-176.50, y=22.00, z=-184.50], EntityKiwi['Kiwi'/90768, l='MpServer', x=-159.94, y=75.00, z=-222.50], EntityBat['Bat'/706201, l='MpServer', x=-129.65, y=60.02, z=-110.38], EntityPlayerDummy['entity.rfpr.PlayerDummy.name'/95255, l='MpServer', x=-138.40, y=79.32, z=-171.38], EntityAuraNode['Aura Node'/573975, l='MpServer', x=-139.50, y=94.50, z=-292.50], EntitySpider['Spider'/706348, l='MpServer', x=-190.50, y=20.00, z=-148.50], EntityCreeper['Creeper'/682029, l='MpServer', x=-149.50, y=19.00, z=-170.50], EntityZombie['Zombie'/702909, l='MpServer', x=-80.31, y=28.25, z=-176.31], EntityBat['Bat'/641973, l='MpServer', x=-146.28, y=55.00, z=-149.25], EntityBat['Bat'/641974, l='MpServer', x=-150.71, y=55.87, z=-157.28], EntityDog[''/87749, l='MpServer', x=-111.22, y=80.00, z=-274.22], EntitySophisticatedWolf['Cisco'/87748, l='MpServer', x=-101.00, y=80.00, z=-272.69], EntitySkeleton['Skeleton'/637007, l='MpServer', x=-215.50, y=28.00, z=-169.50], EntityZombie['Zombie'/637006, l='MpServer', x=-215.31, y=28.00, z=-167.63], EntityBat['Bat'/706247, l='MpServer', x=-149.50, y=29.04, z=-173.28], EntitySpider['Spider'/645190, l='MpServer', x=-173.50, y=23.00, z=-159.50], EntityEnderman['Enderman'/637009, l='MpServer', x=-214.50, y=30.00, z=-172.50], EntityEnderman['Enderman'/637008, l='MpServer', x=-214.69, y=27.00, z=-164.66], EntitySkeleton['Skeleton'/637010, l='MpServer', x=-213.50, y=59.00, z=-161.50], EntityBat['Bat'/642281, l='MpServer', x=-213.63, y=29.84, z=-155.47], EntityPig['Pig'/667498, l='MpServer', x=-150.06, y=89.00, z=-96.41], EntityPig['Pig'/667496, l='MpServer', x=-150.44, y=85.00, z=-101.13], EntityPig['Pig'/667497, l='MpServer', x=-146.56, y=87.00, z=-97.13], EntityBat['Bat'/642282, l='MpServer', x=-214.44, y=28.97, z=-154.25], EntityPig['Pig'/667500, l='MpServer', x=-143.44, y=84.00, z=-99.06], EntityPig['Pig'/667494, l='MpServer', x=-153.91, y=87.00, z=-97.41], EntityPig['Pig'/667495, l='MpServer', x=-147.69, y=85.00, z=-100.47], EntitySheep['Sheep'/667492, l='MpServer', x=-152.19, y=79.00, z=-113.50], EntityBrainyZombie['Angry Zombie'/636774, l='MpServer', x=-123.50, y=62.00, z=-167.50], EntityPig['Pig'/667493, l='MpServer', x=-145.38, y=86.00, z=-96.91], EntityEnderman['Enderman'/637051, l='MpServer', x=-171.56, y=23.00, z=-159.78], EntityCow['Cow'/649595, l='MpServer', x=-188.22, y=82.00, z=-136.41], EntityPig['Pig'/90739, l='MpServer', x=-209.31, y=87.00, z=-184.53], EntityCreeper['Creeper'/706424, l='MpServer', x=-105.50, y=26.00, z=-140.50], EntityZombie['Zombie'/706297, l='MpServer', x=-72.50, y=35.00, z=-210.50], EntityBat['Bat'/637053, l='MpServer', x=-174.58, y=14.18, z=-181.48], EntityPig['Pig'/90741, l='MpServer', x=-211.56, y=85.00, z=-184.03], EntityPig['Pig'/90740, l='MpServer', x=-212.56, y=85.00, z=-182.78], EntitySkeleton['Skeleton'/637054, l='MpServer', x=-183.16, y=15.00, z=-173.28], EntitySheep['Sheep'/662899, l='MpServer', x=-168.41, y=80.00, z=-124.25], EntityCreeper['Creeper'/706422, l='MpServer', x=-103.50, y=26.00, z=-136.50], EntityCreeper['Creeper'/706423, l='MpServer', x=-104.50, y=26.00, z=-137.50], EntityCow['Cow'/665076, l='MpServer', x=-192.28, y=81.00, z=-125.06]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:412)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[Suggestion] Flat Item Frame

Self-explanatory, a king of Item frame that can be placed on horizontal surface, maybe over and under block, to allow for more decoration possibility
could be use to put stuff on table, without block specific code

Chainlink rendering glich

The Chain Link Fence still render like the old way the Iron Bar did, but with the new small collision "post"

[Suggestion] Iron Cage w/ mobs

It might be nice to make the Iron Cage have 1 input slot, that accept Pokeball w/ mob inside.
The Cage should then render the mob, with a "random" movement to make it "move".
It could use the same scaling as Mob Spawner, but only be decorative

What do you think?

[Discussion] Connectivity between parts

So this is a place to give ideas on ways to have the parts be more connected with each other as well as connectivity with the blocks and items in each part too.

If you have any ideas on ways t make the mod feel as it is more or less related.

Although if you like how it is now you can explain why.

I just needs some ideas on moving forward.

Crash with partial door

I got this crash when I right-click on the top part of a door, if the bottom part is not visible
http://pastebin.com/WRHG2haK

I can still click without crash when it is the top part that is missing.
I must destroy the bottom part to get the door, and replace it to make it complete again

If I destroy the top-only part, I don't get a door.
EDIT: I got the door when breaking top part.

Crossmod issue with Refined Storage

There apparently is some kind of issue with the way you use the ore dictionary that is causing recipe issues in Refined Storage mod, wasn't sure if you were aware or even know what they are talking about.

See the issue here:
refinedmods/refinedstorage#428

can you shed any light on this?

Crash when mining Uranium

Got this thing on my server after being kicked
http://pastebin.com/PmFavizS

Server was still running, but I couldn't get back on it

I restarted my server and client, server got running well, client still can't connect, with this
java.lang.NullPointerException at mezz.jei.util.StackHelper.getSubtypes(StackHelper.java:215) [StackHelper.class:?] at mezz.jei.plugins.vanilla.furnace.SmeltingRecipeMaker.getFurnaceRecipes(SmeltingRecipeMaker.java:28) [SmeltingRecipeMaker.class:?] at mezz.jei.plugins.vanilla.VanillaPlugin.register(VanillaPlugin.java:100) [VanillaPlugin.class:?] at mezz.jei.ProxyCommonClient.startJEI(ProxyCommonClient.java:169) [ProxyCommonClient.class:?] at mezz.jei.ProxyCommonClient.onEntityJoinedWorld(ProxyCommonClient.java:142) [ProxyCommonClient.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_418_ProxyCommonClient_onEntityJoinedWorld_EntityJoinWorldEvent.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168) [EventBus.class:?] at net.minecraft.world.World.func_72838_d(World.java:1127) [aid.class:?] at net.minecraft.client.multiplayer.WorldClient.func_72838_d(WorldClient.java:195) [bln.class:?] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2451) [bcx.class:?] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2359) [bcx.class:?] at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:276) [bll.class:?] at net.minecraft.network.play.server.SPacketJoinGame.func_148833_a(SourceFile:76) [gw.class:?] at net.minecraft.network.play.server.SPacketJoinGame.func_148833_a(SourceFile:13) [gw.class:?] at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92] at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?] at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

[Suggestion] Multitools function

It came to my attention(via Waila and mining speed) that the Multitools are somewhat not correctly registered as Pickaxe, Axe, and Shovel.
It is apparent as some block, mainly modded or "non-natural" one, are mined fairly slow.
Waila also sometime say that they are not high level enough to mine the block(even though sometime they do)

Also, a good thing would be for them not to lose durability when use to break grass-type or leaves block, as of now they lose durability pretty fast(which I think should not be the case for instant breaking block like tall grass at least)

You opinion? ;)

[Bug] Weirdness with Blacklisting

I made blacklist for all mineral resources, and the normal recipe don't show normally(might be a mod conflict, will try with only Grimpack), but Shift-Click work(1goldblock don;t show 9 ingot, but S-C give 9 ingot)
the weird thing is, if I use 8 to shape ChestPlate, I can grab 4(normal), but if I put the 9th ingot:

2016-09-14 23_56_51-minecraft 1 10 2

[Bug] Knife durability glitch

When using a Knife on bread or Pumpkin, durability seems to drop by one, but a 0 number shows up, and if I try to move the Knife, it disapear

[1.10.2-3.4.4.13] Game crashed when shooting a slime with the advanced ray gun

I was in creative mode on superflat if that matters

---- Minecraft Crash Report ----

WARNING: coremods are present:
BetterFoliageLoader (BetterFoliage-MC1.10-2.1.0.jar)
LoadingPlugin (Quark-r1.0-51.jar)
AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 8/16/16 10:26 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(SourceFile:116)
at net.minecraft.entity.projectile.EntityArrow.func_70241_g(SourceFile:555)
at org.blockartistry.mod.DynSurround.client.DamageEffectHandler.onLivingHurt(DamageEffectHandler.java:119)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_290_DamageEffectHandler_onLivingHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_184549_a(EntityProjectile.java:336)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_70071_h_(EntityProjectile.java:261)
at com.grim3212.mc.pack.tools.entity.EntityRayw.func_70071_h_(EntityRayw.java:41)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
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)

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

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(SourceFile:116)
at net.minecraft.entity.projectile.EntityArrow.func_70241_g(SourceFile:555)
at org.blockartistry.mod.DynSurround.client.DamageEffectHandler.onLivingHurt(DamageEffectHandler.java:119)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_290_DamageEffectHandler_onLivingHurt_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_184549_a(EntityProjectile.java:336)
at com.grim3212.mc.pack.core.entity.EntityProjectile.func_70071_h_(EntityProjectile.java:261)
at com.grim3212.mc.pack.tools.entity.EntityRayw.func_70071_h_(EntityRayw.java:41)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)

-- Entity being ticked --
Details:
Entity Type: grimpack.AdvRayShot (com.grim3212.mc.pack.tools.entity.EntityAdvRayw)
Entity ID: 197213
Entity Name: entity.grimpack.AdvRayShot.name
Entity's Exact location: -568.59, 6.20, 207.77
Entity's Block location: World: (-569,6,207), Chunk: (at 7,0,15 in -36,12; contains blocks -576,0,192 to -561,255,207), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Entity's Momentum: 0.51, 0.02, 2.31
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)

-- Affected level --
Details:
Level name: TESTING
All players: 1 total; [EntityPlayerMP['Lothrazar'/26, l='TESTING', x=-582.13, y=4.00, z=146.55]]
Chunk stats: ServerChunkCache: 438 Drop: 0
Level seed: -7335415141906106677
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-581,4,139), Chunk: (at 11,0,11 in -37,8; contains blocks -592,0,128 to -577,255,143), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 1013 game time, 0 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 55676 (now: false), thunder time: 92754 (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:709)
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: 461169872 bytes (439 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2061 Optifine OptiFine_1.10.2_HD_U_C2 60 mods loaded, 60 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{12.18.1.2061} Minecraft Forge
UCHIJAAAA lazAnvils{1.2.1.3} Anvil Enchantments
UCHIJAAAA JEI{3.8.1.243} Just Enough Items
UCHIJAAAA AppleCore{2.0.0} AppleCore
UCHIJAAAA appleskin{1.0.1} AppleSkin
UCHIJAAAA arrowcammod{2.2.0} Arrow Cam Mod
UCHIJAAAA betterbuilderswands{0.6.5} Better Builder's Wands
UCHIJAAAA bettercombatmod{1.3.0} Better Combat
UCHIJAAAA BetterFoliage{2.1.0} Better Foliage
UCHIJAAAA Chameleon{1.10-2.1.7} Chameleon
UCHIJAAAA ChunkAnimator{1.2} Chunk Animator
UCHIJAAAA combathelp{1.0.3} Combat Help
UCHIJAAAA MineTweaker3{3.0.10} MineTweaker 3
UCHIJAAAA cs{1.0.2} Configurable Villager to Door Ratio
UCHIJAAAA wonderfulwands{2.2.0} Wonderful Wands
UCHIJAAAA cyclicmagic{1.5.2} Cyclic
UCHIJAAAA Ding{MC1.9.0v2} Ding
UCHIJAAAA disenchanter{1.4} Disenchanter
UCHIJAAAA lootablebodies{2.2.0} DrCyano's Lootable Bodies
UCHIJAAAA dsurroundunofficial{3.0.6.1BETA} Dynamic Surroundings Unofficial
UCHIJAAAA EnderZoo{1.10-1.2.3.43} Ender Zoo
UCHIJAAAA FastLeaveDecay{1.1} Fast Leave Decay
UCHIJAAAA forgecreeperheal{1.3.0} Forge Creeper Heal
UCHIJAAAA GlobalGameRules{1.0} Global GameRules
UCHIJAAAA grapple_hooks{1.0.8} Grapple Hooks
UCHIJAAAA grimpack{3.4.4.13} [Grim Pack](Grim Pack-1.10.2-3.4.4.13.jar)
UCHIJAAAA HoloInventory{2.0.1.135} HoloInventory
UCHIJAAAA InfernalMobs{1.7.1} Infernal Mobs
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} Inventory Tweaks
UCHIJAAAA journeymap{1.10.2-5.2.4} JourneyMap
UCHIJAAAA jeresources{0.4.9.50} Just Enough Resources
UCHIJAAAA kleeslabs{3.3.1} KleeSlabs
UCHIJAAAA LunatriusCore{1.1.2.36} LunatriusCore
UCHIJAAAA LaserLevel{2.1.0.13} Laser Level
UCHIJAAAA lteleporters{1.1.3} Lemon's Simple Teleporters
UCHIJAAAA malisiscore{1.9.4-4.1.1} MalisisCore
UCHIJAAAA malisisdoors{1.9.4-5.0.3} MalisisDoors
UCHIJAAAA mineTunes{1.2-9} [mineTunes](MineTunes 1.2-9.jar)
UCHIJAAAA ModLister{1.10-2.1.6} ModLister
UCHIJAAAA powerinventory{2.2.2} Overpowered Inventory
UCHIJAAAA PersistentBits{1.0.3} Persistent Bits
UCHIJAAAA progressiveautomation{1.6.49} Progressive Automation
UCHIJAAAA ProjectE{1.9.4-PE1.0.5B} ProjectE
UCHIJAAAA Quark{r1.0-51} Quark
UCHIJAAAA recallstones{0.6.3} Recall Stones
UCHIJAAAA xreliquary{1.10.2-1.3.3.467} Reliquary
UCHIJAAAA roots{0.111} Roots
UCHIJAAAA Schematica{1.7.8.151} Schematica
UCHIJAAAA SimilsaxTranstructors{1.10.2.18} Similsax Transtructors
UCHIJAAAA SophisticatedWolves{3.6.1} SophisticatedWolves
UCHIJAAAA soundfilters{0.9_for_1.9} Sound Filters
UCHIJAAAA Stackie{1.6.0.44} Stackie
UCHIJAAAA StorageDrawers{1.10.2-3.2.4} Storage Drawers
UCHIJAAAA supercraftingframe{1.2.0.85} Super Crafting Frame
UCHIJAAAA VeinMiner{0.34.1_1.9-73be663} Vein Miner
UCHIJAAAA VeinMinerModSupport{0.34.1_1.9-73be663} Mod Support
UCHIJAAAA vc{v0.2.9b-mc1.10.2} ViesCraft
UCHIJAAAA villagebox{0.5.0} Village Box
Loaded coremods (and transformers):
BetterFoliageLoader (BetterFoliage-MC1.10-2.1.0.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
LoadingPlugin (Quark-r1.0-51.jar)
vazkii.quark.base.asm.ClassTransformer
AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.9.4-4.1.1.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
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Lothrazar'/26, l='TESTING', x=-582.13, y=4.00, z=146.55]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 3.3.0
OpenGlRenderer: GeForce 9500 GS/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

[Issue] Corruption can't be disabled

Hey @grim3212,

I like your work with these mods and your effort to keep them alive. Sadly I have to submit this work to you: I can't disable the Corruption in my world. I disabled it before I started my world and it still got generated in the Nether.

In addition in your manual is the page "Extended Worldgen" broken in my case. (broken texture, no buttons). It didn't crash but my console put this code out: http://pastebin.com/D8YRgJya

Maybe you can have a look into this,

access_denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.