java.lang.NoClassDefFoundError: forestry/core/utils/ShapedRecipeCustom
at tonius.neiintegration.mods.forestry.RecipeHandlerShapedCustom.loadUsageRecipes(RecipeHandlerShapedCustom.java:117)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at tonius.neiintegration.RecipeHandlerBase.loadUsageRecipes(RecipeHandlerBase.java:123)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.ClassNotFoundException: forestry.core.utils.ShapedRecipeCustom
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)
... 24 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at tonius.neiintegration.mods.forestry.RecipeHandlerShapedCustom.loadUsageRecipes(RecipeHandlerShapedCustom.java:117)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at tonius.neiintegration.RecipeHandlerBase.loadUsageRecipes(RecipeHandlerBase.java:123)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!
Time: 7/30/16 1:59 PM Description: Updating screen events
java.lang.NoClassDefFoundError: forestry/core/utils/ShapedRecipeCustom at tonius.neiintegration.mods.forestry.RecipeHandlerShapedCustom.loadUsageRecipes(RecipeHandlerShapedCustom.java:117) at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346) at tonius.neiintegration.RecipeHandlerBase.loadUsageRecipes(RecipeHandlerBase.java:123) at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471) at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20) at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20) at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307) at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java) at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java) at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475) at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465) at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) 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.ClassNotFoundException: forestry.core.utils.ShapedRecipeCustom 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) ... 24 more Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Stacktrace: at tonius.neiintegration.mods.forestry.RecipeHandlerShapedCustom.loadUsageRecipes(RecipeHandlerShapedCustom.java:117) at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346) at tonius.neiintegration.RecipeHandlerBase.loadUsageRecipes(RecipeHandlerBase.java:123) at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471) at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20) at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20) at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307) at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java) at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java) at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475) at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465) at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
-- Affected screen -- Details: Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['JJroks543'/1913, l='MpServer', x=-127.71, y=70.62, z=459.32]] Chunk stats: MultiplayerChunkCache: 599, 599 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-248,64,256), Chunk: (at 8,4,0 in -16,16; contains blocks -256,0,256 to -241,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 8666 game time, 8666 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: 133 total; [MoCEntityBunny['Bunny'/6670, l='MpServer', x=-28.25, y=81.00, z=459.25], MoCEntityBunny['Bunny'/6671, l='MpServer', x=-24.72, y=82.00, z=464.09], EntitySilverfish['Silverfish'/10260, l='MpServer', x=-14.52, y=-42.62, z=24.72], EntitySpider['Spider'/49177, l='MpServer', x=-155.50, y=69.00, z=415.50], EntityHuman['Dinnerbone'/48666, l='MpServer', x=-141.50, y=32.00, z=536.50], EntityItem['item.item.seeds'/15393, l='MpServer', x=-122.38, y=70.13, z=504.44], EntityHuman['MysteriousAges'/49186, l='MpServer', x=-106.50, y=31.00, z=513.50], MoCEntityBird['Bird'/20008, l='MpServer', x=-169.78, y=72.00, z=550.25], MoCEntityBird['Bird'/20009, l='MpServer', x=-159.50, y=68.00, z=547.28], EntityHuman['falsesymmetry'/47146, l='MpServer', x=-98.56, y=29.00, z=510.94], EntityChicken['Chicken'/48685, l='MpServer', x=-156.47, y=18.00, z=436.44], MoCEntityDeer['Deer'/8751, l='MpServer', x=-242.22, y=70.00, z=536.22], MoCEntityDeer['Deer'/8757, l='MpServer', x=-244.50, y=74.00, z=539.50], MoCEntityDeer['Deer'/8758, l='MpServer', x=-244.50, y=78.00, z=541.50], MoCEntityDeer['Deer'/8759, l='MpServer', x=-243.81, y=70.00, z=537.81], EntityInfestedVillager['Infested Villager'/46647, l='MpServer', x=-79.50, y=50.00, z=392.50], MoCEntityBunny['Bunny'/21054, l='MpServer', x=-31.50, y=76.00, z=559.50], EntityZombie['Zombie'/46661, l='MpServer', x=-140.09, y=31.00, z=519.47], EntitySilverfish['Silverfish'/30278, l='MpServer', x=-7.37, y=-43.62, z=26.34], MoCEntityFox['Fox'/10831, l='MpServer', x=-167.91, y=67.00, z=527.63], MoCEntityMouse['Mouse'/10832, l='MpServer', x=-184.47, y=65.00, z=541.41], EntityItem['item.tile.mushroom2'/49232, l='MpServer', x=-105.88, y=27.13, z=516.88], MoCEntityMouse['Mouse'/10833, l='MpServer', x=-182.50, y=66.00, z=530.50], EntityHuman['Erasmus_Crowley'/45650, l='MpServer', x=-146.03, y=26.00, z=558.47], MoCEntityBunny['Bunny'/22099, l='MpServer', x=-7.66, y=76.00, z=568.03], EntitySpider['Spider'/48216, l='MpServer', x=-165.50, y=31.00, z=490.50], MoCEntityRat['Rat'/47706, l='MpServer', x=-117.50, y=58.00, z=552.50], EntityHuman['Arkas'/48218, l='MpServer', x=-87.50, y=25.00, z=352.50], MoCEntityMiniGolem['MiniGolem'/47707, l='MpServer', x=-112.56, y=59.00, z=553.69], EntityHuman['Jessassin'/45152, l='MpServer', x=-72.50, y=54.00, z=400.50], EntityMiniEnderman['Mini Enderman'/48736, l='MpServer', x=-151.53, y=69.00, z=402.47], EntityMiniEnderman['Mini Enderman'/48737, l='MpServer', x=-149.50, y=69.00, z=401.50], EntityItem['item.item.rottenFlesh'/28776, l='MpServer', x=-159.63, y=69.13, z=432.28], EntityItem['item.tile.mushroom9'/45178, l='MpServer', x=-107.25, y=26.13, z=497.88], EntityHuman['iJevin'/46729, l='MpServer', x=-135.25, y=74.00, z=414.63], MoCEntityDeer['Deer'/20620, l='MpServer', x=-123.78, y=79.00, z=551.50], EntitySpider['Spider'/4749, l='MpServer', x=-37.94, y=-35.62, z=-9.05], MoCEntityDeer['Deer'/20621, l='MpServer', x=-122.19, y=79.00, z=551.50], EntityCaveSpider['Cave Spider'/4750, l='MpServer', x=-45.94, y=-25.62, z=-4.05], MoCEntityDeer['Deer'/20622, l='MpServer', x=-123.50, y=79.00, z=548.50], EntityItem['item.item.gysahl_seeds'/28315, l='MpServer', x=-156.91, y=69.13, z=420.03], MoCEntityRat['Rat'/45726, l='MpServer', x=-165.50, y=30.00, z=483.50], MoCEntityAnt['Ant'/1702, l='MpServer', x=-250.44, y=67.00, z=333.81], MoCEntityFirefly['Firefly'/1704, l='MpServer', x=-245.50, y=66.00, z=332.50], EntityItem['item.item.string'/27817, l='MpServer', x=-144.59, y=70.13, z=408.00], MoCEntityFirefly['Firefly'/1705, l='MpServer', x=-245.50, y=66.00, z=334.81], MoCEntityFirefly['Firefly'/1706, l='MpServer', x=-244.16, y=66.00, z=336.28], MoCEntityAnt['Ant'/1707, l='MpServer', x=-251.56, y=67.00, z=332.41], MoCEntityFirefly['Firefly'/1709, l='MpServer', x=-241.38, y=66.00, z=338.53], EntityZombie['Zombie'/47283, l='MpServer', x=-78.50, y=15.00, z=504.50], EntityZombie['Zombie'/45749, l='MpServer', x=-91.94, y=39.00, z=505.50], EntitySpider['Spider'/46777, l='MpServer', x=-162.25, y=15.00, z=439.41], MoCEntityHorseMob['HorseMob'/44734, l='MpServer', x=-134.00, y=75.00, z=416.50], EntityRabbit['Rabbit'/10949, l='MpServer', x=-78.50, y=69.00, z=531.50], EntityRabbit['Rabbit'/10950, l='MpServer', x=-78.50, y=69.00, z=529.50], EntityRabbit['Rabbit'/10951, l='MpServer', x=-81.50, y=69.00, z=529.50], EntityItem['item.tile.flower1.dandelion'/44242, l='MpServer', x=-180.66, y=70.13, z=463.59], EntityZombie['Zombie'/48351, l='MpServer', x=-129.50, y=14.00, z=477.50], EntityZombie['Zombie'/47329, l='MpServer', x=-100.50, y=20.00, z=452.50], EntityCaveSpider['Cave Spider'/6894, l='MpServer', x=-11.90, y=-46.62, z=-34.21], MoCEntityMiniGolem['MiniGolem'/47859, l='MpServer', x=-90.50, y=40.00, z=545.50], EntityHuman['nekosune'/47860, l='MpServer', x=-83.66, y=40.00, z=556.34], EntityItem['item.item.string'/31486, l='MpServer', x=-145.47, y=70.13, z=410.88], EntityHuman['Xisuma'/47362, l='MpServer', x=-145.66, y=70.00, z=397.34], MoCEntityDuck['Duck'/1798, l='MpServer', x=-201.44, y=65.00, z=343.84], EntityInfestedVillager['Infested Villager'/48927, l='MpServer', x=-101.50, y=39.00, z=511.50], EntityZombie['Zombie'/48929, l='MpServer', x=-94.91, y=72.00, z=462.34], MoCEntityShark['Shark'/1827, l='MpServer', x=-190.25, y=62.00, z=332.22], EntityItem['item.item.rottenFlesh'/32548, l='MpServer', x=-189.13, y=68.13, z=441.16], MoCEntityShark['Shark'/1828, l='MpServer', x=-185.25, y=62.22, z=336.25], MoCEntityJellyFish['JellyFish'/1831, l='MpServer', x=-167.53, y=62.16, z=337.63], MoCEntityJellyFish['JellyFish'/1832, l='MpServer', x=-165.16, y=62.28, z=339.41], MoCEntityJellyFish['JellyFish'/1833, l='MpServer', x=-174.41, y=62.13, z=340.97], MoCEntityJellyFish['JellyFish'/1834, l='MpServer', x=-164.25, y=62.00, z=337.88], EntityFallingBlock['Falling Block'/6956, l='MpServer', x=-29.57, y=-11010.63, z=-20.78], EntityInfestedVillager['Infested Villager'/48432, l='MpServer', x=-162.50, y=68.00, z=414.50], EntityInfestedVillager['Infested Villager'/48433, l='MpServer', x=-158.19, y=68.00, z=415.81], EntityDesertSpider['Desert Spider'/48436, l='MpServer', x=-155.19, y=69.00, z=413.97], EntityHuman['Kobata'/49467, l='MpServer', x=-106.50, y=34.00, z=542.50], EntityHuman['CaptainSparklez'/49468, l='MpServer', x=-112.50, y=34.00, z=546.50], MoCEntityFox['Fox'/6475, l='MpServer', x=-251.16, y=57.00, z=462.16], MoCEntityDeer['Deer'/1874, l='MpServer', x=-142.50, y=70.00, z=414.50], MoCEntityBunny['Bunny'/5973, l='MpServer', x=-72.16, y=73.00, z=456.06], MoCEntityBunny['Bunny'/5974, l='MpServer', x=-81.56, y=76.00, z=444.16], MoCEntityBunny['Bunny'/8022, l='MpServer', x=-99.31, y=67.31, z=514.63], MoCEntityBunny['Bunny'/5975, l='MpServer', x=-80.28, y=75.00, z=456.91], MoCEntityBunny['Bunny'/8023, l='MpServer', x=-106.50, y=69.00, z=519.50], MoCEntityBunny['Bunny'/8024, l='MpServer', x=-106.50, y=69.00, z=519.50], MoCEntityBunny['Bunny'/1884, l='MpServer', x=-98.78, y=72.00, z=384.00], MoCEntityBunny['Bunny'/1885, l='MpServer', x=-104.13, y=73.00, z=376.69], MoCEntityBunny['Bunny'/1886, l='MpServer', x=-93.13, y=66.00, z=381.03], MoCEntityBunny['Bunny'/7006, l='MpServer', x=-5.94, y=79.00, z=486.16], MoCEntityBunny['Bunny'/7007, l='MpServer', x=-15.00, y=81.00, z=486.16], MoCEntityBunny['Bunny'/7008, l='MpServer', x=-10.13, y=79.00, z=480.47], MoCEntityFox['Fox'/7009, l='MpServer', x=-224.06, y=65.00, z=484.19], MoCEntityBunny['Bunny'/1890, l='MpServer', x=-82.00, y=75.00, z=442.78], MoCEntityBunny['Bunny'/1891, l='MpServer', x=-80.09, y=75.00, z=440.00], EntityFallingBlock['Falling Block'/7012, l='MpServer', x=-22.51, y=-10638.25, z=-32.12], MoCEntityDuck['Duck'/7014, l='MpServer', x=-215.28, y=66.00, z=489.41], MoCEntityDuck['Duck'/7015, l='MpServer', x=-217.84, y=66.00, z=481.66], MoCEntityBunny['Bunny'/20842, l='MpServer', x=-34.06, y=73.00, z=544.03], MoCEntityMole['Mole'/1906, l='MpServer', x=-67.94, y=72.00, z=367.66], MoCEntityFox['Fox'/7027, l='MpServer', x=-196.31, y=69.00, z=491.16], MoCEntityMole['Mole'/1907, l='MpServer', x=-60.50, y=78.00, z=364.50], MoCEntityBunny['Bunny'/1908, l='MpServer', x=-57.41, y=75.00, z=446.53], MoCEntityBunny['Bunny'/1909, l='MpServer', x=-60.00, y=75.00, z=440.00], EntityCaveSpider['Cave Spider'/7032, l='MpServer', x=9.42, y=-39.32, z=-33.18], EntityClientPlayerMP['JJroks543'/1913, l='MpServer', x=-127.71, y=70.62, z=459.32], MoCEntityMiniGolem['MiniGolem'/49535, l='MpServer', x=-98.50, y=72.72, z=460.97], MoCEntityFox['Fox'/7553, l='MpServer', x=-192.50, y=70.00, z=508.50], MoCEntityBunny['Bunny'/22439, l='MpServer', x=-1.91, y=74.00, z=581.91], MoCEntityBunny['Bunny'/22440, l='MpServer', x=-3.97, y=74.00, z=585.25], MoCEntityDeer['Deer'/22447, l='MpServer', x=-211.50, y=67.00, z=584.50], MoCEntityDeer['Deer'/22448, l='MpServer', x=-211.47, y=67.00, z=586.47], EntityItem['item.item.rottenFlesh'/49585, l='MpServer', x=-156.22, y=18.13, z=435.97], EntityItem['item.tile.mushroom7'/44987, l='MpServer', x=-120.22, y=17.13, z=435.88], MoCEntitySnake['Snake'/7612, l='MpServer', x=-219.06, y=67.00, z=512.38], MoCEntitySnake['Snake'/7613, l='MpServer', x=-224.81, y=67.00, z=519.50], MoCEntityFox['Fox'/7111, l='MpServer', x=-175.50, y=64.00, z=500.50], MoCEntityMouse['Mouse'/7112, l='MpServer', x=-163.47, y=62.53, z=511.72], EntitySilverfish['Silverfish'/4553, l='MpServer', x=-50.94, y=-26.62, z=-12.05], MoCEntityDuck['Duck'/7113, l='MpServer', x=-223.53, y=65.00, z=499.19], MoCEntityRat['Rat'/45017, l='MpServer', x=-123.50, y=39.00, z=518.50], EntityFallingBlock['Falling Block'/7647, l='MpServer', x=32.07, y=-11319.63, z=-22.76], EntityFallingBlock['Falling Block'/30176, l='MpServer', x=-10.38, y=-472.47, z=33.26], EntitySilverfish['Silverfish'/3042, l='MpServer', x=-56.59, y=-8.62, z=-22.87], EntityCreeper['Creeper'/4580, l='MpServer', x=-248.50, y=-0.07, z=222.50], EntityItem['item.tile.mushroom0'/32747, l='MpServer', x=-111.31, y=28.13, z=516.97], EntityHuman['Coestar'/49644, l='MpServer', x=-131.50, y=24.00, z=552.50], EntityHuman['monkeyfarm'/49646, l='MpServer', x=-140.54, y=27.00, z=569.51], EntityHuman['powercrystals'/45558, l='MpServer', x=-135.50, y=16.00, z=509.50], EntityHuman['Nuchaz'/46586, l='MpServer', x=-137.50, y=66.00, z=348.50], EntitySkeleton['Skeleton'/7676, l='MpServer', x=-158.50, y=23.00, z=347.50]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919) at net.minecraft.client.main.Main.main(SourceFile:148) 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.7.10 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: 1031572752 bytes (983 MB) / 2103443456 bytes (2006 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 67, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 142 mods loaded, 131 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAAAAAAA mcp{9.05} Minecraft Coder Pack UCHIJAAAAAAAAA FML{7.10.99.99} Forge Mod Loader UCHIJAAAAAAAAA Forge{10.13.4.1566} Minecraft Forge UCHIJAAAAAAAAA Aroma1997Core{1.0.2.16} Aroma1997Core UCHIJAAAAAAAAA bettersleepingcore{1.0} Better Sleeping Core UCHIJAAAAAAAAA CodeChickenCore{1.0.6.43} CodeChicken Core UCHIJAAAAAAAAA MobiusCore{1.2.5} MobiusCore UCHIJAAAAAAAAA NotEnoughItems{1.0.4.107} Not Enough Items UCHIJAAAAAAAAA{000} CoFH ASM
UCHIJAAAAAAAAA BinniePatcher{1.7.1} Binnie Patcher
UCHIJAAAAAAAAA debug{1.0} debug
UCHIJAAAAAAAAA AccidentallyCircumstantialEvents{1.12.2} Accidentally Circumstantial Events
UCHIJAAAAAAAAA AgriCraft{1.7.10-1.4.0} AgriCraft
UCHIJAAAAAAAAA AppleCore{1.3.0} AppleCore
UCHIJAAAAAAAAA Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper
UCHIJAAAAAAAAA AromaBackup{0.1.0.0} AromaBackup
UCHIJAAAAAAAAA AromaBackupRecovery{1.0} AromaBackup Recovery
UCHIJAAAAAAAAA CoFHCore{1.7.10R3.1.2} CoFH Core
UCHIJAAAAAAAAA MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded
UCHIJAAAAAAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAAAAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAAAAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft
UCHIJAAAAAAAAA Waila{1.5.10} Waila
UCHIJAAAAAAAAA Automagy{0.28.2} Automagy
UCHIJAAAAAAAAA autopackager{1.5.9a} AutoPackager
UCHIJAAAAAAAAA bagginses{2.1.1} Bagginses
UCHIJAAAAAAAAA bdlib{1.9.4.109} BD Lib
UCHIJAAAAAAAAA bettersleeping{1.7.10-1.2.27} Better Sleeping
UCHIJAAAAAAAAA BiblioCraft{1.11.4} BiblioCraft
UCHIJAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJAAAAAAAAA Natura{2.2.0} Natura
UCHIJAAAAAAAAA Forestry{4.2.11.59} Forestry for Minecraft
UCHIJAAAAAAAAA BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition
UCHIJAAAAAAAAA Highlands{2.2.3} Highlands
UCHIJAAAAAAAAA BiblioWoodsHighlands{1.4} BiblioWoods Highlands Edition
UCHIJAAAAAAAAA BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHIJAAAAAAAAA BinnieCore{2.0-pre14} Binnie Core
UCHIJAAAAAAAAA Botany{2.0-pre14} Botany
UCHIJAAAAAAAAA ExtraBees{2.0-pre14} Extra Bees
UCHIJAAAAAAAAA ExtraTrees{2.0-pre14} Extra Trees
UCHIJAAAAAAAAA Genetics{2.0-pre14} Genetics
UCHIJAAAAAAAAA BiomeTweaker{1.2.128} BiomeTweaker
UCHIJAAAAAAAAA AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry
UCHIJAAAAAAAAA Botania{r1.7-224} [Botania](Botania r1.7-224.jar)
UCHIJAAAAAAAAA chococraft{4.1.5} Clienthax's ChocoCraft
UCHIJAAAAAAAAA compactstorage{v2.0.0a} CompactStorage
UCHIJAAAAAAAAA cookingbook{1.0.134} Cooking for Blockheads
UCHIJAAAAAAAAA CustomMainMenu{1.9.2} Custom Main Menu
UCHIJAAAAAAAAA menagerie{1.0} menagerie
UCHIJAAAAAAAAA DeadlyWorld{1.0.2} Deadly World
UCHIJAAAAAAAAA Ding{MC1.7.10v2} Ding
UCHIJAAAAAAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAAAAAAA Enchiridion{1.3} [Enchiridion](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAA Enchiridion2{2.0.2a} [Enchiridion 2](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAA ThermalFoundation{1.7.10R1.2.3} Thermal Foundation
UCHIJAAAAAAAAA ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHIJAAAAAAAAA EnderTech{1.7.10-0.3.2.405} EnderTech
UCHIJAAAAAAAAA etfuturum{1.5.5} [Et Futurum](Et Futurum-1.5.5.jar)
UCHIJAAAAAAAAA ExtraUtilities{1.2.12} Extra Utilities
UCHIJAAAAAAAAA FinndusFillies{2.1.0.12} Finndus Fillies
UCHIJAAAAAAAAA FlatSigns{2.1.0.19} Flat Signs
UCHIJAAAAAAAAA GardenContainers{1.7.10-1.7.0} Garden Containers
UCHIJAAAAAAAAA GardenCore{1.7.10-1.7.0} Garden Core
UCHIJAAAAAAAAA GardenStuff{1.7.10-1.7.0} Garden Stuff
UCHIJAAAAAAAAA GardenTrees{1.7.10-1.7.0} Garden Trees
UCHIJAAAAAAAAA RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal
UCHIJAAAAAAAAA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJAAAAAAAAA MagicBees{2.4.3} Magic Bees
UCHIJAAAAAAAAA gendustry{1.6.3.132} GenDustry
UCHIJAAAAAAAAA advgenerators{0.9.19.120} Advanced Generators
UCHIJAAAAAAAAA gud_thaumicnei{1.3.0} Thaumic NEI
UCHIJAAAAAAAAA guideapi{1.7.10-1.0.1-20} Guide-API
UCHIJAAAAAAAAA headcrumbs{1.7.4} Headcrumbs
UCHIJAAAAAAAAA InfernalMobs{1.6.0} Infernal Mobs
UCHIJAAAAAAAAA inpure|core{1.7.10R1.0.0B9} INpureCore
UCHIJAAAAAAAAA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJAAAAAAAAA JABBA{1.2.1} JABBA
UCHIJAAAAAAAAA JadedsShinies{1.7.10-1.2} Jadeds Shinies
UCHIJAAAAAAAAA journeymap{5.1.4} JourneyMap
UCHIJAAAAAAAAA koresample{1.7.10-1.3.2} Kore Sample
UCHIJAAAAAAAAA launchgui{1.7.10-2.0-18} LaunchGUI
UCHIJAAAAAAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft
UCHIJAAAAAAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry
UCHIJAAAAAAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock
UCHIJAAAAAAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} MFR Compat: Thermal Expansion
UCHIJAAAAAAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} MFR Compat: Tinkers' Construct
UCHIJAAAAAAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} MFR Compat: Vanilla
UCHIJAAAAAAAAA Mystcraft{0.12.3.01} Mystcraft
UCHIJAAAAAAAAA NEIAddons{1.12.13.4} NEI Addons
UCHIJAAAAAAAAA NEIAddons|Developer{1.12.13.4} NEI Addons: Developer Tools
UCHIJAAAAAAAAA NEIAddons|AppEng{1.12.13.4} NEI Addons: Applied Energistics 2
UCHIJAAAAAAAAA NEIAddons|Botany{1.12.13.4} NEI Addons: Botany
UCHIJAAAAAAAAA NEIAddons|Forestry{1.12.13.4} NEI Addons: Forestry
UCHIJAAAAAAAAA NEIAddons|CraftingTables{1.12.13.4} NEI Addons: Crafting Tables
UCHIJAAAAAAAAA NEIAddons|ExNihilo{1.12.13.4} NEI Addons: Ex Nihilo
UCHIJAAAAAAAAA neiintegration{1.0.12} NEI Integration
UCHIJAAAAAAAAA NetherOres{1.7.10R2.3.1} Nether Ores
UCHIJAAAAAAAAA ObsidiPlates{3.0.0.18} ObsidiPlates
UCHIJAAAAAAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10j.jar)
UCHIJAAAAAAAAA progressiveautomation{1.6.34} Progressive Automation
UCHIJAAAAAAAAA RandomThings{2.2.4} Random Things
UCHIJAAAAAAAAA recallstones{0.5.2} Recall Stones
UCHIJAAAAAAAAA RefinedRelocation{1.1.28} Refined Relocation
UCHIJAAAAAAAAA ResourceLoader{1.3} Resource Loader
UCHIJAAAAAAAAA RouterReborn{1.2.0.41} Router Reborn
UCHIJAAAAAAAAA Sanguimancy{1.7.10-1.1.9-33} Sanguimancy
UCHIJAAAAAAAAA scottstweaks{1.7.10-1.3.1} Scott's Tweaks
UCHIJAAAAAAAAA SimpleLabels{@VERSION@} SimpleLabels
UCHIJAAAAAAAAA simplyjetpacks{1.5.3} Simply Jetpacks
UCHIJAAAAAAAAA SolarFlux{1.7.10-0.8b} Solar Flux
UCHIJAAAAAAAAA SpecialAI{1.1.2} Special AI
UCHIJAAAAAAAAA SpecialMobs{3.2.2} Special Mobs
UCHIJAAAAAAAAA SpiceOfLife{1.3.1} The Spice of Life
UCHIJAAAAAAAAA StevesWorkshop{0.5.1} Steve's Workshop
UCHIJAAAAAAAAA StorageDrawers{1.7.10-1.9.7} Storage Drawers
UCHIJAAAAAAAAA StorageDrawersForestry{1.7.10-1.1.2} Storage Drawers: Forestry Pack
UCHIJAAAAAAAAA StorageDrawersNatura{1.7.10-1.1.1} Storage Drawers: Natura Pack
UCHIJAAAAAAAAA supercraftingframe{1.7.10.3} Super Crafting Frame
UCHIJAAAAAAAAA tcnodetracker{1.1.2} TC Node Tracker
UCHIJAAAAAAAAA thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin
UCHIJAAAAAAAAA ThaumicHorizons{1.1.9} Thaumic Horizons
UCHIJAAAAAAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics
UCHIJAAAAAAAAA TiCTooltips{1.2.5} TiC Tooltips
UCHIJAAAAAAAAA VeinMiner{0.31.4_build.unknown} Vein Miner
UCHIJAAAAAAAAA VeinMinerModSupport{0.31.4_build.unknown} Mod Support
UCHIJAAAAAAAAA veinminermodintegration{1.7.10-0.2.0} Veinminer Mod Integration
UCHIJAAAAAAAAA WailaHarvestability{1.1.6} Waila Harvestability
UCHIJAAAAAAAAA denseores{1.0} Dense Ores
UCHIJAAAAAAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul
UCHIJAAAAAAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} Iguana Tinker Tweaks
UCHIJAAAAAAAAA JCTweaks{1.26} JCTweaks
UD BiomeTweakerCore{1.2.128} BiomeTweaker Core
UD MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} MFR Compat: Applied Energistics
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes
UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} MFR Compat: TwilightForest
CoFHCore: -[1.7.10]3.1.2-325
MineFactoryReloaded: -[1.7.10]2.8.1-174
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
RedstoneArsenal: -[1.7.10]1.1.2-92
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.0-1.7.10.jar
* AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.0.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* bettersleeping|api (1.1) from BetterSleeping-1.7.10-1.2.27.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (64) from Botania r1.7-224.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* CoFHAPI (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-4.2.11.59.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHAPI|item (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHAPI|transport (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* compactstorage (v2.0.0a) from compactstorage-1.7.10-release-2.1.0-lts.21-universal.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.7.0.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* journeymap|client-api (0.3) from journeymap-1.7.10-5.1.4-unlimited.jar
* journeymap|client-api-impl (0.3) from journeymap-1.7.10-5.1.4-unlimited.jar
* journeymap|client-api-map (0.3) from journeymap-1.7.10-5.1.4-unlimited.jar
* journeymap|client-api-util (0.3) from journeymap-1.7.10-5.1.4-unlimited.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* RefinedRelocationAPI (1.0.0) from RefinedRelocation-mc1.7.10-1.1.28.jar
* Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-33.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* Thaumcraft|API (4.2.2.0) from thaumichorizons-1.7.10-1.1.9.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.31.4.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Forestry : Info: The following plugins have been disabled in the config: industrialcraft
Launched Version: forge-10.13.4.1566
LWJGL: 2.9.1
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.39, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.