Code Monkey home page Code Monkey logo

codechickenlib's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codechickenlib's Issues

Getting Crash 1.10.2

Getting this crash in 1.10.2 It mentions 3 different mods though JEI, Code Chicken Lib, and Bookshelf api
Keeps happening in JEI though with I try and type @gendustry, any time i enter E it crashs.
---- Minecraft Crash Report ----

WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.15.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
DummyPlugin (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (Quark-r1.1-70.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
llibrary (llibrary-1.7.4-1.10.2.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
Contact their authors BEFORE contacting forge

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

Time: 4/9/17 12:51 AM
Description: Rendering item

java.lang.NullPointerException: Rendering item
at codechicken.lib.render.pipeline.CCRenderPipeline.rebuild(CCRenderPipeline.java:122)
at codechicken.lib.render.pipeline.CCRenderPipeline.setPipeline(CCRenderPipeline.java:80)
at codechicken.lib.render.CCRenderState.setPipeline(CCRenderState.java:121)
at codechicken.lib.render.CCRenderState.render(CCRenderState.java:162)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:63)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:62)
at scala.collection.immutable.List.foreach(List.scala:383)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply$mcVI$sp(MicroblockRender.scala:62)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at codechicken.microblock.MicroblockRender$.renderCuboid(MicroblockRender.scala:59)
at codechicken.microblock.FaceMicroblockClient$class.render(FaceMicroblock.scala:55)
at Microblock_cmp$$0.render(Unknown Source)
at codechicken.microblock.ItemMicroPartRenderer$.renderItem(ItemMicroPart.scala:191)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:86)
at codechicken.lib.render.item.CCRenderItem.func_184390_a(CCRenderItem.java:167)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:231)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:303)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:183)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:173)
at mezz.jei.gui.ingredients.GuiIngredientFastList.render(GuiIngredientFastList.java:194)
at mezz.jei.gui.ItemListOverlayInternal.drawScreen(ItemListOverlayInternal.java:305)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:89)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1448_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 codechicken.lib.render.pipeline.CCRenderPipeline.rebuild(CCRenderPipeline.java:122)
at codechicken.lib.render.pipeline.CCRenderPipeline.setPipeline(CCRenderPipeline.java:80)
at codechicken.lib.render.CCRenderState.setPipeline(CCRenderState.java:121)
at codechicken.lib.render.CCRenderState.render(CCRenderState.java:162)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:63)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:62)
at scala.collection.immutable.List.foreach(List.scala:383)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply$mcVI$sp(MicroblockRender.scala:62)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at codechicken.microblock.MicroblockRender$.renderCuboid(MicroblockRender.scala:59)
at codechicken.microblock.FaceMicroblockClient$class.render(FaceMicroblock.scala:55)
at Microblock_cmp$$0.render(Unknown Source)
at codechicken.microblock.ItemMicroPartRenderer$.renderItem(ItemMicroPart.scala:191)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:86)
at codechicken.lib.render.item.CCRenderItem.func_184390_a(CCRenderItem.java:167)

-- Item being rendered --
Details:
Item Type: codechicken.microblock.ItemMicroPart@c6fc473
Item Aux: 1
Item NBT: {mat:"minecraft:bookshelf"}
Item Foil: false
Stacktrace:
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:231)

-- Item being rendered --
Details:
Item Type: codechicken.microblock.ItemMicroPart@c6fc473
Item Aux: 1
Item NBT: {mat:"minecraft:bookshelf"}
Item Foil: false
Stacktrace:
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:303)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)

