As the title say, checking any kind of recipes on NEI cause an internal server shutdown, though the java instances remain open in the task manager. Any help would be greatly appreciated.
java.lang.NoSuchMethodError: com.pam.harvestcraft.PresserRecipes.smelting()Lcom/pam/harvestcraft/PresserRecipes;
at tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser.loadCraftingRecipes(RecipeHandlerPresser.java:91)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser.loadCraftingRecipes(RecipeHandlerPresser.java:91)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
As the title say, checking any kind of recipes on NEI cause an internal server shutdown, though the java instances remain open in the task manager. Any help would be greatly appreciated.
Crash Report:
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 12/1/15 12:36 PM
Description: Updating screen events
java.lang.NoSuchMethodError: com.pam.harvestcraft.PresserRecipes.smelting()Lcom/pam/harvestcraft/PresserRecipes;
at tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser.loadCraftingRecipes(RecipeHandlerPresser.java:91)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tonius.neiintegration.mods.harvestcraft.RecipeHandlerPresser.loadCraftingRecipes(RecipeHandlerPresser.java:91)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Taz_988'/333, l='MpServer', x=60.95, y=65.62, z=362.88]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (88,64,257), Chunk: (at 8,4,1 in 5,16; contains blocks 80,0,256 to 95,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 524980 game time, 733072 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: 98 total; [EntityItem['item.item.feather'/1037, l='MpServer', x=28.22, y=70.13, z=323.03], EntityItem['item.item.dyePowder.black'/3087, l='MpServer', x=106.09, y=56.93, z=354.29], EntityManaBurst['Mana Burst'/3604, l='MpServer', x=63.47, y=64.50, z=373.00], EntityItem['item.item.dyePowder.black'/3376, l='MpServer', x=108.53, y=55.13, z=349.19], EntityItem['item.item.dyePowder.black'/2865, l='MpServer', x=81.81, y=57.13, z=311.06], EntityZombie['Zombie'/96, l='MpServer', x=-19.34, y=25.00, z=293.09], EntityCreeper['Creeper'/97, l='MpServer', x=-17.41, y=19.00, z=311.06], EntityBat['Bat'/99, l='MpServer', x=-14.75, y=19.00, z=317.25], EntityZombie['Zombie'/1635, l='MpServer', x=23.50, y=36.00, z=298.50], EntitySkeleton['Skeleton'/100, l='MpServer', x=-16.50, y=33.00, z=321.50], EntityZombie['Zombie'/101, l='MpServer', x=-17.50, y=33.00, z=323.50], EntitySkeleton['Skeleton'/107, l='MpServer', x=-6.69, y=20.00, z=297.88], EntitySkeleton['Skeleton'/108, l='MpServer', x=-1.31, y=18.00, z=302.41], EntityZombie['Zombie'/109, l='MpServer', x=-13.47, y=12.00, z=353.03], EntitySkeleton['Skeleton'/110, l='MpServer', x=-4.50, y=43.00, z=363.50], EntityBat['Bat'/111, l='MpServer', x=-17.44, y=42.10, z=364.25], EntitySpider['Spider'/112, l='MpServer', x=-13.16, y=67.00, z=393.03], EntitySheep['Sheep'/113, l='MpServer', x=-14.97, y=77.00, z=403.03], EntitySheep['Sheep'/114, l='MpServer', x=-11.63, y=76.00, z=428.16], EntityBat['Bat'/118, l='MpServer', x=26.33, y=19.78, z=319.90], EntityZombie['Zombie'/119, l='MpServer', x=8.41, y=35.00, z=312.47], EntityBat['Bat'/120, l='MpServer', x=3.50, y=42.10, z=363.88], EntityChicken['Chicken'/121, l='MpServer', x=3.34, y=69.00, z=353.47], EntityItem['item.item.dyePowder.black'/2169, l='MpServer', x=31.25, y=58.13, z=344.00], EntityItem['item.item.feather'/122, l='MpServer', x=1.22, y=69.13, z=353.13], EntityCow['Cow'/125, l='MpServer', x=25.06, y=63.00, z=295.88], EntityChicken['Chicken'/126, l='MpServer', x=19.63, y=79.00, z=302.53], EntityItem['item.item.egg'/127, l='MpServer', x=21.94, y=79.13, z=302.06], EntityBat['Bat'/129, l='MpServer', x=33.50, y=20.00, z=310.69], EntityBat['Bat'/130, l='MpServer', x=27.84, y=16.87, z=312.98], EntityChicken['Chicken'/131, l='MpServer', x=28.47, y=70.00, z=324.44], EntityChicken['Chicken'/132, l='MpServer', x=24.53, y=78.00, z=324.72], EntityItem['item.item.egg'/133, l='MpServer', x=28.13, y=70.13, z=322.13], EntitySheep['Sheep'/134, l='MpServer', x=21.63, y=80.00, z=438.69], EntityBat['Bat'/138, l='MpServer', x=57.75, y=16.10, z=283.75], EntityCow['Cow'/139, l='MpServer', x=45.19, y=72.00, z=284.50], EntityCow['Cow'/140, l='MpServer', x=35.50, y=63.00, z=292.50], EntityCow['Cow'/141, l='MpServer', x=39.53, y=65.00, z=300.53], EntitySkeleton['Skeleton'/142, l='MpServer', x=42.50, y=11.00, z=310.50], EntitySkeleton['Skeleton'/143, l='MpServer', x=42.50, y=11.00, z=309.50], EntitySquid['Squid'/400, l='MpServer', x=108.72, y=56.00, z=353.06], EntitySkeleton['Skeleton'/144, l='MpServer', x=31.67, y=11.59, z=317.73], EntitySquid['Squid'/401, l='MpServer', x=106.50, y=57.38, z=355.78], EntityZombie['Zombie'/145, l='MpServer', x=36.03, y=42.00, z=315.50], EntitySquid['Squid'/402, l='MpServer', x=107.78, y=55.09, z=348.53], EntitySheep['Sheep'/146, l='MpServer', x=33.34, y=74.00, z=411.44], EntitySquid['Squid'/403, l='MpServer', x=107.88, y=57.34, z=348.13], EntitySquid['Squid'/404, l='MpServer', x=112.50, y=57.34, z=357.34], EntitySquid['Squid'/405, l='MpServer', x=110.34, y=57.34, z=351.22], EntitySquid['Squid'/406, l='MpServer', x=108.59, y=56.00, z=356.06], EntitySquid['Squid'/407, l='MpServer', x=105.72, y=57.00, z=353.72], EntitySquid['Squid'/408, l='MpServer', x=107.78, y=55.00, z=350.94], EntitySpider['Spider'/152, l='MpServer', x=44.44, y=39.00, z=283.81], EntityCreeper['Creeper'/154, l='MpServer', x=59.50, y=39.00, z=405.50], EntitySquid['Squid'/410, l='MpServer', x=82.66, y=62.00, z=317.38], EntitySheep['Sheep'/155, l='MpServer', x=50.16, y=68.00, z=427.88], EntitySquid['Squid'/412, l='MpServer', x=84.47, y=61.88, z=312.66], EntitySquid['Squid'/413, l='MpServer', x=83.50, y=59.31, z=311.84], EntitySquid['Squid'/414, l='MpServer', x=80.09, y=58.88, z=311.81], EntitySquid['Squid'/415, l='MpServer', x=79.94, y=61.81, z=318.69], EntitySquid['Squid'/416, l='MpServer', x=81.38, y=60.25, z=319.59], EntitySquid['Squid'/417, l='MpServer', x=81.25, y=59.34, z=310.59], EntitySquid['Squid'/418, l='MpServer', x=76.63, y=60.31, z=317.69], EntitySquid['Squid'/419, l='MpServer', x=74.84, y=62.34, z=311.59], EntitySquid['Squid'/420, l='MpServer', x=82.34, y=59.72, z=316.19], EntityZombie['Zombie'/164, l='MpServer', x=73.50, y=29.00, z=290.50], EntitySquid['Squid'/421, l='MpServer', x=73.38, y=61.00, z=320.50], EntityCreeper['Creeper'/165, l='MpServer', x=73.50, y=29.00, z=289.50], EntitySquid['Squid'/422, l='MpServer', x=35.66, y=57.81, z=341.78], EntitySkeleton['Skeleton'/166, l='MpServer', x=61.50, y=35.00, z=291.91], EntitySquid['Squid'/423, l='MpServer', x=32.66, y=61.34, z=344.13], EntitySpider['Spider'/167, l='MpServer', x=80.91, y=39.00, z=403.88], EntitySquid['Squid'/424, l='MpServer', x=32.59, y=61.31, z=342.09], EntitySkeleton['Skeleton'/168, l='MpServer', x=66.50, y=39.00, z=409.50], EntitySquid['Squid'/425, l='MpServer', x=37.07, y=60.38, z=341.37], EntityCreeper['Creeper'/169, l='MpServer', x=71.50, y=39.00, z=401.50], EntitySquid['Squid'/426, l='MpServer', x=37.94, y=59.00, z=335.13], EntityZombie['Zombie'/1706, l='MpServer', x=48.81, y=23.00, z=316.69], EntitySquid['Squid'/427, l='MpServer', x=38.47, y=59.00, z=339.81], EntityZombie['Zombie'/1707, l='MpServer', x=56.63, y=24.00, z=308.56], EntitySkeleton['Skeleton'/1708, l='MpServer', x=57.50, y=23.00, z=303.94], EntitySkeleton['Skeleton'/1709, l='MpServer', x=58.50, y=24.00, z=311.50], EntitySkeleton['Skeleton'/1710, l='MpServer', x=55.00, y=24.00, z=314.63], EntityClientPlayerMP['Taz_988'/333, l='MpServer', x=60.95, y=65.62, z=362.88], EntityCreeper['Creeper'/1724, l='MpServer', x=52.00, y=37.00, z=281.63], EntityCreeper['Creeper'/1725, l='MpServer', x=49.44, y=37.00, z=286.22], EntityCreeper['Creeper'/1726, l='MpServer', x=52.69, y=38.00, z=280.66], EntitySkeleton['Skeleton'/1727, l='MpServer', x=51.59, y=37.00, z=283.53], EntityBat['Bat'/449, l='MpServer', x=20.97, y=48.87, z=425.72], EntityBat['Bat'/450, l='MpServer', x=12.75, y=49.10, z=436.25], EntitySkeleton['Skeleton'/1731, l='MpServer', x=49.63, y=37.00, z=285.22], EntitySkeleton['Skeleton'/1732, l='MpServer', x=50.72, y=37.00, z=284.28], EntitySkeleton['Skeleton'/1733, l='MpServer', x=48.34, y=37.00, z=283.22], EntitySkeleton['Skeleton'/198, l='MpServer', x=84.50, y=39.00, z=396.50], EntityZombie['Zombie'/199, l='MpServer', x=85.50, y=50.00, z=442.50], EntitySlime['Slime'/203, l='MpServer', x=102.31, y=39.69, z=389.57], EntityItem['item.item.slimeball'/204, l='MpServer', x=104.03, y=39.13, z=390.09], EntityZombie['Zombie'/207, l='MpServer', x=135.50, y=27.00, z=392.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 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: 664232448 bytes (633 MB) / 2081423360 bytes (1985 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 51 mods loaded, 51 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA AgriCraft{1.7.10-1.4.5} [AgriCraft] (AgriCraft-1.7.10-1.4.5.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA Automagy{0.27} [Automagy] (Automagy-1.7.10-0.27.jar)
UCHIJAAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Botania{r1.7-237} [Botania] (Botania r1.7-237.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.571} [Forbidden Magic] (Forbidden Magic-1.7.10-0.571.jar)
UCHIJAAAA Forestry{4.2.0.47} [Forestry for Minecraft] (forestry_1.7.10-4.2.0.47.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA journeymap{5.1.1} [JourneyMap] (journeymap-1.7.10-5.1.1-unlimited.jar)
UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCHIJAAAA MagicBees{1.7.10-2.4.0} [Magic Bees] (magicbees-1.7.10-2.4.0.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10La.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.7.2} [Storage Drawers] (StorageDrawers-1.7.10-1.7.2.jar)
UCHIJAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAAAA Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
UCHIJAAAA TCBotaniaExoflame{1.0} [TCBotaniaExoflame] (TCBotaniaExoflame-1.7.10-1.1.jar)
UCHIJAAAA tcinventoryscan{1.0.3} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.3.jar)
UCHIJAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.0.0' Renderer: 'AMD Radeon HD 5670'
Launched Version: forge-10.13.4.1566
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 5670 GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
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.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Compatibility issue or some other issue between NEI and Pam's Harvestcraft. Probably would be better off reporting to mod author(s).