Closed PsiPanther closed 7 years ago
Hi there! Bit of an odd one here. However, I will suggest taking a look at NEI first. We've been playing on a testing server for a little while and have had to remove NEI due to several crashes.
Failing that, I've noted this down. We're working on a bunch of bugfixes and reworking the beds slightly, so I'll throw this into the mix. Thanks!
I see. Alright, thank you for your suggestion (and, for your prompt response). I'll be honest with you, I'll likely not get around to trying that fix for a while, so Expect Delays! ;) I apologize, but will close this issue at your request.
I wish you much luck on your work/reworking of this (and, any other) mod.
Regards
Okay, found the potential issue. The crafting check apparently never accounted for creative spawned items (same way JEI spawns stuff, really). So NBT data that would've been there just wasn't.
Fixed that up so it should be working next release. That update will also fix some wonkiness with beds, too. Mostly rendering and coloring derps. So expect that soonish!
Fixed that up so it should be working next release. That update will also fix some wonkiness with beds, too. Mostly rendering and coloring derps. So expect that soonish!
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
In creative mode, testing recipes & learning how to use your mod: A single linen (don't recall if it was sheet or blanket, but I'm thinking sheet) was in the crafting table, & while holding a stack of bottles of dye (R:72, G:0, B:0 / ?840000?), I right-clicked in the crafting table, to place a single bottle of dye; which is when the crash occurred.
The Crash Output is as follows:
==============================================================
---- Minecraft Crash Report ----
WARNING: coremods are present: BCModPlugin (zz-backpacks 1.10.2 - 3.1.4.jar) MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar) CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar) NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar) ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar) NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.163-universal.jar) CAFMLPlugin ([1.10]CraftableAnimals v2.6.0.jar) DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar) DLFMLCorePlugin (DynamicLights-1.10.2.jar) IvToolkit (IvToolkit-1.2.9.jar) LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar) BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.2.jar) Contact their authors BEFORE contacting forge
// I feel sad now :(
Time: 1/20/17 1:46 AM Description: Updating screen events
java.lang.NullPointerException: Updating screen events at zornco.bedcraftbeyond.dyes.RecipeDyedLinens.func_77572_b(RecipeDyedLinens.java:86) at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1235) at net.minecraft.inventory.ContainerWorkbench.func_75130_a(SourceFile:54) at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:88) at net.minecraft.inventory.Slot.func_75215_d(Slot.java:72) at net.minecraft.inventory.Container.func_184996_a(Container.java:302) at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:550) at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:630) at net.minecraft.client.gui.inventory.GuiContainer.public_func_184098_a(GuiContainer.java) at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java) at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:15) at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:500) at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:596) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:558) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) 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 zornco.bedcraftbeyond.dyes.RecipeDyedLinens.func_77572_b(RecipeDyedLinens.java:86) at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1235) at net.minecraft.inventory.ContainerWorkbench.func_75130_a(SourceFile:54) at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:88) at net.minecraft.inventory.Slot.func_75215_d(Slot.java:72) at net.minecraft.inventory.Container.func_184996_a(Container.java:302) at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:550) at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:630) at net.minecraft.client.gui.inventory.GuiContainer.public_func_184098_a(GuiContainer.java) at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java) at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:15) at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:500) at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:596) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:558) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517)
-- Affected screen -- Details: Screen name: net.minecraft.client.gui.inventory.GuiCrafting
-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['PLAYERNAME'/121417, l='MpServer', x=83.09, y=2.00, z=19.68]] Chunk stats: MultiplayerChunkCache: 1849, 1849 Level seed: 0 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-45,64,26), Chunk: (at 3,4,10 in -3,1; contains blocks -48,0,16 to -33,255,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 5358548 game time, 791975 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 292 total; [EntityCreeper['Creeper'/384519, l='MpServer', x=135.50, y=17.00, z=18.50], EntityCreeper['Creeper'/384518, l='MpServer', x=132.50, y=17.00, z=20.50], MoCEntityClownFish['ClownFish'/121353, l='MpServer', x=158.50, y=61.49, z=-67.50], MoCEntityClownFish['ClownFish'/121352, l='MpServer', x=158.59, y=60.58, z=-64.51], MoCEntityWerewolf['Werewolf'/381452, l='MpServer', x=95.46, y=24.15, z=34.27], MoCEntityHippoTang['HippoTang'/121355, l='MpServer', x=157.39, y=61.55, z=-78.73], EntityCreeper['Creeper'/384527, l='MpServer', x=114.50, y=27.00, z=43.50], MoCEntityHippoTang['HippoTang'/121354, l='MpServer', x=157.29, y=61.55, z=-73.12], MoCEntityClownFish['ClownFish'/121356, l='MpServer', x=157.55, y=61.14, z=-63.23], MoCEntityFishy['Fishy'/121359, l='MpServer', x=159.50, y=60.26, z=8.50], MoCEntityFishy['Fishy'/121358, l='MpServer', x=158.92, y=61.10, z=6.45], MoCEntityFishy['Fishy'/121360, l='MpServer', x=157.47, y=61.03, z=3.78], EntityCreeper['Creeper'/384528, l='MpServer', x=111.50, y=27.00, z=44.50], EntityZombie['Zombie'/196120, l='MpServer', x=146.70, y=15.06, z=6.50], EntityCreeper['Creeper'/379931, l='MpServer', x=72.28, y=23.00, z=21.32], EntityItem['item.item.string'/384544, l='MpServer', x=113.88, y=27.00, z=42.56], MoCEntityWerewolf['Werewolf'/384556, l='MpServer', x=77.53, y=22.00, z=40.22], EntitySkeleton['Skeleton'/384555, l='MpServer', x=92.25, y=22.00, z=41.46], EntitySkeleton['Skeleton'/384554, l='MpServer', x=79.62, y=22.00, z=37.76], EntitySkeleton['Skeleton'/384563, l='MpServer', x=88.50, y=33.00, z=71.50], EntitySkeleton['Skeleton'/384562, l='MpServer', x=91.50, y=33.00, z=70.50], EntityCreeper['Creeper'/384569, l='MpServer', x=34.50, y=24.00, z=91.50], EntityZombie['Zombie'/383032, l='MpServer', x=9.69, y=23.06, z=-14.53], EntityCreeper['Creeper'/384568, l='MpServer', x=36.50, y=24.00, z=92.50], EntityZombie['Zombie'/384570, l='MpServer', x=30.50, y=24.00, z=91.50], EntityPlayerSP['PLAYERNAME'/121417, l='MpServer', x=83.09, y=2.00, z=19.68], EntityZombie['Zombie'/384597, l='MpServer', x=135.50, y=30.00, z=13.50], EntityZombie['Zombie'/384596, l='MpServer', x=134.50, y=30.00, z=13.50], MoCEntityWraith['Wraith'/384592, l='MpServer', x=134.25, y=27.00, z=21.25], EntityCreeper['Creeper'/384594, l='MpServer', x=92.50, y=38.00, z=-1.50], EntitySkeleton['Skeleton'/384601, l='MpServer', x=51.50, y=30.00, z=-8.50], MoCEntityCaveOgre['CaveOgre'/363621, l='MpServer', x=67.04, y=24.62, z=19.95], EntityChicken['Chicken'/384117, l='MpServer', x=91.50, y=38.00, z=-7.50], EntityZombie['Zombie'/384116, l='MpServer', x=91.50, y=38.35, z=-7.60], MoCEntityAnt['Ant'/344189, l='MpServer', x=29.17, y=67.40, z=-62.29], MoCEntityAnt['Ant'/344188, l='MpServer', x=27.16, y=67.21, z=-63.50], EntityCreeper['Creeper'/384636, l='MpServer', x=161.50, y=26.00, z=17.50], MoCEntityAnt['Ant'/344187, l='MpServer', x=24.85, y=67.26, z=-67.00], MoCEntityFly['Fly'/343183, l='MpServer', x=7.50, y=66.00, z=-94.50], MoCEntityFly['Fly'/343182, l='MpServer', x=9.50, y=66.00, z=-92.50], MoCEntityBunny['Bunny'/120973, l='MpServer', x=-34.25, y=62.00, z=-85.93], MoCEntityBass['Bass'/120972, l='MpServer', x=-43.22, y=59.67, z=-96.72], EntitySkeleton['Skeleton'/384648, l='MpServer', x=58.50, y=29.00, z=1.50], MoCEntitySnake['Snake'/120975, l='MpServer', x=-33.91, y=65.00, z=-50.09], MoCEntitySnake['Snake'/120974, l='MpServer', x=-33.04, y=64.00, z=-93.00], EntitySkeleton['Skeleton'/384661, l='MpServer', x=83.50, y=22.00, z=39.50], MoCEntitySnake['Snake'/120976, l='MpServer', x=-42.96, y=63.50, z=-38.04], EntityCreeper['Creeper'/384660, l='MpServer', x=67.50, y=33.00, z=-30.50], MoCEntityAnt['Ant'/120979, l='MpServer', x=-39.50, y=67.00, z=-14.50], EntitySkeleton['Skeleton'/384663, l='MpServer', x=79.50, y=22.00, z=39.50], MoCEntityBoar['Boar'/120978, l='MpServer', x=-35.18, y=66.00, z=-30.97], EntityCreeper['Creeper'/381585, l='MpServer', x=95.70, y=25.00, z=27.30], MoCEntityBoar['Boar'/120982, l='MpServer', x=-39.71, y=69.00, z=29.55], EntityCreeper['Creeper'/381586, l='MpServer', x=93.30, y=25.27, z=28.30], MoCEntityFox['Fox'/120985, l='MpServer', x=-33.06, y=78.00, z=80.41], MoCEntityFox['Fox'/120984, l='MpServer', x=-33.59, y=78.00, z=83.21], MoCEntityDragonfly['DragonFly'/120986, l='MpServer', x=-36.32, y=78.50, z=86.53], MoCEntityDeer['Deer'/120989, l='MpServer', x=-40.42, y=84.50, z=105.03], EntitySpider['Spider'/384665, l='MpServer', x=86.50, y=22.10, z=43.50], MoCEntityMaggot['Maggot'/120988, l='MpServer', x=-42.50, y=74.00, z=81.50], EntitySpider['Spider'/384664, l='MpServer', x=86.50, y=22.05, z=43.50], MoCEntityAnt['Ant'/120991, l='MpServer', x=-33.50, y=96.00, z=117.50], MoCEntityBird['Bird'/120993, l='MpServer', x=-42.11, y=73.00, z=138.69], EntityZombie['Zombie'/150177, l='MpServer', x=31.30, y=20.06, z=-12.30], MoCEntityBird['Bird'/120998, l='MpServer', x=-43.62, y=67.29, z=146.10], EntityCreeper['Creeper'/384173, l='MpServer', x=72.30, y=24.00, z=37.66], EntityCreeper['Creeper'/384172, l='MpServer', x=74.84, y=24.00, z=40.47], MoCEntityBunny['Bunny'/121007, l='MpServer', x=-30.50, y=64.00, z=-96.50], EntityCreeper['Creeper'/384171, l='MpServer', x=78.40, y=22.00, z=40.70], EntityZombie['Zombie'/384170, l='MpServer', x=68.56, y=24.61, z=19.30], MoCEntitySnake['Snake'/121009, l='MpServer', x=-16.99, y=67.50, z=-107.68], MoCEntityAnt['Ant'/121008, l='MpServer', x=-28.50, y=65.00, z=-104.50], MoCEntityBunny['Bunny'/121011, l='MpServer', x=-19.99, y=66.00, z=-50.83], MoCEntityBunny['Bunny'/121010, l='MpServer', x=-28.07, y=65.00, z=-95.25], MoCEntityBunny['Bunny'/121013, l='MpServer', x=-21.59, y=65.00, z=-55.61], MoCEntityBunny['Bunny'/121012, l='MpServer', x=-31.36, y=64.00, z=-61.78], MoCEntityAnt['Ant'/121016, l='MpServer', x=-20.42, y=65.50, z=-30.06], MoCEntityBoar['Boar'/121019, l='MpServer', x=-17.50, y=71.00, z=18.02], EntityZombie['Zombie'/384191, l='MpServer', x=82.19, y=22.00, z=39.43], MoCEntityAnt['Ant'/121018, l='MpServer', x=-21.48, y=67.00, z=-1.65], EntityZombie['Zombie'/384190, l='MpServer', x=66.53, y=25.00, z=22.20], MoCEntityEnt['Ent'/121021, l='MpServer', x=-20.62, y=75.00, z=16.03], MoCEntityBoar['Boar'/121020, l='MpServer', x=-17.54, y=71.00, z=16.77], MoCEntityBee['Bee'/121023, l='MpServer', x=-31.50, y=79.00, z=46.50], MoCEntityMole['Mole'/121022, l='MpServer', x=-27.50, y=71.00, z=44.50], MoCEntityLeopard['Leopard'/121025, l='MpServer', x=-21.50, y=77.00, z=39.50], MoCEntityHorse['WildHorse'/121024, l='MpServer', x=-20.27, y=71.06, z=32.66], MoCEntityAnt['Ant'/121027, l='MpServer', x=-26.50, y=79.00, z=48.50], MoCEntityLeopard['Leopard'/121026, l='MpServer', x=-21.50, y=77.00, z=39.50], MoCEntityCricket['Cricket'/121029, l='MpServer', x=-20.50, y=74.00, z=68.50], EntitySpider['Spider'/384193, l='MpServer', x=70.33, y=24.24, z=20.70], EntitySpider['Spider'/384192, l='MpServer', x=70.71, y=23.27, z=23.96], MoCEntityDragonfly['DragonFly'/121031, l='MpServer', x=-24.50, y=79.00, z=76.50], MoCEntityFox['Fox'/121033, l='MpServer', x=-31.35, y=79.00, z=78.25], MoCEntityDragonfly['DragonFly'/121032, l='MpServer', x=-31.77, y=79.00, z=75.42], MoCEntityBlackBear['BlackBear'/121035, l='MpServer', x=-30.52, y=80.00, z=68.60], MoCEntityBlackBear['BlackBear'/121034, l='MpServer', x=-25.71, y=80.00, z=67.34], MoCEntityDeer['Deer'/121037, l='MpServer', x=-34.44, y=81.00, z=100.50], MoCEntityBlackBear['BlackBear'/121036, l='MpServer', x=-29.05, y=80.00, z=69.40], MoCEntityPandaBear['PandaBear'/121039, l='MpServer', x=-20.50, y=76.00, z=138.50], MoCEntityPandaBear['PandaBear'/121038, l='MpServer', x=-21.50, y=67.00, z=137.50], EntitySkeleton['Skeleton'/383196, l='MpServer', x=74.74, y=17.00, z=-6.47], MoCEntityWerewolf['Werewolf'/347865, l='MpServer', x=79.45, y=2.00, z=5.42], MoCEntityBunny['Bunny'/121055, l='MpServer', x=-3.50, y=65.00, z=-70.18], MoCEntityBunny['Bunny'/121054, l='MpServer', x=-3.81, y=63.00, z=-77.54], EntityZombie['Zombie'/384218, l='MpServer', x=151.81, y=21.34, z=50.47], MoCEntityMole['Mole'/121057, l='MpServer', x=-11.00, y=65.50, z=-18.17], MoCEntityDuck['Duck'/121059, l='MpServer', x=-11.12, y=62.72, z=-2.13], MoCEntityClownFish['ClownFish'/121060, l='MpServer', x=-11.41, y=61.20, z=8.00], MoCEntityFishy['Fishy'/121575, l='MpServer', x=161.45, y=60.94, z=6.06], MoCEntityEnt['Ent'/121063, l='MpServer', x=-1.84, y=62.59, z=63.61], MoCEntityBass['Bass'/121062, l='MpServer', x=-0.30, y=62.00, z=45.16], MoCEntityClownFish['ClownFish'/121576, l='MpServer', x=192.75, y=60.45, z=-22.99], MoCEntityBass['Bass'/121064, l='MpServer', x=-9.70, y=61.19, z=77.70], MoCEntityClownFish['ClownFish'/121579, l='MpServer', x=161.50, y=61.27, z=-64.50], MoCEntityButterfly['ButterFly'/121067, l='MpServer', x=-10.66, y=79.00, z=126.90], EntityItem['item.item.string'/384239, l='MpServer', x=39.88, y=40.06, z=36.13], MoCEntityBunny['Bunny'/121066, l='MpServer', x=-4.54, y=71.00, z=124.48], MoCEntityBee['Bee'/121069, l='MpServer', x=-11.50, y=79.00, z=128.50], MoCEntityDragonfly['DragonFly'/121068, l='MpServer', x=-7.94, y=76.00, z=131.39], MoCEntityClownFish['ClownFish'/121585, l='MpServer', x=176.51, y=61.01, z=-10.56], MoCEntityFirefly['Firefly'/121073, l='MpServer', x=-10.19, y=85.00, z=136.04], MoCEntityDragonfly['DragonFly'/121072, l='MpServer', x=-12.50, y=79.00, z=128.50], MoCEntityClownFish['ClownFish'/121587, l='MpServer', x=172.48, y=60.14, z=-17.82], MoCEntitySnail['Snail'/121075, l='MpServer', x=-10.50, y=82.00, z=134.50], MoCEntityClownFish['ClownFish'/121586, l='MpServer', x=172.01, y=60.97, z=-24.75], MoCEntityCrab['Crab'/121074, l='MpServer', x=-8.07, y=81.00, z=136.12], MoCEntityAngelFish['AngelFish'/121589, l='MpServer', x=184.65, y=60.80, z=-48.20], MoCEntityClownFish['ClownFish'/121588, l='MpServer', x=174.07, y=60.14, z=-16.12], MoCEntityAngelFish['AngelFish'/121590, l='MpServer', x=180.81, y=60.51, z=-48.00], MoCEntityAngelFish['AngelFish'/121593, l='MpServer', x=184.50, y=61.12, z=-46.50], MoCEntityAngelFish['AngelFish'/121595, l='MpServer', x=186.61, y=61.62, z=-47.26], MoCEntityBunny['Bunny'/121083, l='MpServer', x=5.53, y=64.00, z=-84.04], MoCEntityShark['Shark'/121594, l='MpServer', x=192.40, y=59.03, z=-54.61], MoCEntityBird['Bird'/121596, l='MpServer', x=177.31, y=63.00, z=-35.33], MoCEntityBunny['Bunny'/121084, l='MpServer', x=6.50, y=65.00, z=-86.50], MoCEntityLeopard['Leopard'/121087, l='MpServer', x=5.18, y=65.00, z=-63.14], MoCEntityShark['Shark'/121598, l='MpServer', x=173.60, y=58.31, z=-55.39], MoCEntityLeopard['Leopard'/121086, l='MpServer', x=14.22, y=66.00, z=-69.37], MoCEntityFox['Fox'/121089, l='MpServer', x=12.63, y=62.06, z=-39.56], MoCEntityElephant['Elephant'/121090, l='MpServer', x=6.02, y=63.00, z=-44.01], EntityItem['item.tile.web'/384262, l='MpServer', x=41.38, y=18.00, z=50.13], MoCEntityAnt['Ant'/121093, l='MpServer', x=4.89, y=64.00, z=-22.50], MoCEntityFox['Fox'/121095, l='MpServer', x=14.50, y=64.00, z=-22.50], MoCEntityAnt['Ant'/121094, l='MpServer', x=5.08, y=65.00, z=-25.67], MoCEntityFox['Fox'/121097, l='MpServer', x=14.95, y=64.00, z=-23.36], MoCEntityFox['Fox'/121096, l='MpServer', x=13.50, y=64.00, z=-20.50], EntityZombie['Zombie'/121099, l='MpServer', x=8.70, y=46.06, z=-8.70], MoCEntityFly['Fly'/121098, l='MpServer', x=11.50, y=65.00, z=-25.50], MoCEntityAngler['Angler'/121101, l='MpServer', x=14.15, y=61.00, z=-10.82], EntityItem['item.item.diamond'/383753, l='MpServer', x=41.78, y=44.06, z=15.35], MoCEntityFishy['Fishy'/121100, l='MpServer', x=15.15, y=61.16, z=-13.81], MoCEntityBass['Bass'/121103, l='MpServer', x=-7.14, y=60.89, z=27.91], MoCEntityAngler['Angler'/121102, l='MpServer', x=14.15, y=61.00, z=-12.85], EntitySkeleton['Skeleton'/384266, l='MpServer', x=151.50, y=25.00, z=90.50], MoCEntityClownFish['ClownFish'/121105, l='MpServer', x=11.00, y=60.97, z=32.61], MoCEntityAngler['Angler'/121104, l='MpServer', x=14.90, y=61.27, z=28.10], MoCEntityFishy['Fishy'/121107, l='MpServer', x=11.15, y=62.17, z=69.55], MoCEntityRaccoon['Raccoon'/121106, l='MpServer', x=0.50, y=65.00, z=51.50], MoCEntityBee['Bee'/121109, l='MpServer', x=6.34, y=65.00, z=84.12], MoCEntityFox['Fox'/121108, l='MpServer', x=12.37, y=62.72, z=58.30], MoCEntitySnake['Snake'/121117, l='MpServer', x=12.95, y=65.00, z=-93.00], MoCEntityLeopard['Leopard'/121116, l='MpServer', x=30.76, y=66.00, z=-98.00], MoCEntityFox['Fox'/343320, l='MpServer', x=132.71, y=64.00, z=-90.49], MoCEntityAnt['Ant'/121119, l='MpServer', x=17.50, y=66.00, z=-33.50], EntityZombie['Zombie'/358170, l='MpServer', x=72.65, y=40.06, z=10.42], MoCEntityLeopard['Leopard'/121121, l='MpServer', x=23.94, y=63.00, z=-18.44], EntityZombie['Zombie'/383781, l='MpServer', x=74.90, y=25.15, z=34.04], MoCEntityMantaRay['MantaRay'/121120, l='MpServer', x=29.18, y=59.00, z=-25.10], MoCEntityManderin['Manderin'/121123, l='MpServer', x=20.15, y=62.65, z=-9.97], MoCEntityAnt['Ant'/121122, l='MpServer', x=17.34, y=66.00, z=-31.57], EntityItem['item.item.craftableanimals.Spider.0'/383777, l='MpServer', x=52.90, y=20.00, z=6.79], MoCEntityAngler['Angler'/121124, l='MpServer', x=18.60, y=61.46, z=3.53], MoCEntityAngler['Angler'/121127, l='MpServer', x=19.58, y=60.95, z=27.92], EntityItem['item.item.string'/383778, l='MpServer', x=53.22, y=20.00, z=6.88], MoCEntityAngler['Angler'/121129, l='MpServer', x=27.11, y=61.38, z=19.36], MoCEntityShark['Shark'/121128, l='MpServer', x=39.55, y=58.02, z=33.56], MoCEntityAnchovy['Anchovy'/121131, l='MpServer', x=12.80, y=60.03, z=34.64], MoCEntityCod['Cod'/121132, l='MpServer', x=29.30, y=59.00, z=75.30], MoCEntityShark['Shark'/121135, l='MpServer', x=19.73, y=60.98, z=108.70], MoCEntityAngelFish['AngelFish'/121134, l='MpServer', x=27.93, y=60.15, z=90.67], MoCEntityMantaRay['MantaRay'/121136, l='MpServer', x=29.64, y=59.07, z=126.55], MoCEntitySnake['Snake'/121140, l='MpServer', x=45.98, y=68.00, z=-94.18], MoCEntitySnake['Snake'/121149, l='MpServer', x=34.98, y=67.50, z=-60.77], EntityZombie['Zombie'/121151, l='MpServer', x=41.49, y=20.06, z=-30.25], MoCEntityPolarBear['PolarBear'/121150, l='MpServer', x=26.09, y=67.00, z=-63.55], MoCEntityClownFish['ClownFish'/121163, l='MpServer', x=37.56, y=61.53, z=55.67], MoCEntityClownFish['ClownFish'/121164, l='MpServer', x=43.17, y=61.09, z=51.93], MoCEntityCod['Cod'/121167, l='MpServer', x=21.30, y=59.00, z=104.80], MoCEntityAngelFish['AngelFish'/121166, l='MpServer', x=47.10, y=61.19, z=90.71], MoCEntityClownFish['ClownFish'/121168, l='MpServer', x=47.12, y=61.31, z=90.12], MoCEntityHippoTang['HippoTang'/121173, l='MpServer', x=34.50, y=61.31, z=122.50], MoCEntityHippoTang['HippoTang'/121175, l='MpServer', x=32.72, y=61.27, z=121.75], MoCEntityHippoTang['HippoTang'/121174, l='MpServer', x=34.50, y=61.52, z=117.50], EntityEnderman['Enderman'/384348, l='MpServer', x=156.50, y=22.00, z=-1.50], MoCEntityPolarBear['PolarBear'/121183, l='MpServer', x=49.00, y=68.00, z=-96.13], MoCEntityFox['Fox'/121185, l='MpServer', x=54.71, y=64.00, z=-50.94], MoCEntitySnake['Snake'/121184, l='MpServer', x=63.08, y=65.00, z=-70.08], MoCEntityMantaRay['MantaRay'/121186, l='MpServer', x=55.90, y=59.00, z=-47.10], EntityBat['Lava Skimmer'/121189, l='MpServer', x=59.50, y=14.10, z=-11.50], EntityBat['Lava Skimmer'/121188, l='MpServer', x=59.50, y=12.10, z=-12.50], EntityItem['item.item.string'/384352, l='MpServer', x=98.13, y=28.00, z=64.57], EntityBat['Lava Skimmer'/121191, l='MpServer', x=61.50, y=14.10, z=-9.50], EntityBat['Lava Skimmer'/121190, l='MpServer', x=60.50, y=13.10, z=-9.50], MoCEntityThrowableRock['entity.mocreatures.TRock.name'/121193, l='MpServer', x=62.57, y=19.71, z=2.66], EntityZombie['Zombie'/121197, l='MpServer', x=48.45, y=11.06, z=31.70], MoCEntityBass['Bass'/121198, l='MpServer', x=62.62, y=60.54, z=26.27], MoCEntityCod['Cod'/121201, l='MpServer', x=69.87, y=61.00, z=76.31], MoCEntityCod['Cod'/121200, l='MpServer', x=60.04, y=60.99, z=22.48], MoCEntityClownFish['ClownFish'/121206, l='MpServer', x=58.98, y=61.26, z=83.69], MoCEntityBunny['Bunny'/343420, l='MpServer', x=89.50, y=66.00, z=-85.50], MoCEntityPolarBear['PolarBear'/343417, l='MpServer', x=56.71, y=70.50, z=-65.53], EntityItem['item.item.string'/383865, l='MpServer', x=23.27, y=36.06, z=38.68], EntityEnderman['Enderman'/384376, l='MpServer', x=94.50, y=36.00, z=86.50], MoCEntityFly['Fly'/121215, l='MpServer', x=66.50, y=68.00, z=-88.50], MoCEntityBunny['Bunny'/343419, l='MpServer', x=85.50, y=66.00, z=-83.50], MoCEntityBass['Bass'/121217, l='MpServer', x=73.01, y=60.52, z=-68.50], MoCEntityHippoTang['HippoTang'/121216, l='MpServer', x=77.70, y=62.29, z=-66.88], MoCEntityBass['Bass'/121219, l='MpServer', x=68.30, y=61.73, z=-73.70], MoCEntityBass['Bass'/121218, l='MpServer', x=65.30, y=61.00, z=-72.70], MoCEntityAngelFish['AngelFish'/121221, l='MpServer', x=76.74, y=60.65, z=-49.96], MoCEntityPolarBear['PolarBear'/121220, l='MpServer', x=66.87, y=65.00, z=-79.03], MoCEntityBass['Bass'/121222, l='MpServer', x=66.86, y=60.72, z=-32.41], MoCEntityFishy['Fishy'/121225, l='MpServer', x=76.80, y=59.99, z=-27.68], MoCEntityAngler['Angler'/121224, l='MpServer', x=76.32, y=60.18, z=-31.42], MoCEntityAngler['Angler'/121227, l='MpServer', x=73.29, y=61.24, z=-10.57], EntityZombie['Zombie'/297359, l='MpServer', x=102.37, y=24.06, z=-33.07], MoCEntityAngelFish['AngelFish'/121231, l='MpServer', x=68.00, y=61.00, z=6.76], EntityZombie['Zombie'/149389, l='MpServer', x=36.50, y=42.06, z=41.00], EntityItem['item.item.string'/384394, l='MpServer', x=111.34, y=31.06, z=11.88], MoCEntityMantaRay['MantaRay'/121237, l='MpServer', x=77.61, y=59.05, z=29.31], MoCEntityManderin['Manderin'/121239, l='MpServer', x=70.10, y=60.00, z=51.63], MoCEntityManderin['Manderin'/121238, l='MpServer', x=70.84, y=61.00, z=35.64], MoCEntityCod['Cod'/121241, l='MpServer', x=77.90, y=58.10, z=55.88], MoCEntityClownFish['ClownFish'/121243, l='MpServer', x=76.22, y=60.68, z=68.81], MoCEntitySalmon['Salmon'/121242, l='MpServer', x=74.76, y=60.72, z=52.56], MoCEntityBunny['Bunny'/121251, l='MpServer', x=92.88, y=66.00, z=-78.05], EntityItem['item.item.string'/383910, l='MpServer', x=107.13, y=16.06, z=59.13], MoCEntityBunny['Bunny'/121252, l='MpServer', x=93.98, y=66.00, z=-78.44], MoCEntityShark['Shark'/121254, l='MpServer', x=85.02, y=60.57, z=-37.40], MoCEntityJellyFish['JellyFish'/121257, l='MpServer', x=82.87, y=60.95, z=-21.48], EntitySkeleton['Skeleton'/384429, l='MpServer', x=39.50, y=24.00, z=-12.50], MoCEntityJellyFish['JellyFish'/121259, l='MpServer', x=81.74, y=59.90, z=-28.46], EntityItem['item.item.string'/383919, l='MpServer', x=79.51, y=29.00, z=-19.36], MoCEntityJellyFish['JellyFish'/121258, l='MpServer', x=83.50, y=59.79, z=-18.50], MoCEntityCod['Cod'/121261, l='MpServer', x=83.45, y=59.97, z=-2.12], MoCEntityJellyFish['JellyFish'/121260, l='MpServer', x=87.80, y=61.19, z=-2.87], MoCEntityAngelFish['AngelFish'/121263, l='MpServer', x=80.33, y=60.32, z=12.20], MoCEntityAngelFish['AngelFish'/121264, l='MpServer', x=90.11, y=60.81, z=11.26], MoCEntityHippoTang['HippoTang'/121267, l='MpServer', x=72.95, y=60.00, z=14.55], MoCEntityMantaRay['MantaRay'/121270, l='MpServer', x=91.42, y=56.95, z=34.32], MoCEntityBass['Bass'/121273, l='MpServer', x=95.64, y=60.19, z=93.74], MoCEntityManderin['Manderin'/121275, l='MpServer', x=90.61, y=61.11, z=101.52], MoCEntityManderin['Manderin'/121274, l='MpServer', x=90.86, y=61.22, z=108.90], MoCEntityManderin['Manderin'/121276, l='MpServer', x=92.59, y=60.80, z=101.62], EntityZombie['Zombie'/184775, l='MpServer', x=38.78, y=29.00, z=95.50], MoCEntityHorseMob['HorseMob'/382912, l='MpServer', x=74.70, y=24.40, z=33.70], EntityItem['item.item.mocegg.64'/384448, l='MpServer', x=63.21, y=39.06, z=63.21], EntityZombie['entity.Zombie.name'/357325, l='MpServer', x=35.77, y=17.06, z=-14.50], MoCEntityCod['Cod'/121288, l='MpServer', x=103.04, y=58.79, z=-33.37], MoCEntityManderin['Manderin'/121291, l='MpServer', x=109.50, y=60.36, z=-20.50], MoCEntityManderin['Manderin'/121292, l='MpServer', x=110.17, y=60.00, z=-17.77], MoCEntityFirefly['Firefly'/124879, l='MpServer', x=-22.50, y=76.00, z=20.19], MoCEntityDragonfly['DragonFly'/124881, l='MpServer', x=-24.50, y=76.00, z=13.50], MoCEntityAngelFish['AngelFish'/121296, l='MpServer', x=99.97, y=60.08, z=16.22], MoCEntityDragonfly['DragonFly'/124880, l='MpServer', x=-17.60, y=76.00, z=17.28], MoCEntityAnt['Ant'/124883, l='MpServer', x=-21.65, y=68.50, z=-107.90], MoCEntityMantaRay['MantaRay'/121298, l='MpServer', x=116.47, y=59.03, z=56.44], MoCEntityDragonfly['DragonFly'/124882, l='MpServer', x=-24.50, y=76.00, z=10.50], MoCEntityFishy['Fishy'/121300, l='MpServer', x=97.25, y=60.78, z=66.13], MoCEntityBass['Bass'/121305, l='MpServer', x=108.72, y=60.60, z=82.97], EntitySkeleton['Skeleton'/384477, l='MpServer', x=65.50, y=31.00, z=86.50], MoCEntityBass['Bass'/121304, l='MpServer', x=105.07, y=60.32, z=90.63], MoCEntityManderin['Manderin'/121307, l='MpServer', x=100.85, y=60.99, z=107.85], EntityZombie['Zombie'/336863, l='MpServer', x=48.30, y=11.00, z=29.30], MoCEntityCod['Cod'/121306, l='MpServer', x=112.07, y=59.99, z=70.06], EntitySpider['Spider'/384473, l='MpServer', x=25.50, y=31.00, z=36.50], MoCEntityPolarBear['PolarBear'/121313, l='MpServer', x=121.88, y=63.00, z=-73.07], MoCEntitySnake['Snake'/121312, l='MpServer', x=130.89, y=66.00, z=-106.67], MoCEntityHippoTang['HippoTang'/121315, l='MpServer', x=122.48, y=61.09, z=-53.95], EntityItem['item.item.string'/384487, l='MpServer', x=30.72, y=41.06, z=16.29], MoCEntityHippoTang['HippoTang'/121314, l='MpServer', x=122.21, y=60.31, z=-48.53], MoCEntityManderin['Manderin'/121316, l='MpServer', x=126.19, y=60.52, z=-30.20], MoCEntitySalmon['Salmon'/121319, l='MpServer', x=130.25, y=58.09, z=48.47], MoCEntityMantaRay['MantaRay'/121323, l='MpServer', x=120.53, y=57.93, z=62.05], MoCEntityBunny['Bunny'/121333, l='MpServer', x=132.50, y=65.00, z=-94.50], MoCEntityBunny['Bunny'/121332, l='MpServer', x=130.50, y=65.00, z=-93.50], MoCEntityBunny['Bunny'/121334, l='MpServer', x=132.53, y=65.00, z=-93.37], MoCEntityAngler['Angler'/121337, l='MpServer', x=132.79, y=61.41, z=-10.94], MoCEntityAngler['Angler'/121336, l='MpServer', x=142.50, y=61.33, z=-11.50], MoCEntityManticore['Manticore'/358396, l='MpServer', x=95.30, y=25.40, z=28.56], MoCEntityAngler['Angler'/121338, l='MpServer', x=133.96, y=60.91, z=-7.90]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:498) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(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)
-- 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: 816901184 bytes (779 MB) / 5263306752 bytes (5019 MB) up to 6429081600 bytes (6131 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 71 FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D4 88 mods loaded, 88 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar) UCHIJAAAAAAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar) UCHIJAAAAAAAAA buildingbrickshooks{1.10.2-2.0.13} [Building Bricks Hooks] (minecraft.jar) UCHIJAAAAAAAAA ivtoolkit{1.2.9} [IvToolkit] (minecraft.jar) UCHIJAAAAAAAAA NotEnoughItems{2.1.2.163} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.2.163-universal.jar) UCHIJAAAAAAAAA backpacks16840{3.1.4} [Backpacks!] (zz-backpacks 1.10.2 - 3.1.4.jar) UCHIJAAAAAAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) UCHIJAAAAAAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar) UCHIJAAAAAAAAA CraftableAnimals{2.6.0} [Craftable Animals] ([1.10]CraftableAnimals v2.6.0.jar) UCHIJAAAAAAAAA ForgeEndertech{1.1.3.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.3.0.jar) UCHIJAAAAAAAAA AdChimneys{1.10.2-1.1.4.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.1.4.0.jar) UCHIJAAAAAAAAA additionalbanners{1.3.0.23} [Additional Banners] (AdditionalBanners-1.10.2-1.3.0.23.jar) UCHIJAAAAAAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar) UCHIJAAAAAAAAA basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar) UCHIJAAAAAAAAA golems{6.02} [Extra Golems] (ExtraGolems[1.10.2]-6.02.jar) UCHIJAAAAAAAAA golems_metal{6.02.1} [Base Metal Golems] (BaseMetalGolems[1.10]-6.02.1.jar) UCHIJAAAAAAAAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) UCHIJAAAAAAAAA bedcraftbeyond{2.4.1} [BedCraft and Beyond] (BedCraftAndBeyond-1.10.2-2.4.1.jar) UCHIJAAAAAAAAA betteragriculture{1.0.1} [Better Agriculture] (BetterAgriculture-[1.10.2]-1.0.1.jar) UCHIJAAAAAAAAA betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar) UCHIJAAAAAAAAA betterfoliage{2.1.2} [Better Foliage] (BetterFoliage-MC1.10.2-2.1.2.jar) UCHIJAAAAAAAAA hammercore{1.1.8} [Hammer Core] (HammerCore_1.10.2-1.1.8.jar) UCHIJAAAAAAAAA biomepainttools{1.0.2} [Biome Paint Tools] (BiomePaintTools_1.10.2-1.0.2.jar) UCHIJAAAAAAAAA BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar) UCHIJAAAAAAAAA blockarmor{1.2.1} [Block Armor] (BlockArmor-1.10.2-1.2.1.jar) UCHIJAAAAAAAAA infinitylib{1.10.2-0.3.0} [InfinityLib] (infinitylib-0.3.0.jar) UCHIJAAAAAAAAA boatifull{@MAJOR@.@MINOR@.@REVIS@} [Boatifull] (boatifull-0.3.0.jar) UCHIJAAAAAAAAA boatlantern{1.10.2-0.3.0} [Lantern] (boatlantern-0.3.0.jar) UCHIJAAAAAAAAA buildingbricks{1.10.2-2.0.13} [Building Bricks] (BuildingBricks-1.10.2-2.0.13.jar) UCHIJAAAAAAAAA Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar) UCHIJAAAAAAAAA chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar) UCHIJAAAAAAAAA JEI{3.13.6.389} [Just Enough Items] (jei_1.10.2-3.13.6.389.jar) UCHIJAAAAAAAAA chiselsandbits{12.8} [Chisels & Bits] (chiselsandbits-12.8.jar) UCHIJAAAAAAAAA CodeChickenLib{2.4.3.145} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) UCHIJAAAAAAAAA CodeChickenCore{2.3.5.91} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.91-universal.jar) UCHIJAAAAAAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar) UCHIJAAAAAAAAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(20nov16).jar) UCHIJAAAAAAAAA wonderfulwands{2.2.0} [Wonderful Wands] (CyanosWonderfulWands_1.10.2-2.2.0.jar) UCHIJAAAAAAAAA D3Core{1.3.0.59} [D³Core] (D3Core-1.9.4-1.3.0.59.jar) UCHIJAAAAAAAAA lootablebodies{2.2.0} [DrCyano's Lootable Bodies] (DrCyanosLootableBodies_1.10.2-2.2.0.jar) UCHIJAAAAAAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar) UCHIJAAAAAAAAA DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar) UCHIJAAAAAAAAA ExtraBitManipulation{1.10.2-2.2.0} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.2.0.jar) UCHIJAAAAAAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.2.jar) UCHIJAAAAAAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) UCHIJAAAAAAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) UCHIJAAAAAAAAA forestry{5.2.16.331} [Forestry] (forestry_1.10.2-5.2.16.331.jar) UCHIJAAAAAAAAA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar) UCHIJAAAAAAAAA interdictionpillar{1.7.10-1.0.0} [Interdiction Pillar] (InterdictionPillar-1.2.5.jar) UCHIJAAAAAAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) UCHIJAAAAAAAAA llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar) UCHIJAAAAAAAAA Lumberjack{1.3.1.39} [Lumberjack] (Lumberjack-1.9.4-1.3.1.39.jar) UCHIJAAAAAAAAA malisiscore{1.10.2-4.2.9} [MalisisCore] (malisiscore-1.10.2-4.2.9.jar) UCHIJAAAAAAAAA malisisblocks{1.10.2-4.1.3} [Malisis Blocks] (malisisblocks-1.10.2-4.1.3.jar) UCHIJAAAAAAAAA malisisdoors{1.10.2-5.1.5} [MalisisDoors] (malisisdoors-1.10.2-5.1.5.jar) UCHIJAAAAAAAAA mineralogy{3.2.0} [Mineralogy] (Mineralogy_1.10.2-3.2.0.jar) UCHIJAAAAAAAAA missing_pieces{4.1.1} [Missing Pieces] (missing_pieces-1.10.2-4.1.1.jar) UCHIJAAAAAAAAA modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar) UCHIJAAAAAAAAA golems_modern{6.02.2} [Modern Metal Golems Addon] (ModernMetalGolemsAddon[1.10]-6.02.2.jar) UCHIJAAAAAAAAA nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar) UCHIJAAAAAAAAA NoFov{1.0.1} [No Fov] (NoFov-MC1.9.4-1.0.1.jar) UCHIJAAAAAAAAA nmsot{1.1.9-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.9-mc1.10.2.jar) UCHIJAAAAAAAAA orespawn{2.0.0} [OreSpawn] (orespawn-2.0.0.10-1.10.2.jar) UCHIJAAAAAAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJAAAAAAAAA pandorasbox{2.1.5} [Pandora's Box] (PandorasBox-2.1.5.jar) UCHIJAAAAAAAAA reccomplex{1.2.4} [Recurrent Complex] (RecurrentComplex-1.2.4.jar) UCHIJAAAAAAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) UCHIJAAAAAAAAA rftools{5.76} [RFTools] (rftools-1.1x-5.76.jar) UCHIJAAAAAAAAA rftoolsdim{4.52} [RFTools Dimensions] (rftoolsdim-1.1x-4.52.jar) UCHIJAAAAAAAAA simplyconveyors{2.0.3} [Simply Conveyors] (SimplyConveyors-1.3.1.jar) UCHIJAAAAAAAAA ToughAsNails{1.0.11} [Tough As Nails] (ToughAsNails-1.9.4-1.0.11.jar) UCHIJAAAAAAAAA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar) UCHIJAAAAAAAAA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar) UCHIJAAAAAAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) UCHIJAAAAAAAAA WizardFarm{Alpha 1.0.0} [WizardFarm] (WizardFarmAlpha.jar) UCHIJAAAAAAAAA wolfarmor{1.0.2} [Wolf Armor and Storage] (wolfarmor-1.0.3.jar) UCHIJAAAAAAAAA examplemod{1.0} [Example Mod] (WTF-Expedition_1.10.2_1.2.jar) UCHIJAAAAAAAAA wtfcore{1.10.2_v1.1} [wtfcore] (WTF-Expedition_1.10.2_1.2.jar) Loaded coremods (and transformers): BCModPlugin (zz-backpacks 1.10.2 - 3.1.4.jar) brad16840.common.asm.ClassTransformer MalisisCorePlugin (malisiscore-1.10.2-4.2.9.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 CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) codechicken.lib.asm.ClassHeirachyManager TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar) toughasnails.asm.transformer.BlockCropsTransformer toughasnails.asm.transformer.EntityRendererTransformer toughasnails.asm.transformer.WorldTransformer NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar) net.fybertech.nwr.NWRTransformer ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar) team.chisel.common.asm.ChiselTransformer NEICorePlugin (NotEnoughItems-1.10.2-2.1.2.163-universal.jar) codechicken.nei.asm.NEITransformer CAFMLPlugin ([1.10]CraftableAnimals v2.6.0.jar) naruto1310.craftableAnimals.vanilla.CATransformer DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar) atomicstryker.dynamiclights.common.DLTransformer IvToolkit (IvToolkit-1.2.9.jar)
LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar) com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.2.jar) mods.betterfoliage.loader.BetterFoliageTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.33' Renderer: 'GeForce GT 710/PCIe/SSE2' D3Core: Debug: false Silliness: true AprilFools: true PastPost:true Launched Version: 1.10.2 LWJGL: 2.9.4 OpenGL: GeForce GT 710/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.33, 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.
==============================================================
I thank you for your time and attention to my issue, and look forward to a solution.
Regards