-- Ingredient being rendered --
Details:
Ingredient Mod: Forge Microblocks
Ingredient Info: 1xitem.microblock@1 microblockcbe:microblock nbt:{mat:"minecraft:bookshelf"}
Stacktrace:
at mezz.jei.gui.ingredients.GuiIngredientFast.createRenderIngredientException(GuiIngredientFast.java:364)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:175)
at mezz.jei.gui.ingredients.GuiIngredientFastList.render(GuiIngredientFastList.java:194)
at mezz.jei.gui.ItemListOverlayInternal.drawScreen(ItemListOverlayInternal.java:305)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:89)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1448_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (467, 357). Absolute: (934, 25)
Screen size: Scaled: (683, 370). Absolute: (1366, 739). Scale factor of 2

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Daihok'/4780, l='MpServer', x=-1310.24, y=68.00, z=710.33]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (286,64,112), Chunk: (at 14,4,0 in 17,7; contains blocks 272,0,112 to 287,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 762358 game time, 1346727 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: 280 total; [MoCEntityMouse['Mouse'/5120, l='MpServer', x=-1302.95, y=136.00, z=819.61], MoCEntityHippoTang['HippoTang'/5122, l='MpServer', x=-1410.05, y=62.33, z=669.43], MoCEntityHippoTang['HippoTang'/5123, l='MpServer', x=-1410.97, y=62.09, z=665.98], MoCEntityGoldFish['GoldFish'/5124, l='MpServer', x=-1409.05, y=61.61, z=666.65], MoCEntityBass['Bass'/5125, l='MpServer', x=-1417.70, y=61.96, z=668.73], MoCEntityShark['Shark'/5126, l='MpServer', x=-1416.85, y=60.24, z=656.32], EntitySowHampshire['Hampshire Sow'/5129, l='MpServer', x=-1279.18, y=108.00, z=772.00], MoCEntityBass['Bass'/5130, l='MpServer', x=-1410.70, y=62.00, z=654.30], MoCEntityPandaBear['PandaBear'/5132, l='MpServer', x=-1412.23, y=67.00, z=642.64], MoCEntityPandaBear['PandaBear'/5133, l='MpServer', x=-1416.67, y=67.00, z=643.06], MoCEntityHorse['WildHorse'/5135, l='MpServer', x=-1237.04, y=92.00, z=737.92], MoCEntityDeer['Deer'/5136, l='MpServer', x=-1234.00, y=95.00, z=747.23], MoCEntityStingRay['StingRay'/5137, l='MpServer', x=-1376.48, y=58.20, z=612.40], MoCEntityPandaBear['PandaBear'/5138, l='MpServer', x=-1391.71, y=69.00, z=608.67], MoCEntityBird['Bird'/5141, l='MpServer', x=-1208.95, y=68.00, z=711.90], MoCEntityBlackBear['BlackBear'/5145, l='MpServer', x=-1271.61, y=143.00, z=801.01], MoCEntityDeer['Deer'/5151, l='MpServer', x=-1254.50, y=105.00, z=797.13], MoCEntityDeer['Deer'/5152, l='MpServer', x=-1230.55, y=76.00, z=740.50], MoCEntitySalmon['Salmon'/5153, l='MpServer', x=-1392.17, y=62.00, z=646.30], MoCEntityAngelFish['AngelFish'/5154, l='MpServer', x=-1405.85, y=62.02, z=652.77], MoCEntityBass['Bass'/5155, l='MpServer', x=-1394.70, y=61.82, z=652.80], MoCEntitySnake['Snake'/5156, l='MpServer', x=-1249.96, y=101.00, z=763.00], MoCEntityGrizzlyBear['GrizzlyBear'/5157, l='MpServer', x=-1359.09, y=68.00, z=605.77], MoCEntitySalmon['Salmon'/5160, l='MpServer', x=-1365.30, y=62.00, z=623.30], MoCEntityStingRay['StingRay'/5161, l='MpServer', x=-1374.26, y=61.00, z=609.29], MoCEntityDeer['Deer'/5162, l='MpServer', x=-1369.86, y=62.60, z=622.44], MoCEntityAnt['Ant'/5163, l='MpServer', x=-1205.69, y=29.00, z=728.00], EntityHenLeghorn['Leghorn Hen'/5169, l='MpServer', x=-1275.82, y=68.00, z=685.14], EntityItem['item.item.string'/5170, l='MpServer', x=-1287.13, y=25.00, z=696.40], EntityItem['item.item.string'/5171, l='MpServer', x=-1282.62, y=22.00, z=695.76], EntityItem['item.item.string'/5172, l='MpServer', x=-1283.01, y=20.00, z=692.27], EntityItem['item.item.string'/5173, l='MpServer', x=-1281.52, y=20.00, z=691.40], MoCEntityStingRay['StingRay'/5174, l='MpServer', x=-1287.95, y=62.00, z=702.02], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4769, l='MpServer', x=-1277.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4770, l='MpServer', x=-1277.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4771, l='MpServer', x=-1283.50, y=67.50, z=656.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4772, l='MpServer', x=-1280.50, y=67.50, z=656.50], EntityCreeper['Creeper'/4773, l='MpServer', x=-1290.50, y=23.00, z=651.50], EntityItem['item.item.string'/4774, l='MpServer', x=-1295.13, y=38.00, z=654.33], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4775, l='MpServer', x=-1283.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4776, l='MpServer', x=-1280.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4777, l='MpServer', x=-1280.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4778, l='MpServer', x=-1283.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4779, l='MpServer', x=-1277.50, y=67.50, z=656.50], MoCEntityMouse['Mouse'/4782, l='MpServer', x=-1383.35, y=63.09, z=728.59], MoCEntityFishy['Fishy'/4783, l='MpServer', x=-1386.65, y=61.05, z=735.50], EntityBabySkeleton['Baby Skeleton'/4789, l='MpServer', x=-1304.43, y=37.00, z=652.64], EntityItem['item.item.sulphur'/4790, l='MpServer', x=-1304.77, y=33.00, z=653.42], MoCEntityDeer['Deer'/4791, l='MpServer', x=-1320.84, y=62.61, z=669.79], MoCEntitySalmon['Salmon'/4792, l='MpServer', x=-1314.30, y=61.35, z=667.30], MoCEntityAnchovy['Anchovy'/4793, l='MpServer', x=-1319.63, y=62.16, z=671.16], MoCEntityAnchovy['Anchovy'/4794, l='MpServer', x=-1317.80, y=62.41, z=671.37], MoCEntityWerewolf['Werewolf'/4797, l='MpServer', x=-1276.47, y=21.00, z=610.45], MoCEntityWerewolf['Werewolf'/4798, l='MpServer', x=-1275.25, y=21.00, z=610.45], MoCEntityMaggot['Maggot'/4800, l='MpServer', x=-1269.43, y=68.00, z=618.34], MoCEntityMaggot['Maggot'/4801, l='MpServer', x=-1269.68, y=68.00, z=620.86], MoCEntityElephant['Elephant'/4803, l='MpServer', x=-1275.94, y=68.00, z=605.91], MoCEntityManderin['Manderin'/4804, l='MpServer', x=-1398.91, y=60.76, z=743.70], MoCEntityManderin['Manderin'/4805, l='MpServer', x=-1394.53, y=62.10, z=745.85], MoCEntityFishy['Fishy'/4806, l='MpServer', x=-1402.66, y=60.90, z=744.86], MoCEntityBass['Bass'/4807, l='MpServer', x=-1404.58, y=61.18, z=737.95], MoCEntityBird['Bird'/4808, l='MpServer', x=-1397.37, y=63.40, z=746.29], MoCEntityAngelFish['AngelFish'/4809, l='MpServer', x=-1414.50, y=62.12, z=767.50], MoCEntityAngelFish['AngelFish'/4810, l='MpServer', x=-1416.50, y=62.33, z=763.50], MoCEntityAngelFish['AngelFish'/4811, l='MpServer', x=-1420.50, y=62.02, z=763.50], MoCEntityPiranha['Piranha'/4812, l='MpServer', x=-1408.50, y=60.66, z=755.50], EntitySpider['Spider'/4816, l='MpServer', x=-1355.69, y=44.00, z=707.01], EntitySkeleton['Skeleton'/4817, l='MpServer', x=-1348.50, y=44.00, z=716.50], EntityCreeper['Creeper'/4818, l='MpServer', x=-1348.50, y=44.00, z=716.50], MoCEntityWerewolf['Werewolf'/4819, l='MpServer', x=-1354.47, y=42.00, z=705.31], EntitySkeleton['Skeleton'/4820, l='MpServer', x=-1296.50, y=36.00, z=656.50], MoCEntityCod['Cod'/4822, l='MpServer', x=-1318.66, y=61.99, z=682.75], MoCEntityFishy['Fishy'/4823, l='MpServer', x=-1325.85, y=62.02, z=684.32], MoCEntityBass['Bass'/4824, l='MpServer', x=-1325.70, y=62.00, z=672.72], MoCEntityGoldFish['GoldFish'/4825, l='MpServer', x=-1316.92, y=61.67, z=672.09], MoCEntityBass['Bass'/4826, l='MpServer', x=-1313.30, y=61.94, z=678.33], MoCEntitySalmon['Salmon'/4827, l='MpServer', x=-1312.75, y=61.97, z=672.96], MoCEntitySnake['Snake'/4829, l='MpServer', x=-1237.20, y=65.41, z=601.41], MoCEntityManderin['Manderin'/4838, l='MpServer', x=-1373.50, y=62.28, z=722.36], MoCEntityMouse['Mouse'/4839, l='MpServer', x=-1379.62, y=63.06, z=744.42], MoCEntityManderin['Manderin'/4840, l='MpServer', x=-1391.27, y=62.35, z=744.01], MoCEntityBass['Bass'/4841, l='MpServer', x=-1386.58, y=60.37, z=744.29], MoCEntityJellyFish['JellyFish'/4842, l='MpServer', x=-1377.70, y=62.31, z=740.51], MoCEntityBass['Bass'/4843, l='MpServer', x=-1381.89, y=60.01, z=744.11], MoCEntityBass['Bass'/4844, l='MpServer', x=-1383.30, y=62.00, z=745.96], MoCEntityAngelFish['AngelFish'/4845, l='MpServer', x=-1302.59, y=62.00, z=686.15], MoCEntityStingRay['StingRay'/4846, l='MpServer', x=-1311.60, y=60.00, z=678.17], MoCEntityOstrich['Ostrich'/4848, l='MpServer', x=-1216.29, y=68.00, z=598.96], MoCEntityAnt['Ant'/4849, l='MpServer', x=-1242.01, y=67.00, z=610.64], MoCEntityButterfly['ButterFly'/4850, l='MpServer', x=-1247.31, y=66.00, z=615.52], MoCEntityClownFish['ClownFish'/4853, l='MpServer', x=-1413.50, y=61.93, z=793.50], MoCEntityClownFish['ClownFish'/4854, l='MpServer', x=-1415.50, y=61.89, z=793.50], MoCEntityClownFish['ClownFish'/4855, l='MpServer', x=-1413.50, y=61.94, z=792.50], MoCEntityClownFish['ClownFish'/4856, l='MpServer', x=-1412.50, y=61.82, z=795.50], EntityPlayerSP['Daihok'/4780, l='MpServer', x=-1310.24, y=68.00, z=710.33], MoCEntityRoach['Roach'/4876, l='MpServer', x=-1382.37, y=100.00, z=764.07], EntityItem['item.item.string'/4880, l='MpServer', x=-1359.65, y=41.00, z=730.49], EntitySkeleton['Skeleton'/4881, l='MpServer', x=-1352.50, y=44.00, z=720.50], EntityItem['item.item.string'/4882, l='MpServer', x=-1373.57, y=55.00, z=746.38], EntityItem['item.tile.obsidian'/4883, l='MpServer', x=-1287.86, y=23.00, z=672.48], EntityItem['item.item.string'/4884, l='MpServer', x=-1291.84, y=22.00, z=673.25], MoCEntityShark['Shark'/4885, l='MpServer', x=-1303.03, y=60.86, z=689.85], MoCEntityGoldFish['GoldFish'/4886, l='MpServer', x=-1301.85, y=62.00, z=702.85], MoCEntityGoldFish['GoldFish'/4887, l='MpServer', x=-1287.68, y=62.00, z=691.68], MoCEntityAngelFish['AngelFish'/4888, l='MpServer', x=-1300.90, y=62.00, z=702.26], MoCEntityDeer['Deer'/4889, l='MpServer', x=-1244.44, y=67.00, z=629.54], EntityZombie['Zombie'/4898, l='MpServer', x=-1383.50, y=30.00, z=781.50], MoCEntityRoach['Roach'/4899, l='MpServer', x=-1388.18, y=100.00, z=772.44], MoCEntitySnail['Snail'/4900, l='MpServer', x=-1377.50, y=99.00, z=779.45], MoCEntityRoach['Roach'/4901, l='MpServer', x=-1383.47, y=100.00, z=771.63], MoCEntityRoach['Roach'/4902, l='MpServer', x=-1386.99, y=100.00, z=770.06], MoCEntityCaveOgre['CaveOgre'/4903, l='MpServer', x=-1398.50, y=32.00, z=788.50], MoCEntityMouse['Mouse'/4905, l='MpServer', x=-1364.80, y=69.00, z=767.86], EntityHenLeghorn['Leghorn Hen'/4906, l='MpServer', x=-1320.17, y=68.00, z=717.45], MoCEntityManderin['Manderin'/4911, l='MpServer', x=-1392.26, y=61.54, z=677.79], MoCEntityManderin['Manderin'/4912, l='MpServer', x=-1405.42, y=62.01, z=687.35], MoCEntityManderin['Manderin'/4913, l='MpServer', x=-1392.07, y=61.64, z=686.46], MoCEntityClownFish['ClownFish'/4914, l='MpServer', x=-1405.25, y=61.26, z=679.03], MoCEntityManderin['Manderin'/4916, l='MpServer', x=-1410.03, y=61.53, z=698.00], MoCEntityHippoTang['HippoTang'/4917, l='MpServer', x=-1410.06, y=61.06, z=699.56], MoCEntityMouse['Mouse'/4918, l='MpServer', x=-1256.29, y=114.00, z=808.85], MoCEntityFly['Fly'/4920, l='MpServer', x=-1263.50, y=130.00, z=800.50], EntityZombie['Zombie'/4921, l='MpServer', x=-1374.55, y=41.00, z=651.22], EntityZombie['Zombie'/4922, l='MpServer', x=-1373.23, y=40.00, z=654.50], MoCEntityCrab['Crab'/4923, l='MpServer', x=-1366.16, y=57.00, z=645.58], MoCEntityFox['Fox'/4924, l='MpServer', x=-1371.74, y=62.72, z=646.34], MoCEntityManderin['Manderin'/4925, l='MpServer', x=-1375.55, y=62.46, z=651.19], MoCEntityStingRay['StingRay'/4926, l='MpServer', x=-1365.27, y=59.74, z=653.89], MoCEntityGoldFish['GoldFish'/4927, l='MpServer', x=-1388.85, y=62.00, z=645.44], MoCEntityClownFish['ClownFish'/4928, l='MpServer', x=-1381.55, y=62.01, z=646.62], MoCEntityFishy['Fishy'/4929, l='MpServer', x=-1215.79, y=62.01, z=760.01], MoCEntityAnchovy['Anchovy'/4930, l='MpServer', x=-1211.21, y=61.70, z=758.69], MoCEntityShark['Shark'/4931, l='MpServer', x=-1222.15, y=60.00, z=751.85], MoCEntityShark['Shark'/4932, l='MpServer', x=-1214.15, y=61.32, z=755.85], MoCEntityAnchovy['Anchovy'/4933, l='MpServer', x=-1211.82, y=62.05, z=760.85], MoCEntityMouse['Mouse'/4934, l='MpServer', x=-1208.49, y=78.00, z=755.86], MoCEntityFirefly['Firefly'/4935, l='MpServer', x=-1207.06, y=95.00, z=765.58], MoCEntityShark['Shark'/4936, l='MpServer', x=-1216.14, y=60.91, z=757.15], MoCEntityStingRay['StingRay'/4937, l='MpServer', x=-1219.40, y=59.31, z=753.60], MoCEntityDeer['Deer'/4938, l='MpServer', x=-1231.50, y=97.00, z=757.55], MoCEntitySalmon['Salmon'/4939, l='MpServer', x=-1385.43, y=60.12, z=668.77], MoCEntityManderin['Manderin'/4940, l='MpServer', x=-1387.00, y=61.83, z=664.85], MoCEntityMouse['Mouse'/5452, l='MpServer', x=-1364.08, y=79.00, z=773.78], MoCEntityManderin['Manderin'/4941, l='MpServer', x=-1383.50, y=61.43, z=661.36], MoCEntityMouse['Mouse'/5453, l='MpServer', x=-1371.96, y=95.00, z=774.33], MoCEntityHippoTang['HippoTang'/4942, l='MpServer', x=-1379.28, y=62.13, z=657.74], MoCEntityHorse['WildHorse'/5454, l='MpServer', x=-1375.00, y=100.00, z=781.00], MoCEntityHippoTang['HippoTang'/4943, l='MpServer', x=-1385.47, y=62.17, z=659.03], EntityItem['item.tile.obsidian'/5455, l='MpServer', x=-1257.13, y=45.00, z=687.23], MoCEntityClownFish['ClownFish'/4944, l='MpServer', x=-1391.72, y=61.20, z=669.12], MoCEntitySnail['Snail'/5456, l='MpServer', x=-1250.82, y=66.00, z=686.42], MoCEntityFishy['Fishy'/4945, l='MpServer', x=-1395.64, y=62.03, z=667.97], MoCEntitySnake['Snake'/5457, l='MpServer', x=-1230.03, y=66.54, z=652.44], MoCEntityManderin['Manderin'/4946, l='MpServer', x=-1393.11, y=61.85, z=668.18], MoCEntityManderin['Manderin'/4947, l='MpServer', x=-1397.58, y=61.31, z=659.91], MoCEntityJellyFish['JellyFish'/4948, l='MpServer', x=-1205.06, y=62.33, z=748.76], MoCEntityJellyFish['JellyFish'/4949, l='MpServer', x=-1202.97, y=61.77, z=748.43], MoCEntityJellyFish['JellyFish'/4950, l='MpServer', x=-1204.29, y=62.33, z=748.85], MoCEntityShark['Shark'/4951, l='MpServer', x=-1210.82, y=60.00, z=747.86], MoCEntityMaggot['Maggot'/5464, l='MpServer', x=-1369.49, y=100.00, z=785.80], MoCEntityPiranha['Piranha'/4952, l='MpServer', x=-1213.22, y=62.00, z=748.32], MoCEntityHorse['WildHorse'/5465, l='MpServer', x=-1368.05, y=100.00, z=788.55], MoCEntityPiranha['Piranha'/4953, l='MpServer', x=-1211.39, y=61.83, z=747.15], MoCEntityDeer['Deer'/5466, l='MpServer', x=-1328.79, y=64.00, z=768.80], MoCEntityPiranha['Piranha'/4954, l='MpServer', x=-1212.85, y=62.12, z=747.15], EntityZombie['Zombie'/5467, l='MpServer', x=-1354.50, y=37.00, z=775.50], MoCEntityStingRay['StingRay'/4955, l='MpServer', x=-1212.40, y=60.00, z=748.60], MoCEntityShark['Shark'/4956, l='MpServer', x=-1211.85, y=60.00, z=752.12], EntityCreeper['Creeper'/4957, l='MpServer', x=-1363.50, y=22.00, z=639.50], MoCEntityWraith['Wraith'/5469, l='MpServer', x=-1303.11, y=39.03, z=736.91], EntityCreeper['Creeper'/4958, l='MpServer', x=-1365.50, y=22.00, z=637.50], MoCEntityGoldFish['GoldFish'/5471, l='MpServer', x=-1266.00, y=62.42, z=690.15], MoCEntityFishy['Fishy'/4960, l='MpServer', x=-1374.85, y=62.00, z=634.86], MoCEntityAnchovy['Anchovy'/5472, l='MpServer', x=-1266.68, y=61.81, z=690.81], MoCEntityClownFish['ClownFish'/4961, l='MpServer', x=-1372.12, y=62.46, z=629.31], MoCEntityGoldFish['GoldFish'/5473, l='MpServer', x=-1275.31, y=61.80, z=690.15], MoCEntityGoldFish['GoldFish'/4962, l='MpServer', x=-1373.21, y=62.00, z=639.63], MoCEntityCod['Cod'/5474, l='MpServer', x=-1277.32, y=60.00, z=694.53], MoCEntityManderin['Manderin'/4963, l='MpServer', x=-1363.69, y=62.25, z=633.41], MoCEntityStingRay['StingRay'/4964, l='MpServer', x=-1371.40, y=59.28, z=632.29], MoCEntitySalmon['Salmon'/4965, l='MpServer', x=-1364.07, y=60.65, z=637.07], MoCEntityDeer['Deer'/4966, l='MpServer', x=-1370.92, y=62.67, z=624.72], MoCEntityAnt['Ant'/4970, l='MpServer', x=-1199.48, y=27.00, z=729.59], MoCEntityRaccoon['Raccoon'/5483, l='MpServer', x=-1357.11, y=96.00, z=813.50], MoCEntityBlackBear['BlackBear'/4971, l='MpServer', x=-1259.50, y=135.00, z=816.50], MoCEntityDolphin['Dolphin'/4973, l='MpServer', x=-1376.59, y=60.00, z=693.32], EntitySkeleton['Skeleton'/5485, l='MpServer', x=-1347.50, y=24.00, z=788.50], MoCEntityClownFish['ClownFish'/4974, l='MpServer', x=-1421.11, y=60.56, z=716.00], MoCEntityFishy['Fishy'/4976, l='MpServer', x=-1413.12, y=61.96, z=716.56], EntityHenPlymouthRock['Plymouth Rock Hen'/5488, l='MpServer', x=-1332.35, y=63.01, z=769.46], EntityItem['item.item.string'/4977, l='MpServer', x=-1364.16, y=30.00, z=669.06], MoCEntityHorse['WildHorse'/5489, l='MpServer', x=-1342.04, y=93.00, z=778.56], EntityItem['item.item.string'/4978, l='MpServer', x=-1364.68, y=30.00, z=666.13], MoCEntityOstrich['Ostrich'/5490, l='MpServer', x=-1280.98, y=76.00, z=735.34], EntityHamster['Hamster'/4979, l='MpServer', x=-1362.23, y=63.13, z=662.57], MoCEntityAngelFish['AngelFish'/4980, l='MpServer', x=-1390.16, y=61.74, z=676.59], EntityCreeper['Creeper'/5494, l='MpServer', x=-1303.60, y=36.00, z=736.89], EntityItem['item.item.string'/5495, l='MpServer', x=-1254.97, y=20.00, z=691.25], MoCEntityJellyFish['JellyFish'/5496, l='MpServer', x=-1263.03, y=61.95, z=699.23], MoCEntityBass['Bass'/5497, l='MpServer', x=-1254.42, y=61.80, z=697.70], MoCEntityAngelFish['AngelFish'/5498, l='MpServer', x=-1255.85, y=62.53, z=690.18], MoCEntityStingRay['StingRay'/5499, l='MpServer', x=-1269.40, y=59.00, z=702.40], MoCEntityGoldFish['GoldFish'/5500, l='MpServer', x=-1257.37, y=61.66, z=690.15], MoCEntityDeer['Deer'/4988, l='MpServer', x=-1334.52, y=67.00, z=633.51], MoCEntityBass['Bass'/5501, l='MpServer', x=-1254.89, y=60.78, z=692.23], MoCEntityCod['Cod'/5502, l='MpServer', x=-1262.50, y=60.03, z=690.30], MoCEntityShark['Shark'/5503, l='MpServer', x=-1241.85, y=61.95, z=692.17], MoCEntityMaggot['Maggot'/4991, l='MpServer', x=-1344.49, y=63.00, z=651.34], EntityCreeper['Creeper'/5504, l='MpServer', x=-1261.50, y=51.00, z=694.50], MoCEntityStingRay['StingRay'/4992, l='MpServer', x=-1355.09, y=57.90, z=649.65], MoCEntityElephant['Elephant'/5505, l='MpServer', x=-1266.43, y=67.00, z=711.45], MoCEntitySalmon['Salmon'/4993, l='MpServer', x=-1356.30, y=62.00, z=640.83], MoCEntityBass['Bass'/4994, l='MpServer', x=-1357.30, y=62.00, z=638.30], MoCEntityBunny['Bunny'/4995, l='MpServer', x=-1352.29, y=66.00, z=633.50], MoCEntitySilverSkeleton['SilverSkeleton'/5508, l='MpServer', x=-1213.50, y=23.00, z=664.50], MoCEntityFishy['Fishy'/4997, l='MpServer', x=-1199.50, y=62.00, z=748.09], MoCEntityFishy['Fishy'/4998, l='MpServer', x=-1199.15, y=61.64, z=748.40], MoCEntityJellyFish['JellyFish'/4999, l='MpServer', x=-1199.47, y=62.00, z=747.71], MoCEntityFishy['Fishy'/5002, l='MpServer', x=-1416.02, y=61.08, z=734.91], MoCEntityFishy['Fishy'/5003, l='MpServer', x=-1418.17, y=61.28, z=735.82], MoCEntityFishy['Fishy'/5004, l='MpServer', x=-1412.32, y=62.19, z=730.33], MoCEntityClownFish['ClownFish'/5005, l='MpServer', x=-1421.17, y=61.56, z=721.05], MoCEntityHorseMob['HorseMob'/5518, l='MpServer', x=-1341.30, y=64.00, z=805.14], EntityItem['item.item.string'/5523, l='MpServer', x=-1322.13, y=22.00, z=771.57], EntitySkeleton['Skeleton'/5524, l='MpServer', x=-1293.50, y=30.00, z=741.50], EntityItem['item.item.string'/5525, l='MpServer', x=-1290.41, y=30.00, z=740.42], MoCEntityBlackBear['BlackBear'/5526, l='MpServer', x=-1302.15, y=98.00, z=766.00], MoCEntityBass['Bass'/5527, l='MpServer', x=-1249.70, y=62.00, z=705.70], MoCEntityOstrich['Ostrich'/5528, l='MpServer', x=-1263.45, y=67.00, z=711.37], MoCEntityButterfly['ButterFly'/5016, l='MpServer', x=-1207.50, y=100.00, z=792.38], MoCEntityMaggot['Maggot'/5529, l='MpServer', x=-1265.78, y=75.00, z=722.12], MoCEntityFishy['Fishy'/5533, l='MpServer', x=-1241.15, y=62.35, z=690.15], MoCEntityOstrich['Ostrich'/5022, l='MpServer', x=-1380.37, y=64.00, z=706.23], MoCEntityJellyFish['JellyFish'/5534, l='MpServer', x=-1245.41, y=62.16, z=693.90], MoCEntityClownFish['ClownFish'/5023, l='MpServer', x=-1394.48, y=61.74, z=721.52], MoCEntityBass['Bass'/5535, l='MpServer', x=-1241.30, y=61.78, z=694.13], MoCEntityCricket['Cricket'/5536, l='MpServer', x=-1242.21, y=60.00, z=692.10], MoCEntityDeer['Deer'/5537, l='MpServer', x=-1237.47, y=66.00, z=694.56], EntitySkeleton['Skeleton'/5027, l='MpServer', x=-1347.50, y=17.00, z=679.50], EntityCreeper['Creeper'/5028, l='MpServer', x=-1361.50, y=35.00, z=699.50], EntityItem['item.item.string'/5029, l='MpServer', x=-1361.88, y=39.00, z=702.27], MoCEntityMaggot['Maggot'/5034, l='MpServer', x=-1318.61, y=68.00, z=644.93], MoCEntityMaggot['Maggot'/5035, l='MpServer', x=-1324.54, y=68.00, z=645.41], MoCEntityDeer['Deer'/5036, l='MpServer', x=-1336.50, y=20.00, z=667.44], EntityItem['item.item.string'/5037, l='MpServer', x=-1332.13, y=26.00, z=663.49], MoCEntityDolphin['Dolphin'/5038, l='MpServer', x=-1355.79, y=62.00, z=660.79], MoCEntityBass['Bass'/5039, l='MpServer', x=-1337.21, y=61.96, z=661.64], MoCEntityRaccoon['Raccoon'/5041, l='MpServer', x=-1307.69, y=67.00, z=612.66], MoCEntityPiranha['Piranha'/5042, l='MpServer', x=-1420.17, y=61.39, z=746.95], MoCEntityPiranha['Piranha'/5044, l='MpServer', x=-1421.50, y=61.30, z=742.50], MoCEntityPiranha['Piranha'/5045, l='MpServer', x=-1418.50, y=61.54, z=743.50], MoCEntityHorseMob['HorseMob'/5051, l='MpServer', x=-1330.92, y=64.94, z=816.13], MoCEntityMouse['Mouse'/5058, l='MpServer', x=-1321.09, y=108.00, z=814.24], EntitySkeleton['Skeleton'/5059, l='MpServer', x=-1306.50, y=25.00, z=781.50], EntitySheep['Sheep'/5060, l='MpServer', x=-1308.19, y=98.00, z=771.43], MoCEntityFox['Fox'/5061, l='MpServer', x=-1312.74, y=96.72, z=785.58], EntityCreeper['Creeper'/5066, l='MpServer', x=-1239.50, y=24.00, z=711.50], MoCEntityBass['Bass'/5068, l='MpServer', x=-1237.30, y=62.18, z=707.30], MoCEntityGoldFish['GoldFish'/5069, l='MpServer', x=-1238.15, y=62.00, z=715.40], MoCEntityAngelFish['AngelFish'/5070, l='MpServer', x=-1244.85, y=62.02, z=716.26], MoCEntityFishy['Fishy'/5071, l='MpServer', x=-1239.50, y=62.23, z=705.61], MoCEntityGoldFish['GoldFish'/5072, l='MpServer', x=-1244.85, y=61.72, z=713.76], MoCEntityOstrich['Ostrich'/5073, l='MpServer', x=-1237.76, y=63.00, z=720.95], MoCEntityAngelFish['AngelFish'/5074, l='MpServer', x=-1243.67, y=61.77, z=708.14], MoCEntityAnt['Ant'/5079, l='MpServer', x=-1222.91, y=68.00, z=695.52], MoCEntityDeer['Deer'/5081, l='MpServer', x=-1323.55, y=107.00, z=818.55], MoCEntityBoar['Boar'/5086, l='MpServer', x=-1283.50, y=139.00, z=794.80], MoCEntityBoar['Boar'/5087, l='MpServer', x=-1283.50, y=139.00, z=795.89], MoCEntityButterfly['ButterFly'/5088, l='MpServer', x=-1285.50, y=135.00, z=797.50], MoCEntityPandaBear['PandaBear'/5092, l='MpServer', x=-1396.88, y=69.00, z=608.64], MoCEntityGrizzlyBear['GrizzlyBear'/5093, l='MpServer', x=-1397.00, y=69.00, z=610.01], MoCEntityGoldFish['GoldFish'/5094, l='MpServer', x=-1238.15, y=61.78, z=720.34], MoCEntityMouse['Mouse'/5095, l='MpServer', x=-1236.43, y=77.00, z=734.21], MoCEntityHorse['WildHorse'/5096, l='MpServer', x=-1240.22, y=90.00, z=728.80], MoCEntityHorse['WildHorse'/5097, l='MpServer', x=-1242.08, y=95.00, z=730.98], MoCEntityHorse['WildHorse'/5098, l='MpServer', x=-1238.84, y=94.00, z=735.85], MoCEntitySnail['Snail'/5099, l='MpServer', x=-1246.51, y=94.00, z=724.50], MoCEntitySnail['Snail'/5100, l='MpServer', x=-1245.50, y=94.00, z=725.50], MoCEntityDeer['Deer'/5106, l='MpServer', x=-1213.49, y=68.00, z=695.50], MoCEntitySalmon['Salmon'/5110, l='MpServer', x=-1381.70, y=61.22, z=607.22]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2551584696 bytes (2433 MB) / 7090470912 bytes (6762 MB) up to 15271460864 bytes (14564 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D7 159 mods loaded, 158 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.2254.jar)
UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAAAA NotEnoughItems{2.1.3.207} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA forgeendertech{1.10.2-1.2.2.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)
UCHIJAAAA adchimneys{1.10.2-1.2.2.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.2.2.0-build.0021.jar)
UCHIJAAAA adobeblocks{6.0.5} [Adobe Blocks 2] (AdobeBlocks-6.0.5.jar)
UCHIJAAAA libVulpes{0.1.17.20170402130834} [libVulpes] (LibVulpes-1.10.2-0.1.17-universal.jar)
UCHIJAAAA advancedRocketry{1.10.2-1.0.15} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.15.jar)
UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
UCHIJAAAA infinitylib{1.10.2-0.8.0} [InfinityLib] (infinitylib-0.8.0.jar)
UCHIJAAAA agricraft{2.0.0-0.8.0-a14} [AgriCraft] (agricraft-2.0.0-0.8.0-a14.jar)
UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCHIJAAAA JEI{3.14.7.417} [Just Enough Items] (jei_1.10.2-3.14.7.417.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
UCHIJAAAA flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar)
UCHIJAAAA animania{1.0.4.6} [Animania] (animania-1.10-1.0.4.6.jar)
UCHIJAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCHIJAAAA architecturecraft{1.5.0.0} [ArchitectureCraft] (ArchitectureCraft-1.10.2.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA hud{1.3.8} [Better HUD] (Better HUD by NukeDuck [1.9.4][1.3.8].jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJAAAA bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
UCHIJAAAA biomeheighttweaker{1.10-0.5} [Biome Height Tweaker] (biomeheighttweaker-1.10-0.5.jar)
UCHIJAAAA BiomeTweaker{2.1.230} [BiomeTweaker] (BiomeTweaker-1.10.2-2.1.230.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
UCHIJAAAA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAAAA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAAAA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAAAA ChestTransporter{2.5.12} [Chest Transporter] (ChestTransporter-1.10.2-2.5.12.jar)
UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
UCHIJAAAA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJAAAA Chopper{1.0.0} [Chopper] (Chopper (EW) V7 1.10.2.jar)
UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
UCHIJAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCHIJAAAA darkutils{1.1.7.120} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.120.jar)
UCHIJAAAA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4_1.10.2.jar)
UCHIJAAAA props{2.4} [Decocraft] (Decocraft-2.4_1.10.2.jar)
UCHIJAAAA forestry{5.2.17.373} [Forestry] (forestry_1.10.2-5.2.17.373.jar)
UCHIJAAAA eleccore{1.7.415} [ElecCore] (ElecCore-1.10.2-1.7.415.jar)
UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.193-universal.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (Dragon-Mounts-1.10.2.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCHIJAAAA eiorteis{1.10.2-2.1} [EIORecipesTEInductionSmelter] (eiorteis-2.1.jar)
UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
UCHIJAAAA endertanks{1.4.12} [EnderTanks] (endertanks-1.10.0-1.4.12.jar)
UCHIJAAAA engineersworkshop{1.2.1-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.2.1-1.10.2.jar)
UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJAAAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
UCHIJAAAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
UCHIJAAAA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
UCHIJAAAA fluxnetworks{1.2.2} [FluxNetworks] (FluxNetworks-1.10.2-1.2.2.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar)
UCHIJAAAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.10.2.jar)
UCHIJAAAA iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCHIJAAAA immersiveengineering{0.10-56} [Immersive Engineering] (ImmersiveEngineering-0.10-56.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJAAAA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar)
UCHIJAAAA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJAAAA Mekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.298.jar)
UCHIJAAAA MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.298.jar)
UCHIJAAAA MekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.298.jar)
UCHIJAAAA minecolonies{1.10.2-0.6.3328} [MineColonies] (minecolonies-universal-1.10.2-0.6.3328.jar)
UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
UCHIJAAAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (MoreMaterials-1.10.2.jar)
UCHIJAAAA MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
UCHIJAAAA multistorage{1.2.17} [Multi-Storage] (multistorage-1.10.0-1.2.17.jar)
UCHIJAAAA natura{1.10.2-4.1.0.29} [Natura] (natura-1.10.2-4.1.0.29.jar)
UCHIJAAAA notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
UCHIJAAAA omlib{1.10.2-3.0.0-61} [OMLib] (omlib-1.10.2-3.0.0-61.jar)
UCHIJAAAA openmodularturrets{1.10.2-3.0.0-102} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-102.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
UCHIJAAAA pressure{1.3.1.25} [Pressure Pipes] (pressure-1.3.1.25-mc1.10.2.jar)
UCHIJAAAA projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar)
UCHIJAAAA projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAAAA projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAAAA projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar)
UCHIJAAAA projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
UCHIJAAAA rccosmetic{3.0.2} [Railcraft Cosmetic Additions] (RailCraft Cosmetic Additions-3.0.2.jar)
UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAAAA reborncore{2.13.4.128} [RebornCore] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAAAA reborncore-mcmultipart{2.13.4.128} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAAAA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
UCHIJAAAA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.2.29.jar)
UCHIJAAAA rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roads{1.2} [Roads Mod] (Road-Mod-by-derfl007-1.10.2.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA StevesFactoryManager{1.0.12} [Steve's Factory Manager] (StevesFactoryManager-1.10.2.jar)
UCHIJAAAA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJAAAA surge{1.1.0.1} [Surge] (Surge-1.10.2-1.1.0.70.jar)
UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAAAA vc{4.26.13} [ViesCraft] (ViesCraft-1.10.X-4.26.13.jar)
UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAAAA wmatm{1.10.X-1.1.5.1} [WMATM Vehicles] (wmatm - 1.1.5.1 (1.10.X).jar)
UCHIJAAAA Woot{1.10.2-1.3.1} [Woot] (woot-1.10.2-1.3.1.jar)
UCHIJAAAA xnet{1.1.5} [XNet] (xnet-1.1.5.jar)
UD BiomeTweakerCore{2.1.230} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)

Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)

MalisisCorePlugin (malisiscore-1.10.2-4.4.0.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
CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)

AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.15.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)

DummyPlugin (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)

FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
team.chisel.common.asm.ChiselTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
com.github.alexthe666.iceandfire.access.IceAndFireTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
codechicken.nei.asm.NEITransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
reborncore.mixin.transformer.MixinTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
llibrary (llibrary-1.7.4-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
shetiphian.core.asm.ClassTransformer
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
org.epoxide.surge.asm.SurgeTransformerManager
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

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

NotEnoughItems Invalid Fingerprint Reports: 
List of loaded APIs: 
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* AgriCraftAPI (1.0) from agricraft-2.0.0-0.8.0-a14.jar
	* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
	* BiomeTweakerAPI (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|event (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|object (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|pack (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|wrapper (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|util (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
	* BotaniaAPI (85) from Botania r1.9-341.jar
	* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.12.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
	* CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from refinedstorage-1.2.25.jar
	* cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.3.3.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
	* cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
	* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* CSLib|API (0.3.0) from Decocraft-2.4_1.10.2.jar
	* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.10.193-universal.jar
	* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.415.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.415.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
	* fluxapi (1.0) from FluxNetworks-1.10.2-1.2.2.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* FossilArcheologyAPI (7.3.0) from iceandfire-1.0.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
	* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-56.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-56.jar
	* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
	* jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.417.jar
	* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* pressureAPI (1.3.1.25) from pressure-1.3.1.25-mc1.10.2.jar
	* PsiAPI (2) from Psi-r1.0-42.jar
	* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* reborncoreAPI (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Fuel (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Power (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Recipe (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Tile (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* SuperScript (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|command (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|object (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|util (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
ChickenChunks Invalid Fingerprint Reports: 
EnderStorage Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
              * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
                Ender IO needs at least 1.4.0 and will NOT work with older versions.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 2.13.4.128
	Mixin Status: 1
	Runtime Debofucsation 1
	RenderEngine: 1
AE2 Integration: IC2:OFF, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
Launched Version: 1.10.2-forge1.10.2-12.18.3.2254
LWJGL: 2.9.4
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
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: Modern HD 1.10.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 6x AMD FX(tm)-6300 Six-Core Processor 
OptiFine Version: OptiFine_1.10.2_HD_U_D7
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 376.53
OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 6

Maven contains no CCL

I can't find CCL anywhere on the codechicken.net maven or central. Where's it gone?

MCOutputStreamWrapper not compatible with PacketCustom

Despite both implementing MCDataOutput, they differ in how they write strings:

  • PacketCustom uses varInt(2) for length (through ByteBufUtils)
  • MCOutputStreamWrapper uses short for length

Both of these are used together in ForgeMultipart (readDesc and writeDesc on TMultiPart) thus causing strings to be unreadable

CodechickenLib Crashes the server at startup

With CodeChickenLib installed only

`---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 4/19/17 12:25 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ccl-entityhook (ccl-entityhook)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:546)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
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)
... 30 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 32 more

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

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.4.26-nitradoV3-MC-1000-nH-dP-d-a
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 237097800 bytes (226 MB) / 637009920 bytes (607 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 2 total; -Xmx2048M -Xms256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2228 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC minecraft{1.11.2} [Minecraft] (minecraft.jar)
UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (minecraft_server.jar)
UC forge{13.20.0.2228} [Minecraft Forge] (minecraft_server.jar)
UE ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UC codechickenlib{2.6.0.254} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)`

Crash removing a block supporting something like wireless redstone parts

Seems to happen when removing a block supporting a wireless redstone part or a logic-circuit from project red...

Most often this happens to me when stuff blows up near it.

---- Minecraft Crash Report ----
// Oops.

Time: 05-01-14 08:27
Description: Exception while updating neighbours

java.lang.NullPointerException
at codechicken.lib.vec.Vector3.fromTileEntityCenter(Vector3.java:84)
at codechicken.wirelessredstone.logic.WirelessPart.drop(WirelessPart.java:255)
at codechicken.wirelessredstone.logic.WirelessPart.dropIfCantStay(WirelessPart.java:246)
at codechicken.wirelessredstone.logic.WirelessPart.onNeighborChanged(WirelessPart.java:207)
at codechicken.multipart.TileMultipart$$anonfun$onNeighborBlockChange$1.apply(TileMultipart.scala:164)
at codechicken.multipart.TileMultipart$$anonfun$onNeighborBlockChange$1.apply(TileMultipart.scala:164)
at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:81)
at codechicken.multipart.TileMultipart.onNeighborBlockChange(TileMultipart.scala:164)
at codechicken.multipart.BlockMultipart.func_71863_a(BlockMultipart.scala:86)
at net.minecraft.world.World.func_72821_m(World.java:845)
at net.minecraft.world.World.func_72898_h(World.java:789)
at net.minecraft.world.World.func_72851_f(World.java:741)
at net.minecraft.world.World.func_72832_d(World.java:573)
at net.minecraft.world.World.func_94571_i(World.java:688)
at net.minecraft.block.Block.onBlockExploded(Block.java:2073)
at net.minecraft.world.Explosion.func_77279_a(Explosion.java:225)
at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:998)
at net.minecraft.world.World.func_72876_a(World.java:2716)
at icbm.explosion.explosive.blast.BlastBeam.doPreExplode(BlastBeam.java:41)
at icbm.explosion.explosive.ExplosionBase.preExplode(ExplosionBase.java:56)
at icbm.explosion.explosive.EntityExplosion.func_70071_h_(EntityExplosion.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

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

-- Head --
Stacktrace:
at codechicken.lib.vec.Vector3.fromTileEntityCenter(Vector3.java:84)
at codechicken.wirelessredstone.logic.WirelessPart.drop(WirelessPart.java:255)
at codechicken.wirelessredstone.logic.WirelessPart.dropIfCantStay(WirelessPart.java:246)
at codechicken.wirelessredstone.logic.WirelessPart.onNeighborChanged(WirelessPart.java:207)
at codechicken.multipart.TileMultipart$$anonfun$onNeighborBlockChange$1.apply(TileMultipart.scala:164)
at codechicken.multipart.TileMultipart$$anonfun$onNeighborBlockChange$1.apply(TileMultipart.scala:164)
at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:81)
at codechicken.multipart.TileMultipart.onNeighborBlockChange(TileMultipart.scala:164)
at codechicken.multipart.BlockMultipart.func_71863_a(BlockMultipart.scala:86)

-- Block being updated --
Details:
Source block type: ID #159 (tile.clayHardenedStained // net.minecraft.block.BlockColored)
Block type: ID #1281 (tile.ccmultipart // codechicken.multipart.BlockMultipart)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (25,79,377), Chunk: (at 9,4,9 in 1,23; contains blocks 16,0,368 to 31,255,383), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_72821_m(World.java:845)
at net.minecraft.world.World.func_72898_h(World.java:789)
at net.minecraft.world.World.func_72851_f(World.java:741)
at net.minecraft.world.World.func_72832_d(World.java:573)
at net.minecraft.world.World.func_94571_i(World.java:688)
at net.minecraft.block.Block.onBlockExploded(Block.java:2073)
at net.minecraft.world.Explosion.func_77279_a(Explosion.java:225)
at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:998)
at net.minecraft.world.World.func_72876_a(World.java:2716)
at icbm.explosion.explosive.blast.BlastBeam.doPreExplode(BlastBeam.java:41)
at icbm.explosion.explosive.ExplosionBase.preExplode(ExplosionBase.java:56)
at icbm.explosion.explosive.EntityExplosion.func_70071_h_(EntityExplosion.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)

-- Entity being ticked --
Details:
Entity Type: ICBMProceduralExplosion (icbm.explosion.explosive.EntityExplosion)
Entity ID: 11108
Entity Name: Explosion
Entity's Exact location: 25,51, 77,49, 375,49
Entity's Block location: World: (25,77,375), Chunk: (at 9,4,7 in 1,23; contains blocks 16,0,368 to 31,255,383), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0,00, 0,00, 0,00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)

-- Affected level --
Details:
Level name: Gen 3
All players: 1 total; [GCCorePlayerMP['Tukanen'/176, l='Gen 3', x=35,11, y=82,56, z=356,57]]
Chunk stats: ServerChunkCache: 1037 Drop: 0
Level seed: -5455213077518610908
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (188,64,307), Chunk: (at 12,4,3 in 11,19; contains blocks 176,0,304 to 191,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 561483 game time, 678658 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 21010 (now: false), thunder time: 120490 (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:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 497411672 bytes (474 MB) / 1270534144 bytes (1211 MB) up to 4260102144 bytes (4062 MB)
JVM Flags: 28 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xrs -XX:ThreadPriorityPolicy=42 -XX:+TieredCompilation -XX:TargetSurvivorRatio=90 -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseBiasedLocking -XX:UseSSE=3 -XX:+UseCodeCacheFlushing -XX:+UseThreadPriorities -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -XX:+ReduceSignalUsage -XX:+UseInterpreter -XX:+UseFastEmptyMethods -XX:+UseSharedSpaces -XX:AllocatePrefetchStyle=1 -XX:+AlwaysCompileLoopMethods -XX:SharedReadOnlySize=30m -XX:+UseConcMarkSweepGC -XX:+RewriteFrequentPairs -XX:+OptimizeStringConcat -XX:+CMSCleanOnEnter -XX:+UseSplitVerifier -XX:+UseInlineCaches
AABB Pool Size: 3081 (172536 bytes; 0 MB) allocated, 2784 (155904 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 59
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 51 mods loaded, 51 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.45.953} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.953} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.7} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.8} [Not Enough Items](NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.2.1} [Damage Indicators](1.6.4 DamageIndicatorsv2.9.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{v5.2(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{Forge 1.6.4.r09} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShipsMod{1.6.4 v1.4.5} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AtomicScience{1.0.0} Atomic Science Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.26.29} Backpack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.5.4} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{1.1.2} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.3.3} [ChickenChunks](ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.3.5} [EnderStorage](EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Sentry{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Explosion{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{2.0.8} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{2.0.8} Galacticraft Mars Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Hats{2.0.2} Hats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM|Contraption{1.3.4} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{5.4.1.649} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.0} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{5.6.0} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{5.6.0} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.0.0.232} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismInduction{5.6.0} MekanismInduction Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MFFS{3.5.1} Modular Force Field System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
numina{0.1.0-45} Numina Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
powersuits{0.9.0-76} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.9.1.r43} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|AE{1.9.1.r43} NEI Addons: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.9.1.r43} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExtraBees{1.9.1.r43} NEI Addons: Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.9.1.r43} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|MiscPeripherals{1.9.1.r43} NEI Addons: Misc Peripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.6} NEI Plugins Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.2.2.19} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{1.0} ProjRed|Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{1.0} ProjRed|Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{1.0} ProjRed|Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{1.0} ProjRed|Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Core{1.4.0.6} [WR-CBE Core](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Addons{1.4.0.6} [WR-CBE Addons](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Logic{1.4.0.6} [WR-CBE Logic](WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ZyinHUD{1.1.0} Zyin's HUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.0.0.232} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BasicComponents{1.0.0} Basic Components Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.0.0.232} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1702 (95312 bytes; 0 MB) allocated, 1445 (80920 bytes; 0 MB) used
Player Count: 1 / 8; [GCCorePlayerMP['Tukanen'/176, l='Gen 3', x=35,11, y=82,56, z=356,57]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Modding 1.8

I'm currently modding with 1.8. If I try to put
NEI 1.0.5.82,
CodeCickenCore 1.0.5.34 and
ChickenLib 1.1.2.131
into my workspace there is a window where I should select an mcp conf dir for the deobfuscator. If I select a folder it will crash with: java.lang.RuntimeException: Could not find packaged.srg or joined.srg at codechicken.lib.asm.ObfMapping$MCPRemapper.parseConfDir(ObfMapping.java:142)

Rotation on Block Renderer

When using BlockRenderer, if a Rotation transformation is required for texture purposes its light coord attribute gets messed up. It needs a way to recompute its lighting based on rotation.

HQM + Chickenlib Crash

Just a heads up, I have tried to lib fixes posted in the fork but still have this issue. I know it's relatively minor crash, but I figured it should be reported. Basically when you reach the last life in HQM the game will crash upon world deletion, apologies if this isn't an issue with your particular mod, I'm still getting use to troubleshooting crash reports.

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 9/25/14 12:45 AM
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
at codechicken.lib.world.WorldExtensionManager.postTick(WorldExtensionManager.java:190)
at codechicken.lib.world.WorldExtensionManager.access$500(WorldExtensionManager.java:22)
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.clientTick(WorldExtensionManager.java:131)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_341_WorldExtensionEventHandler_clientTick_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_11, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 539041128 bytes (514 MB) / 1222115328 bytes (1165 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3072m -XX:PermSize=128m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1205 Minecraft Forge 10.13.0.1205 49 mods loaded, 49 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.25.1205} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1205} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppleCore{1.0.0} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.1.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.2-117} [Botania](Botania r1.2-117.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.2.8} [Carpenter's Blocks](Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.6b} Chisel Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cookiecore{1.3.0} Cookie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod](CoroUtil-1.1.1 for MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI](CoroUtil-1.1.1 for MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer](CoroUtil-1.1.1 for MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config](CoroUtil-1.1.1 for MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eirairc{mc1.7.10-v1.7.29} EiraIRC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.0.7.219} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exnihilo{1.36} Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.1.jenkins180} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.7.0.build665} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TSteelworks{1.7.10-1.0.4} Tinkers' Steelworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exastris{For 1.7.10} Ex Astris Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.297} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FlatSigns{2.0.0.17} Flat Signs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode](HQM-The Journey %284.2.1%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.2d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HungerOverhaul{1.7.10-beta.1.jenkins16} Hunger Overhaul Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.56.739} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Lockdown{2.0.0} Lockdown Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
magicalcrops{1.7.2 - 0.1 ALPHA} Magical Crops Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineTweaker3{${version}} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobProperties{0.3.1} Mob Properties Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModTweaker{0.6} ModTweaker Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
progressiveautomation{1.4.12} Progressive Automation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpecialMobs{3.0.2} Special Mobs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpiceOfLife{1.2.0} The Spice of Life Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooMuchRain{%VERSION%} TooMuchRain Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ZAMod{v1.9.5} Zombie Awareness Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.297} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IguanaTweaksTConstruct{1.7.10-2.0.4} Iguana Tinker Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.297} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Paradisio'/8, l='New World', x=-484.48, y=64.00, z=271.48]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Class not found: scala.collection.Seq

Been smashing away at this kinda all day now, NO idea why it's doing this.

It ONLY happens when I have the codechickenlib in my MCP, and even then it's only crashing in my Eclipse client. No errors according to eclipse, just this funky Scala thing. I'll do some searching through CodeChickenCore and see if I get any fixes.

1.10.2 crash during mod loading NEI & CCL

---- Minecraft Crash Report ----

WARNING: coremods are present:
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-deobf.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 5/9/17 6:50 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:610)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
at codechicken.lib.texture.TextureUtils.getResourceManager(TextureUtils.java:195)
at codechicken.lib.texture.TextureUtils.registerReloadListener(TextureUtils.java:63)
at codechicken.lib.model.blockbakery.BlockBakery.init(BlockBakery.java:89)
at codechicken.lib.internal.proxy.ClientProxy.preInit(ClientProxy.java:23)
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:37)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
... 10 more

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

-- 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: 117096520 bytes (111 MB) / 393719808 bytes (375 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.2065 Optifine OptiFine_1.10.2_HD_U_C2 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2065.jar)
UCH Forge{12.18.1.2065} [Minecraft Forge] (forge-1.10.2-12.18.1.2065.jar)
UCH NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-deobf.jar)
UCH ambientsounds{1.2.0} [AmbientSounds] (AmbientSounds v1.2.1 mc1.10.2.zip)
UCH BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
UCH subcommonlib{1.2.0.1} [Subaraki's Common Library] (sublib-1.10.2-1.1.2.1.jar)
UCH bma_addon{1.10.2 v4} [Berserker, Mage, Archer Addon for Rpg Inventory] (bma_addon-1.10.2-4.0.0.1.jar)
UCH cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
UCE CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-deobf.jar)
UCE CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCH customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCH mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-10.0.6.jar)
UCH JEI{3.14.7.418} [Just Enough Items] (jei_1.10.2-3.14.7.418.jar)
UCH rpginventory{1.10.2 5.0.0.1} [Rpg Inventory] (rpginventory-1.10.2 v5.0.0.2.jar)
Loaded coremods (and transformers):
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-deobf.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13469 Compatibility Profile Context 21.19.519.2' Renderer: 'AMD Radeon R9 200 Series'
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib has an invalid fingerprint.
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenLib has an invalid fingerprint.
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 14
Mipmaps: 2
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-v10.1-Standard.zip
OpenGlVersion: 4.5.13469 Compatibility Profile Context 21.19.519.2
OpenGlRenderer: AMD Radeon R9 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4

Crash when the game start

I have some errors (with CodeChickenLib) when i launch the game

Forge version : 10.13.4.1614 (I've tested with the recommanded version i still have the crash)
Java 8
Log : http://paste.ee/p/nEcU0

Resolved (I have two CodeChickenLib --')

Crash on asm transformation

I have a clean (Java 1.8) forge (decompiled) workspace with only
IC2 2.2.660 experimental api, CodeChickenCore-1.8-1.0.5.34-dev, NotEnoughItems-1.8-1.0.5.82-dev
and my mod installed. I'm in a process of updating my mod and it does crash a lot, but these crashes aren't related to my mod in any way AFAIK. I can't get around minecraft crashing in any way other than replacing your mods with src versions of them, but I'm using your NEI api to hide items from NEI.

So basically, here's the crash log: http://pastebin.com/CCzwyt7b

I have manually extracted lib jar (CodeChickenLib-1.8-1.1.2.115-dev) from CodeChickenCore-1.8-1.0.5.34-dev jar because I was getting another crash: http://pastebin.com/hJ5jXpxq

Just for reference, I really need the api because I'm adding custom crafting and I'm going to add custom crafting guides for NEI.

QBImporter endianness inconsistencies.

I was looking at your code for reference when writing an implementation in a program of mine in C++. I noticed that there was some inconsistencies in your endianness handling since Java is big endian only. (If you have already tested the functionality, it is possible that I'm wrong since I haven't tested my implementation fully yet.)

Line 700
This should be for more accuracy and avoiding an endianness issue with converting all 4 bytes to an int.:

byte major = din.readByte();
byte minor = din.readByte();
byte release = din.readByte();
byte version = din.readByte();

Not that it matters much, However it might in the future for checking if the binary model is made with a new version that is unsupported.

Line 701-704
This needs to be flipped like the number of matrices just for completness, you could just use your existing readTni method.
colorFormat = readTni(din);
m.rightHanded = readTni(din) != 0;
boolean compressed = readTni(din) != 0;
boolean visEncoded = readTni(din) != 0;

Also for the data, unless for some reason it works as is. These lines need to be corrected for endianness.

Line 401

Line 424

convertBGRAtoRGBA might need to be changed after correcting for endianness. I didn't implement this in my program.

NullPointerException: Exception ticking world Crash

Apologize me if I'm making any mistake on starting a new issue, if so let me correct it.

I'v been encountering this crash many times recently but failed to track what exactly causes this so I've got no choose but asking you, because there is
"at codechicken.lib.world.WorldExtension.unloadChunk"
in the crash report :P

The full crash report goes:
---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 1/5/15 4:16 PM
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
at codechicken.lib.world.WorldExtension.unloadChunk(WorldExtension.java:52)
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnLoad(WorldExtensionManager.java:67)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_317_WorldExtensionEventHandler_onChunkUnLoad_Unload.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.chunk.Chunk.func_76623_d(Chunk.java:1053)
at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:482)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:254)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Unknown Source)

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

-- Head --
Stacktrace:
at codechicken.lib.world.WorldExtension.unloadChunk(WorldExtension.java:52)
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnLoad(WorldExtensionManager.java:67)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_317_WorldExtensionEventHandler_onChunkUnLoad_Unload.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.chunk.Chunk.func_76623_d(Chunk.java:1053)
at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:482)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:254)

-- Affected level --
Details:
Level name: world
All players: 2 total; [EntityPlayerMP['kas'/133940, l='world', x=-217.56, y=74.00, z=501.94](kas at -217.5629707694222,74.0,501.9429785611462), EntityPlayerMP['fxr'/235096, l='world', x=-236.00, y=67.00, z=489.33](fxr at -236.00253176495278,67.0,489.33204579224105)]
Chunk stats: ServerChunkCache: 707 Drop: 196
Level seed: 101614
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-147,67,195), Chunk: (at 13,4,3 in -10,12; contains blocks -160,0,192 to -145,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 4126321 game time, 4111383 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 82513 (now: false), thunder time: 81167 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows Server 2008 R2 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 188708784 bytes (179 MB) / 1230503936 bytes (1173 MB) up to 9544663040 bytes (9102 MB)
JVM Flags: 4 total; -Xmx10240M -Xms1024M -XX:PermSize=1024M -XX:MaxPermSize=2048M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 37, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1231 Cauldron-MCPC-Plus vgit-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209 (MC: 1.7.10) (API v1.7.10-R0.1-SNAPSHOT) Minecraft Forge 10.13.2.1231 52 mods loaded, 52 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1231} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1231} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv2-beta-7} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InputFix{1.7.10-v5} InputFix Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.6.3} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppleCore{1.0.2} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv2-beta-7} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod](coroutil-1.1.2 for MC v1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroPets{v1.0} [CoroPets](coroutil-1.1.2 for MC v1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI](coroutil-1.1.2 for MC v1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer](coroutil-1.1.2 for MC v1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config](coroutil-1.1.2 for MC v1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.3.0} [DrZhark's CustomSpawner](CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{r41-1.7.10} Dragon Mounts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.658-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.2.1} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraveStone{2.11.1} [GraveStone](GraveStone 2.11.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.5.4} Infernal Mobs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_Invasion{1.1.5} Invasion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.8.1.build815} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagicBees{1.7.10-2.1.22} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.8.59} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.5.8.59} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.8.59} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.5.8.59} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.8.59} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.8.59} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.8.59} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.8.59} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ZAMod{v1.9.5} Zombie Awareness Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HungerOverhaul{1.7.10-beta.4.jenkins44} Hunger Overhaul Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AE2 Version: beta rv2-beta-7 for Forge 10.13.2.1230
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: Environment healthy.
Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Bukkit, Cauldron, or other Bukkit replacement
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 3 / 50; [EntityPlayerMP['kas'/133940, l='world', x=-217.56, y=74.00, z=501.94](kas at -217.5629707694222,74.0,501.9429785611462), EntityPlayerMP['UCMP5'/211586, l='DIM-1', x=-19.57, y=80.00, z=-33.34](UCMP5 at -19.57300545607935,80.0,-33.34258504148861), EntityPlayerMP['fxr'/235096, l='world', x=-236.00, y=67.00, z=489.33](fxr at -236.00253176495278,67.0,489.33204579224105)]
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)

If this is caused by other mod please let me know, thanks.

And there's another exception, or called [Thread-128/WARN]&[Thread-128/ERROR]. This one won't crash the server but it just spawn a lot in the console. In it appears many mod name but I'm not sure which one actually spawn this errors. Could you please help me?

[18:51:22] [Thread-128/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.ChunkDataEvent$Save@50426bf8:
java.lang.NullPointerException
at codechicken.lib.world.WorldExtension.saveChunkData(WorldExtension.java:62) ~[WorldExtension.class:?]
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkDataSave(WorldExtensionManager.java:42) ~[WorldExtensionManager$WorldExtensionEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_316_WorldExtensionEventHandler_onChunkDataSave_Save.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:219) [aqk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:338) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:418) [ms.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1052) [mt.class:?]
at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:791) [CraftWorld.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at com.mengcraft.bukkit.protect.SaveWorld$SaveWorldTask.run(SaveWorld.java:65) [ProtectPlugin.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
[18:51:22] [Thread-128/ERROR] [FML/]: Index: 4 Listeners:
[18:51:22] [Thread-128/ERROR] [FML/]: 0: NORMAL
[18:51:22] [Thread-128/ERROR] [FML/]: 1: ASM: thaumcraft.common.lib.events.EventHandlerWorld@8facabd chunkSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 2: ASM: mods.natura.Natura@52ea5ec chunkDataSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 3: ASM: mods.natura.worldgen.retro.WorldHandler@1616b500 handleChunkSaveEvent(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 4: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@733b791e onChunkDataSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/WARN] [/]: java.lang.NullPointerException
[18:51:22] [Thread-128/WARN] [/]: at codechicken.lib.world.WorldExtension.saveChunkData(WorldExtension.java:62)
[18:51:22] [Thread-128/WARN] [/]: at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkDataSave(WorldExtensionManager.java:42)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_316_WorldExtensionEventHandler_onChunkDataSave_Save.invoke(.dynamic)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:219)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:338)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:418)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1052)
[18:51:22] [Thread-128/WARN] [/]: at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:791)
[18:51:22] [Thread-128/WARN] [/]: at com.mengcraft.bukkit.protect.SaveWorld$SaveWorldTask.run(SaveWorld.java:65)
[18:51:22] [Thread-128/WARN] [/]: at java.lang.Thread.run(Unknown Source)
[18:51:22] [Thread-128/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.ChunkDataEvent$Save@1d2c1f31:
java.lang.NullPointerException
at codechicken.lib.world.WorldExtension.saveChunkData(WorldExtension.java:62) ~[WorldExtension.class:?]
at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkDataSave(WorldExtensionManager.java:42) ~[WorldExtensionManager$WorldExtensionEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_316_WorldExtensionEventHandler_onChunkDataSave_Save.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:219) [aqk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:338) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:418) [ms.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1052) [mt.class:?]
at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:791) [CraftWorld.class:git-Cauldron-MCPC-Plus-1.7.10-1.1231.04.209]
at com.mengcraft.bukkit.protect.SaveWorld$SaveWorldTask.run(SaveWorld.java:65) [ProtectPlugin.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
[18:51:22] [Thread-128/ERROR] [FML/]: Index: 4 Listeners:
[18:51:22] [Thread-128/ERROR] [FML/]: 0: NORMAL
[18:51:22] [Thread-128/ERROR] [FML/]: 1: ASM: thaumcraft.common.lib.events.EventHandlerWorld@8facabd chunkSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 2: ASM: mods.natura.Natura@52ea5ec chunkDataSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 3: ASM: mods.natura.worldgen.retro.WorldHandler@1616b500 handleChunkSaveEvent(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/ERROR] [FML/]: 4: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@733b791e onChunkDataSave(Lnet/minecraftforge/event/world/ChunkDataEvent$Save;)V
[18:51:22] [Thread-128/WARN] [/]: java.lang.NullPointerException
[18:51:22] [Thread-128/WARN] [/]: at codechicken.lib.world.WorldExtension.saveChunkData(WorldExtension.java:62)
[18:51:22] [Thread-128/WARN] [/]: at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkDataSave(WorldExtensionManager.java:42)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_316_WorldExtensionEventHandler_onChunkDataSave_Save.invoke(.dynamic)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
[18:51:22] [Thread-128/WARN] [/]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:219)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:338)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:418)
[18:51:22] [Thread-128/WARN] [/]: at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1052)
[18:51:22] [Thread-128/WARN] [/]: at org.bukkit.craftbukkit.v1_7_R4.CraftWorld.save(CraftWorld.java:791)
[18:51:22] [Thread-128/WARN] [/]: at com.mengcraft.bukkit.protect.SaveWorld$SaveWorldTask.run(SaveWorld.java:65)
[18:51:22] [Thread-128/WARN] [/]: at java.lang.Thread.run(Unknown Source)

here's only two of them, each of them has a different string following
"ChunkDataEvent$Save", for example "ChunkDataEvent$Save" + "@50426bf8"

I'm using CodeChickenLib-1.7.10-1.1.1.110-universal.jar

IClientPacketHandler.handlePacket may have null NetClientHandler

The method is being called like this:

((IClientPacketHandler)handler).handlePacket(packet, Minecraft.getMinecraft().getNetHandler(), Minecraft.getMinecraft());

The handler may be called before the player is logged in. In that case, getNetHandler() will return null. However, getting null as netHandler value may be unexpected for implementations of IClientPacketHandler, and this can be seen in ForgeMultipart.

I think this should be fixed in CCL, if possible.

Build Location

Where are the builds? The maven seems to have no CCL folder.

codechicken.lib.config.ConfigFile.saveConfig has issues with certain anti-virus programs

My anti-virus is amongst those that scans files that get read for virusses, your saveConfig function does not take this into account, and crashes the game if it tries to save the config while the anti-virus is scanning it.

Only mods that rely on codechicken.lib.config.ConfigFile.saveConfig for their configs crash when this happens.

Please fix this issue, It is a real annoyance to have to shut down and reboot my anti-virus every time I start minecraft, switch worlds, wish to access the NEI settings menu, etc.

Crashing on worldextensionmanager

Hey Chickenbones, I'm not quite sure whether this is the correct place to post this but I think this crash comes from codechicken.lib. So here we go:

http://pastebin.com/Qvb8Se78

I can't tell what happened on the server when it crashed, it seems to occur randomly. Some help would be appreciated, maybe we could have a little talk. I just don't want to delete the map.

Thank you!

[bug] NPE crash at CCL 62 1.6.4!

I use Github primarily to report crashes and issues that aren't addressed on Minecraft Forum.

I used 350 mods (I know, it's a lot) including Single Player Commands 5.2.2 and Optifine Ultra D1 on my 1.6.4 client, using MultiMC5 with 10GB of memory usage.

http://pastebin.com/P96a8xm8

[ASM] Instruction comparison does not apply remapping.

When a method or field instruction (e.g. INVOKEVIRTUAL) is compared (via InsnComparator's methodInsnEqual and fieldInsnEqual), mappings are not taken into effect.

What should happen:
net.minecraft.SomeClass.someMethod (IILnet/minecraft/someClass;)V is treated the same as net.minecraft.SomeClass.func_12345_x.(IILnet/minecraft/someClass;)V

This often causes crashes with NEI's use of the modular transformer when in a deobfuscated environment.

Game crashes during mod loading

Using a pretty stable version of forge. I launch the game, it crashes. Sad me.

Modded Mincraft 1.10.2

Crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0 (1).jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (Quark-r1.1-70.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.164-universal.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal (1).jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.242-universal.jar)
IC2core (industrialcraft-2-2.6.188-ex110.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 4/5/17 9:11 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (CodeChickenLib)
Caused by: java.lang.NoClassDefFoundError: codechicken/lib/util/FuelUtils
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:36)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:614)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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)
Caused by: java.lang.ClassNotFoundException: codechicken.lib.util.FuelUtils
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)
... 37 more
Caused by: java.lang.SecurityException: class "codechicken.lib.util.FuelUtils"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more

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

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Mac OS X (x86_64) version 10.12.2
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 421078728 bytes (401 MB) / 1031524352 bytes (983 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 5 total; -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.3.2185 57 mods loaded, 56 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCH Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCH NotEnoughItems{2.1.2.164} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.2.164-universal.jar)
UCH {000} [CoFH ASM] (minecraft.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.242-universal.jar)
UCH mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCH cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal (1).jar)
UCH actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCH JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
UCH AppleCore{2.1.0} [AppleCore] (AppleCore-mc1.10.2-2.1.0 (1).jar)
UCH Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCH AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCH Baubles{1.3.5} [Baubles] (Baubles-1.10.2-1.3.5.jar)
UCH Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
UCH chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar)
UCE CodeChickenLib{2.5.7.242} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.242-universal.jar)
UCE CodeChickenCore{2.4.1.103} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.103-universal.jar)
UCH customnpcs{1.9.0_beta} [CustomNPCs] (CustomNPCs_1.10.2_beta(10oct16).jar)
UCH cyclicmagic{1.9.7} [Cyclic] (Cyclic-1.10.2-1.9.7.jar)
UCE eleccore{1.7.407} [ElecCore] (ElecCore-1.10.2-1.7.407.jar)
UCE deepresonance{1.3.1} [DeepResonance] (deepresonance-1.10-1.3.1.jar)
UCH endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCH EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
UCH shetiphiancore{3.3.5} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.5.jar)
UCH endertanks{1.4.8} [EnderTanks] (endertanks-1.10.0-1.4.8.jar)
UCH extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
UCH FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
UCH graves{1.10-b13-universal} [Graves Mod] (graves-1.10-b13-universal.jar)
UCH mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
UCH tconstruct{1.10.2-2.5.3.jenkins387} [Tinkers' Construct] (TConstruct-1.10.2-2.5.3.jar)
UCH immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
UCH IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCH ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCH journeymap{1.10.2-5.3.0} [JourneyMap] (journeymap-1.10.2-5.3.0.jar)
UCH jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar)
UCH natura{1.10.2-4.0.0.93} [Natura] (natura-1.10.2-4.0.0.93.jar)
UCH harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f (2).jar)
UCH randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
UCH thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal (1).jar)
UCH redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
UCH rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
UCH rftoolsdim{4.45} [RFTools Dimensions] (rftoolsdim-1.10-4.45.jar)
UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCH roots{0.208} [Roots] (roots-0.208.jar)
UCH shadowmc{3.5.0} [ShadowMC] (ShadowMC-1.10.2-3.6.0.jar)
UCH simplyjetpacks{2.1.0.39} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2.jar)
UCH SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCE thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
UCH tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCH Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
UCH tumat{1.6.0} [TUMAT] (TUMAT-1.6.0.jar)
UCH WailaHarvestability{1.1.7} [Waila Harvestability] (Waila-Harvestability-Mod-1.10.2.jar)
UCH icse{1.1.0.0} [I Can See Everything] (Waila-Mod-1.10.2.jar)
UCH wawla{2.3.0.194} [What Are We Looking At] (Waila-Mod-1.10.2.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
team.chisel.common.asm.ChiselTransformer
AppleCore (AppleCore-mc1.10.2-2.1.0 (1).jar)
squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
lumien.randomthings.asm.ClassTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.164-universal.jar)
codechicken.nei.asm.NEITransformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal (1).jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
shetiphian.core.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.242-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
IC2core (industrialcraft-2-2.6.188-ex110.jar)

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)

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)

CodeChickenLib Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * The RF API that is being used (1.6.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from ImmersiveEngineering-0.10-57.jar).
                It is a supported version, but that difference may lead to problems.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/Users/JoshuaBohner/Library/Application%20Support/minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal%20(1).jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Crash at codechicken.lib.world.WorldExtension.unloadChunk

This happens whenever the server is stopped through SIGTERM:

java.lang.NullPointerException: Exception ticking world
    at codechicken.lib.world.WorldExtension.unloadChunk(WorldExtension.java:52)
    at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnLoad(WorldExtensionManager.java:67)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_553_WorldExtensionEventHandler_onChunkUnLoad_Unload.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraft.world.chunk.Chunk.func_76623_d(Chunk.java:941)
    at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:342)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Full crash log at https://madoka.brage.info/crash-reports/crash-2016-06-25_10.45.53-server.txt

Rendering model with a rotation op yields incorrect results.

Unless I am mistaken, applying a transformation to a model should be the same as rendering it with the transformation in-line. If you apply a rotation and then render the model with the light matrix, it works correctly. The model is properly shaded on the correct sides. However, if you render the model without the transformation pre-applied, it seems that the rotation will actually rotate the light matrix's shading.

This is for static rendering, by the way.

Correct results:

  1. Reset renderstate
  2. Locate renderstate lightmatrix
  3. Apply rotation to model
  4. Render model with (uv transformation, light matrix)

Incorrect results:

  1. Reset renderstate
  2. Locate renderstate lightmatrix
  3. Render model with (rotation, uv transformation, light matrix)

I don't have a complete understanding of how the lighting works, but I think its because the light matrix applies colour shading based on vertex order, so when you rotate a model, the first four vertexes are thought to be the first side while in actuality they could be any side.

Version of Gradle incompatible with Java 8

Attempting to use the current version of Gradle in CodeChickenLib with Java 8 returns the error:
NoClassDefFoundError: [Ljava/util/HashMap$Entry

As explained here, Gradle 2.0 supports Java 8.

Should have guards around WorldExtension lookups

Crash from Vanilla Forge
http://pastebin.com/EtqqLizV

This isn't an MCPC+ specific issue and could easily be fixed by putting some null checks in your code (if you want me to submit a PR, I'd be glad to).

Also, looking at it, it seems like there is at least the potential for some memory leakage since you are using Chunks as keys (instead of ChunkCoordIntPair) and not using something like a WeakHashMap...

1.10.2 CodeChickenLib crashes at startup

---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 5/9/17 6:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: [Lcodechicken/lib/colour/Colour;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:610)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: [Lcodechicken/lib/colour/Colour;
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.privateGetPublicMethods(Class.java:2894)
at java.lang.Class.getMethods(Class.java:1607)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:83)
at codechicken.lib.texture.TextureUtils.(TextureUtils.java:44)
at codechicken.lib.model.blockbakery.BlockBakery.init(BlockBakery.java:89)
at codechicken.lib.internal.proxy.ClientProxy.preInit(ClientProxy.java:23)
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:37)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
... 10 more
Caused by: java.lang.ClassNotFoundException: codechicken.lib.colour.Colour
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)
... 45 more
Caused by: java.lang.NoClassDefFoundError: codechicken/lib/util/Copyable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 47 more
Caused by: java.lang.ClassNotFoundException: codechicken.lib.util.Copyable
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)
... 51 more
Caused by: java.lang.SecurityException: class "codechicken.lib.util.Copyable"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 53 more

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

-- 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: 209971568 bytes (200 MB) / 401256448 bytes (382 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.2065 Optifine OptiFine_1.10.2_HD_U_C2 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2065.jar)
UCH Forge{12.18.1.2065} [Minecraft Forge] (forge-1.10.2-12.18.1.2065.jar)
UCH NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
UCH ambientsounds{1.2.0} [AmbientSounds] (AmbientSounds v1.2.1 mc1.10.2.zip)
UCH BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
UCH subcommonlib{1.2.0.1} [Subaraki's Common Library] (sublib-1.10.2-1.1.2.1.jar)
UCH bma_addon{1.10.2 v4} [Berserker, Mage, Archer Addon for Rpg Inventory] (bma_addon-1.10.2-4.0.0.1.jar)
UCH cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
UCE CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
UCE CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCH customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCH mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-10.0.6.jar)
UCH JEI{3.14.7.418} [Just Enough Items] (jei_1.10.2-3.14.7.418.jar)
UCH rpginventory{1.10.2 5.0.0.1} [Rpg Inventory] (rpginventory-1.10.2 v5.0.0.2.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13469 Compatibility Profile Context 21.19.519.2' Renderer: 'AMD Radeon R9 200 Series'
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
OptiFine Version: OptiFine_1.10.2_HD_U_C2
Render Distance Chunks: 14
Mipmaps: 2
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-v10.1-Standard.zip
OpenGlVersion: 4.5.13469 Compatibility Profile Context 21.19.519.2
OpenGlRenderer: AMD Radeon R9 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4

Rendering / Tessellation errors - multiple mods affected - CCExtendedBlockRendererDispatcher

The following line has appeared in the crash reports of at least a dozen different testing instances across my attempts to load crash-free debug worlds:

codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:60) (if you google search for this verbatim you can see how many different mods are affected)

I have taken quite a bit of time trying to research the cause of this issue and I cannot determine if it is the fault of the lib or the fault of the individual mods. All I can glean from my testing efforts and research is either there is a critical fault in this function, or mod authors are using it improperly. What breaks that theory however, is that this error is called on and crashes mods that don't even depend on ccl.

Please let me know what I may do to assist in rooting out the cause of these crashes as this error .

Crash in loading into single player world in dev environment

---- Minecraft Crash Report ----
// Sorry :(

Time: 5/2/15 1:33 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.minecraft.nbt.JsonToNBT.getTagFromJson(Ljava/lang/String;)Lnet/minecraft/nbt/NBTTagCompound;
at codechicken.nei.NEIServerConfig.loadBannedItems(NEIServerConfig.java:198)
at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:45)
at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:47)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_13_ServerHandler_loadEvent_Load.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:103)
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:130)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:500)
at java.lang.Thread.run(Thread.java:724)

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

-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 734142344 bytes (700 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.37.1334 Minecraft Forge 11.14.1.1334 6 mods loaded, 6 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{8.0.37.1334} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{11.14.1.1334} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NotEnoughItems{1.0.5.104} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CodeChickenCore{1.0.5.36} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Mimicry{1.7.x_1286_1.0.7b} Mimicry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Loaded coremods (and transformers):
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-dev.jar)
codechicken.nei.asm.NEITransformer
CCCDeobfPlugin (unknown)

CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-dev.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-dev.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Crash during loading with thermal Expansion 1.11.2

Crash during Loading

---- Minecraft Crash Report ----

WARNING: coremods are present:
IC2core (industrialcraft-2-2.7.59-ex111.jar)
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
FarseekCoreMod (Farseek-1.11-2.1.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.5.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.1.5-universal.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
BookshelfLoadingPlugin (Bookshelf-1.11.2-1.5.0.371.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.5.4.jar)
DLFMLCorePlugin (DynamicLights-1.11.2.jar)
LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 6/19/17 9:19 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Not Enough Items (nei)
Caused by: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: codechicken/lib/gui/GuiDraw$IContainerForegroundRenderHook
at codechicken.nei.handler.NEIClientEventHandler.init(NEIClientEventHandler.java:99)
at codechicken.nei.proxy.ProxyClient.init(ProxyClient.java:49)
at codechicken.nei.NotEnoughItems.init(NotEnoughItems.java:42)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:828)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:357)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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)
Caused by: java.lang.NoClassDefFoundError: codechicken/lib/gui/GuiDraw$IContainerForegroundRenderHook
... 39 more
Caused by: java.lang.ClassNotFoundException: codechicken.lib.gui.GuiDraw$IContainerForegroundRenderHook
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 41 more

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

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5397534312 bytes (5147 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2315 Optifine OptiFine_1.11.2_HD_U_C2 76 mods loaded, 76 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
UCHI forge{13.20.0.2315} [Minecraft Forge] (modpack.jar)
UCHI {000} [CoFH ASM] (minecraft.jar)
UCHI ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHI antiqueatlas{4.4.5} [Antique Atlas] (antiqueatlas-1.11.2-4.4.5.jar)
UCHI antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.11.2-4.4.5.jar)
UCHI applecore{2.1.2} [AppleCore] (AppleCore-mc1.11.2-2.1.2.jar)
UCHI autosapling{1.11.2-1.3.5} [AutoSapling] (AutoSapling 1.11.2-1.3.5.jar)
UCHI baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar)
UCHI betterfoliage{2.1.5} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.5.jar)
UCHI bibliocraft{2.3.2} [BiblioCraft] (BiblioCraft[v2.3.2][MC1.11.2].jar)
UCHI biomesoplenty{6.2.0.2254} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2254-universal.jar)
UCHI bibliowoodsbop{2.0} [BiblioWoodBoP] (BiblioWoods[BiomesOPlenty][v2.0][MC1.11.2].jar)
UCHI bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar)
UCHI mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
UCHI natura{1.11.2-4.2.0.20} [Natura] (natura-1.11.2-4.2.0.20.jar)
UCHI bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar)
UCHI bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.11-1.5.1.jar)
UCHI bookshelf{1.5.0.371} [Bookshelf] (Bookshelf-1.11.2-1.5.0.371.jar)
UCHI botania{r1.9-344} [Botania] (Botania r1.9-344.jar)
UCHI buildcraftlib{7.99.4} [BuildCraft Lib] (buildcraft-7.99.4.jar)
UCHI buildcraftcore{7.99.4} [BuildCraft] (buildcraft-7.99.4.jar)
UCHI buildcraftfactory{7.99.4} [BC Factory] (buildcraft-7.99.4.jar)
UCHI buildcrafttransport{7.99.4} [BC Transport] (buildcraft-7.99.4.jar)
UCHI buildcraftbuilders{7.99.4} [BC Builders] (buildcraft-7.99.4.jar)
UCHI buildcraftenergy{7.99.4} [BC Energy] (buildcraft-7.99.4.jar)
UCHI buildcraftrobotics{7.99.4} [BC Robotics] (buildcraft-7.99.4.jar)
UCHI buildcraftsilicon{7.99.4} [BC Silicon] (buildcraft-7.99.4.jar)
UCHI chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
UCHI chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHI codechickenlib{2.7.0.268} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHI cofhcore{4.2.1} [CoFH Core] (CoFHCore-1.11.2-4.2.1.5-universal.jar)
UCHI dynamiclights{1.4.6} [Dynamic Lights] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_onfire{1.0.7} [Dynamic Lights on burning] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_creepers{1.0.6} [Dynamic Lights on Creepers] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_dropitems{1.1.0} [Dynamic Lights on ItemEntities] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_entityclasses{1.0.1} [Dynamic Lights on specified Entities] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_mobequipment{1.1.0} [Dynamic Lights on Mob Equipment] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_flamearrows{1.0.1} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_floodlights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_otherplayers{1.0.9} [Dynamic Lights Other Player Light] (DynamicLights-1.11.2.jar)
UCHI dynamiclights_theplayer{1.1.3} [Dynamic Lights Player Light] (DynamicLights-1.11.2.jar)
UCHI dsurround{3.4.5.4} [Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.4.5.4.jar)
UCHI presets{3.4.5.4} [Presets!] (DynamicSurroundings-1.11.2-3.4.5.4.jar)
UCHI ic2{2.7.59-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.59-ex111.jar)
UCHI forestry{5.3.4.101} [Forestry] (forestry_1.11.2-5.3.4.101.jar)
UCHI eleccore{1.7.421} [ElecCore] (ElecCore-1.11-1.7.421.jar)
UCHI extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.4.4.jar)
UCHI farseek{2.1} [Farseek] (Farseek-1.11-2.1.jar)
UCHI fw{1.5.0} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.0.jar)
UCHI gobackpacks{1.1.1} [Good Old Backpacks] (GoodOldBackpacks-1.1.1.jar)
UCHI gravestone{1.7.3} [Gravestone Mod] (gravestone-1.7.3.jar)
UCHI hopperducts{1.4.9.1} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.1.jar)
UCHI inventorytweaks{1.62+beta.89.be6ffe4} [Inventory Tweaks] (InventoryTweaks-1.62+beta.89.jar)
UCHI ironchest{1.11.2-7.0.24.809} [Iron Chest] (ironchest-1.11.2-7.0.24.809.jar)
UCHI jei{4.3.6.282} [Just Enough Items] (jei_1.11.2-4.3.6.282.jar)
UCHI jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
UCHI journeymap{1.11.2-5.4.7} [JourneyMap] (journeymap-1.11.2-5.4.7.jar)
UCHI magicbees{1.0} [MagicBees] (MagicBees-Alpha-3.0.2.jar)
UCHE nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
UCHI harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
UCHI plants{0.8.5} [Plants] (Plants-1.11.2-beta-0.8.5.jar)
UCHI ruins{16.5} [Ruins Mod] (Ruins-1.11.2.jar)
UCHI shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
UCHI signpost{1.05.5} [Sign Post] (signpost-1.11.2-1.05.5.jar)
UCHI storagedrawers{1.11.2-4.2.9} [Storage Drawers] (StorageDrawers-1.11.2-4.2.9.jar)
UCHI storagedrawersextra{@Version@} [Storage Drawers Extras] (StorageDrawersExtras-1.11.2.jar)
UCHI streams{0.3} [Streams] (Streams-1.11-0.3.jar)
UCHI substratum{1.9.2.0} [Substratum] (Substratum-1.11.2-1.9.2.0.jar)
UCHI tconstruct{1.11.2-2.7.0.26} [Tinkers' Construct] (TConstruct-1.11.2-2.7.0.26.jar)
UCHI thermalfoundation{2.2.1} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.1.3-universal.jar)
UCHI thermalexpansion{5.2.2} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.2.3-universal.jar)
UCHI undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.11-1.0.v.19.jar)
UCHI waila{1.7.1} [waila] (Waila-1.7.1_1.11.2.jar)
Loaded coremods (and transformers):
IC2core (industrialcraft-2-2.7.59-ex111.jar)

CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
FarseekCoreMod (Farseek-1.11-2.1.jar)
farseek.core.FarseekClassTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.5.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
codechicken.nei.asm.NEITransformer
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.1.5-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
invtweaks.forge.asm.ContainerTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
BookshelfLoadingPlugin (Bookshelf-1.11.2-1.5.0.371.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.5.4.jar)
org.blockartistry.DynSurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.11.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.05' Renderer: 'GeForce GT 740M/PCIe/SSE2'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

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)

codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.: 
nei Invalid Fingerprint Reports: - No invalid fingerprints.: 
OptiFine Version: OptiFine_1.11.2_HD_U_C2
Render Distance Chunks: 9
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders:  Sildurs Vibrant Shaders v1.163 Lite.zip
OpenGlVersion: 4.5.0 NVIDIA 382.05
OpenGlRenderer: GeForce GT 740M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

1.11.2 crash every couple hours

I've been getting this error every couple of hours while playing. https://pastebin.com/JNBKQHst It involves codechicken lib and chisel. tterag1098 sent me over here as he said it was codechicken calling a method that caused the crash. Any assistance would be appreciated.

CodeChickenLib Crash On 1.10.2

I Have Been Playing 1.10.2 for very long from its supportability with most mods. I have never had this problem before. But for some reason when I add codechickenlib (A req. mod for ThermalExpansion) i get this in the output log...

[net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-deobf.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 2/7/18 6:26 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (CodeChickenLib)
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
at codechicken.lib.texture.TextureUtils.getResourceManager(TextureUtils.java:195)
at codechicken.lib.texture.TextureUtils.registerReloadListener(TextureUtils.java:63)
at codechicken.lib.model.blockbakery.BlockBakery.init(BlockBakery.java:89)
at codechicken.lib.internal.proxy.ClientProxy.preInit(ClientProxy.java:23)
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:37)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:614)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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:483)
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:

-- 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: 550861552 bytes (525 MB) / 1040187392 bytes (992 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_E7 34 mods loaded, 34 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCH Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCH appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
UCH {000} [CoFH ASM] (minecraft.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-deobf.jar)
UCH mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCH cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
UCH actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCH appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
UCH betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
UCH bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCE CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-deobf.jar)
UCH cyclopscore{0.10.10} [Cyclops Core] (CyclopsCore-1.9.4-0.10.10.jar)
UCH colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
UCH JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCH darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCH elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCH endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCH EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCH EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
UCH extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.7.3.jar)
UCH gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCH ironbackpacks{1.10.2-2.2.33} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.33.jar)
UCH ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCH mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCH mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCH rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
UCH rftoolsdim{4.45} [RFTools Dimensions] (rftoolsdim-1.10-4.45.jar)
UCH tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCH thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCE thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar)
UCH tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-deobf.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
appeng.coremod.transformer.IntegrationTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
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)

CodeChickenLib Invalid Fingerprint Reports: 
	CodeChickenLib has an invalid fingerprint.
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
              * An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/CoFHAPIProps.class).
                Ender IO needs at least 1.4.0 and will NOT work with older versions.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Anthony%20P/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

OptiFine Version: OptiFine_1.10.2_HD_U_E7
Render Distance Chunks: 4
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 3.3.0
OpenGlRenderer: NVS 3100M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

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.