java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.mods.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tonius.neiintegration.mods.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
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)
When I attempt to call recipies from the NEI interface the client crashes.
Error Report
---- Minecraft Crash Report ----
// I feel sad now
Time: 1/7/16 3:58 PM
Description: Updating screen events
java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.mods.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tonius.neiintegration.mods.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
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['mklizard641'/562, l='MpServer', x=48.97, y=75.62, z=1227.15]]
Chunk stats: MultiplayerChunkCache: 625, 634
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (978,64,939), Chunk: (at 2,4,11 in 61,58; contains blocks 976,0,928 to 991,255,943), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 283978 game time, 508770 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: 131 total; [EntityCreeper['Creeper'/775, l='MpServer', x=26.50, y=35.00, z=1178.50], EntityCreeper['Creeper'/776, l='MpServer', x=29.50, y=35.00, z=1178.56], EntityCreeper['Creeper'/777, l='MpServer', x=26.50, y=35.00, z=1177.50], EntitySkeleton['Skeleton'/780, l='MpServer', x=23.50, y=35.00, z=1176.50], EntityCow['Cow'/781, l='MpServer', x=28.38, y=67.00, z=1197.59], EntityCow['Cow'/782, l='MpServer', x=37.78, y=66.00, z=1210.19], EntityCow['Cow'/783, l='MpServer', x=17.41, y=64.00, z=1253.75], EntitySheep['Sheep'/784, l='MpServer', x=25.19, y=65.00, z=1294.50], EntityVillager['Villager'/27, l='MpServer', x=65.70, y=73.00, z=1243.70], EntityVillager['Villager'/28, l='MpServer', x=66.69, y=73.00, z=1238.31], EntitySkeleton['Skeleton'/796, l='MpServer', x=46.50, y=29.00, z=1173.50], EntityItem['item.tile.dirt.default'/29, l='MpServer', x=77.91, y=69.13, z=1235.13], EntitySkeleton['Skeleton'/797, l='MpServer', x=41.50, y=29.00, z=1206.50], EntityItem['item.tile.dirt.default'/30, l='MpServer', x=77.22, y=70.13, z=1235.06], EntityChicken['Chicken'/798, l='MpServer', x=40.91, y=68.00, z=1216.47], EntityItem['item.tile.dirt.default'/31, l='MpServer', x=78.03, y=70.13, z=1234.59], EntityVillager['Villager'/799, l='MpServer', x=48.87, y=69.00, z=1216.60], EntityVillager['Villager'/32, l='MpServer', x=67.69, y=73.00, z=1239.31], EntityChicken['Chicken'/800, l='MpServer', x=24.59, y=66.00, z=1220.56], EntityVillager['Villager'/34, l='MpServer', x=66.69, y=73.00, z=1239.50], EntityVillager['Villager'/546, l='MpServer', x=46.44, y=68.00, z=1216.71], EntityVillager['Villager'/35, l='MpServer', x=67.56, y=74.00, z=1243.69], EntityVillager['Villager'/547, l='MpServer', x=44.00, y=68.00, z=1217.42], EntityVillager['Villager'/36, l='MpServer', x=66.94, y=73.50, z=1242.50], EntityBat['Bat'/548, l='MpServer', x=84.23, y=56.80, z=1261.24], EntityVillager['Villager'/37, l='MpServer', x=65.84, y=73.00, z=1242.69], EntityItem['item.tile.sapling.oak'/549, l='MpServer', x=73.81, y=72.13, z=1252.13], EntityItem['item.tile.flower2.allium'/805, l='MpServer', x=50.69, y=69.13, z=1281.34], EntitySlime['Slime'/550, l='MpServer', x=34.78, y=20.00, z=1224.22], EntitySheep['Sheep'/806, l='MpServer', x=48.97, y=63.00, z=1299.91], EntityCow['Cow'/551, l='MpServer', x=45.09, y=74.00, z=1226.09], EntityHorse['Horse'/552, l='MpServer', x=46.84, y=74.00, z=1228.06], EntityChicken['Chicken'/553, l='MpServer', x=42.76, y=68.00, z=1218.22], EntityVillager['Villager'/554, l='MpServer', x=49.70, y=68.00, z=1217.59], EntityVillager['Villager'/555, l='MpServer', x=44.72, y=68.00, z=1216.44], EntitySkeleton['Skeleton'/811, l='MpServer', x=82.16, y=51.00, z=1172.53], EntityVillager['Villager'/556, l='MpServer', x=45.03, y=68.00, z=1216.62], EntityZombie['Zombie'/812, l='MpServer', x=77.50, y=23.00, z=1197.50], EntityVillager['Villager'/557, l='MpServer', x=44.61, y=68.00, z=1215.35], EntityVillager['Villager'/813, l='MpServer', x=63.79, y=70.00, z=1274.41], EntityCreeper['Creeper'/814, l='MpServer', x=84.50, y=51.00, z=1174.50], EntityBat['Bat'/816, l='MpServer', x=81.59, y=51.19, z=1174.09], EntityVillager['Villager'/563, l='MpServer', x=63.03, y=73.00, z=1242.44], EntityVillager['Villager'/564, l='MpServer', x=66.91, y=73.00, z=1241.31], EntityVillager['Villager'/565, l='MpServer', x=64.63, y=73.00, z=1242.63], FancyEntityItem['item.item.InfiTool.Shovel'/566, l='MpServer', x=71.47, y=71.13, z=1224.31], EntitySheep['Sheep'/567, l='MpServer', x=90.22, y=65.00, z=1229.19], EntityCartChest['entity.MinecartChest.name'/823, l='MpServer', x=105.50, y=34.50, z=1120.50], EntityCreeper['Creeper'/568, l='MpServer', x=83.41, y=60.00, z=1246.00], EntitySpider['Spider'/569, l='MpServer', x=95.00, y=33.00, z=1252.00], EntityBat['Bat'/570, l='MpServer', x=87.80, y=32.72, z=1253.49], EntityCreeper['Creeper'/571, l='MpServer', x=98.25, y=59.00, z=1246.94], EntitySkeleton['Skeleton'/572, l='MpServer', x=95.50, y=51.00, z=1254.50], EntityIceCreeper['Ice Creeper'/828, l='MpServer', x=93.97, y=17.00, z=1209.50], EntitySheep['Sheep'/829, l='MpServer', x=109.81, y=72.00, z=1202.50], EntityChicken['Chicken'/574, l='MpServer', x=48.50, y=70.00, z=1209.50], EntityBat['Bat'/830, l='MpServer', x=102.66, y=50.85, z=1226.03], EntityBat['Bat'/831, l='MpServer', x=108.75, y=50.00, z=1239.72], EntityCreeper['Creeper'/576, l='MpServer', x=67.50, y=31.00, z=1212.50], EntitySkeleton['Skeleton'/832, l='MpServer', x=97.50, y=51.00, z=1253.50], EntitySkeleton['Skeleton'/833, l='MpServer', x=98.06, y=50.00, z=1266.47], EntitySheep['Sheep'/578, l='MpServer', x=90.94, y=64.00, z=1211.03], EntitySkeleton['Skeleton'/834, l='MpServer', x=99.50, y=51.00, z=1248.50], EntityCow['Cow'/835, l='MpServer', x=106.84, y=64.00, z=1254.91], EntitySheep['Sheep'/836, l='MpServer', x=98.41, y=66.00, z=1263.13], EntityCreeper['Creeper'/1865, l='MpServer', x=111.50, y=52.00, z=1278.50], EntityCartChest['entity.MinecartChest.name'/843, l='MpServer', x=113.50, y=38.50, z=1098.50], EntityZombie['Zombie'/1867, l='MpServer', x=1.50, y=30.00, z=1255.50], EntitySpider['Spider'/846, l='MpServer', x=123.59, y=16.00, z=1243.25], EntitySpider['Spider'/847, l='MpServer', x=126.00, y=16.00, z=1239.19], EntityClientPlayerMP['mklizard641'/562, l='MpServer', x=48.97, y=75.62, z=1227.15], EntityZombie['Sickly Zombie'/848, l='MpServer', x=121.94, y=17.00, z=1233.50], EntityZombie['Zombie'/849, l='MpServer', x=128.53, y=16.00, z=1235.50], EntityCow['Cow'/850, l='MpServer', x=121.50, y=65.00, z=1267.50], EntityCow['Cow'/851, l='MpServer', x=125.81, y=65.00, z=1269.63], EntityCow['Cow'/852, l='MpServer', x=125.66, y=65.00, z=1268.16], EntityCow['Cow'/853, l='MpServer', x=113.31, y=64.00, z=1265.47], EntityCow['Cow'/854, l='MpServer', x=128.50, y=81.00, z=1176.50], EntitySkeleton['Skeleton'/1878, l='MpServer', x=5.50, y=27.00, z=1160.50], EntityBat['Bat'/1880, l='MpServer', x=103.50, y=52.64, z=1211.59], EntityBat['Bat'/1881, l='MpServer', x=84.34, y=49.00, z=1182.43], EntityCartChest['entity.MinecartChest.name'/889, l='MpServer', x=177.50, y=42.50, z=1121.50], EntityBat['Bat'/1964, l='MpServer', x=-22.38, y=18.01, z=1272.53], EntitySheep['Sheep'/699, l='MpServer', x=-21.25, y=64.00, z=1179.97], EntitySheep['Sheep'/700, l='MpServer', x=-22.50, y=64.00, z=1176.41], EntitySheep['Sheep'/701, l='MpServer', x=-23.50, y=64.00, z=1183.50], EntitySheep['Sheep'/702, l='MpServer', x=-28.28, y=64.00, z=1175.25], EntityCow['Cow'/703, l='MpServer', x=-30.88, y=65.00, z=1194.94], EntityCow['Cow'/704, l='MpServer', x=-21.59, y=64.00, z=1201.31], EntityCow['Cow'/705, l='MpServer', x=-23.84, y=64.00, z=1205.50], EntitySheep['Sheep'/706, l='MpServer', x=-25.66, y=64.00, z=1208.44], EntityCow['Cow'/707, l='MpServer', x=-22.03, y=64.00, z=1209.91], EntityZombie['Zombie'/708, l='MpServer', x=-18.50, y=17.00, z=1229.50], EntityZombie['Zombie'/709, l='MpServer', x=-30.50, y=16.00, z=1231.50], EntityCreeper['Creeper'/1989, l='MpServer', x=6.50, y=27.00, z=1159.50], EntityBat['Bat'/710, l='MpServer', x=-27.53, y=17.00, z=1231.69], EntityCreeper['Creeper'/1990, l='MpServer', x=0.38, y=27.00, z=1157.40], EntityBat['Bat'/711, l='MpServer', x=-21.59, y=17.00, z=1232.78], EntityWitch['Witch'/712, l='MpServer', x=-30.50, y=16.00, z=1232.50], EntityCow['Cow'/713, l='MpServer', x=-11.97, y=66.00, z=1232.06], EntityWitch['Witch'/714, l='MpServer', x=-27.50, y=32.00, z=1257.50], EntityTrail['unknown'/1226, l='MpServer', x=48.97, y=75.62, z=1227.15], EntityChicken['Chicken'/715, l='MpServer', x=-31.38, y=64.00, z=1261.47], EntitySkeleton['Skeleton'/716, l='MpServer', x=-27.30, y=17.00, z=1276.30], EntitySkeleton['Skeleton'/717, l='MpServer', x=-31.50, y=51.00, z=1276.50], EntityCow['Cow'/718, l='MpServer', x=-29.19, y=68.00, z=1274.81], EntityCow['Cow'/719, l='MpServer', x=-20.75, y=66.00, z=1264.19], EntitySpider['Spider'/721, l='MpServer', x=-18.25, y=46.00, z=1291.41], EntityEnderman['Enderman'/722, l='MpServer', x=-18.50, y=46.00, z=1286.38], EntityEnderman['Enderman'/723, l='MpServer', x=-19.53, y=46.00, z=1290.13], EntityCow['Cow'/724, l='MpServer', x=-20.78, y=64.00, z=1307.28], EntityBat['Bat'/2017, l='MpServer', x=88.39, y=54.96, z=1233.20], EntityZombie['Zombie'/740, l='MpServer', x=-10.50, y=13.35, z=1192.40], EntityChicken['Chicken'/741, l='MpServer', x=-10.50, y=13.00, z=1192.50], EntityCow['Cow'/742, l='MpServer', x=-3.50, y=66.00, z=1199.75], EntityBat['Bat'/743, l='MpServer', x=-13.16, y=13.00, z=1200.09], EntityCreeper['Creeper'/744, l='MpServer', x=-13.50, y=16.00, z=1204.50], EntityCow['Cow'/745, l='MpServer', x=-6.50, y=66.00, z=1203.38], EntityBat['Bat'/746, l='MpServer', x=-8.44, y=14.00, z=1222.75], EntityBat['Bat'/747, l='MpServer', x=-7.44, y=14.00, z=1217.25], EntityChicken['Chicken'/749, l='MpServer', x=-6.94, y=65.00, z=1258.38], EntityCreeper['Creeper'/750, l='MpServer', x=-15.50, y=46.00, z=1278.50], EntityBat['Bat'/751, l='MpServer', x=-7.47, y=33.10, z=1269.56], EntityChicken['Chicken'/752, l='MpServer', x=-12.47, y=66.00, z=1276.66], EntityZombie['Zombie'/753, l='MpServer', x=-0.50, y=23.00, z=1290.50], EntityCow['Cow'/754, l='MpServer', x=-13.81, y=64.00, z=1300.19], EntitySpider['Spider'/759, l='MpServer', x=11.88, y=27.00, z=1151.09], EntityZombie['Zombie'/760, l='MpServer', x=6.50, y=27.00, z=1152.50], EntityCow['Cow'/761, l='MpServer', x=0.97, y=64.00, z=1189.06], EntityCow['Cow'/762, l='MpServer', x=3.75, y=66.00, z=1196.19], EntityCow['Cow'/763, l='MpServer', x=15.63, y=68.00, z=1225.41]]
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4208894624 bytes (4013 MB) / 6111625216 bytes (5828 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3G -Xmx8G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_U_C1 129 mods loaded, 129 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 appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA IC2{2.2.796-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.796-experimental.jar)
UCHIJAAAA AdvancedMachines{1.1.6} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJAAAA aiimprovements{0.0.1.19} [AI Improvements] (AIImprovements-1.7.10-0.0.1b19-dev.jar)
UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA BuildCraft|Core{7.1.13} [BuildCraft] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Builders{7.1.13} [BC Builders] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Transport{7.1.13} [BC Transport] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Energy{7.1.13} [BC Energy] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.13} [BC Silicon] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.13} [BC Robotics] (buildcraft-7.1.13.jar)
UCHIJAAAA BuildCraft|Factory{7.1.13} [BC Factory] (buildcraft-7.1.13.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHIJAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar)
UCHIJAAAA Forestry{3.6.6.24} [Forestry for Minecraft] (forestry_1.7.10-3.6.6.24.jar)
UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA InfernalMobs{1.6.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA journeymap{5.1.3b1} [JourneyMap] (journeymap-1.7.10-5.1.3b1-unlimited.jar)
UCHIJAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
UCHIJAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar)
UCHIJAAAA MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA AS_Minions{1.9.4} [Minions] (Minions-1.7.10.jar)
UCHIJAAAA ModularForcefieldSystem{3.0-ALPHA-7} [Modular Forcefield System] (ModularForcefieldSystem-1.7.10-3.0-ALPHA-7.jar)
UCHIJAAAA NEIAddons{1.12.8.30} [NEI Addons] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.8.30} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.8.30} [NEI Addons: Botany] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.8.30} [NEI Addons: Forestry] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.8.30} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.8.30} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA neresources{0.1.0.106} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.106.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
UCHIJAAAA RopesPlus{1.6.4} [Ropes+] (RopePlus-1.7.10.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAA woodenbucket{0.0.3.20151107174900} [Wooden Bucket] (WoodenBucket-1.7.10-0.0.3b20151107174900-dev-universal.jar)
UCHIJAAAA woodenrails{0.0.1.20150806142027} [Wooden Rails] (WoodenRails-1.7.10-0.0.1b1.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce GTX 970/PCIe/SSE2'
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
ThermalDynamics: -[1.7.10]1.1.0-161
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, 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.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Fanver_Universal_1.7.x.zip, Fanver_Modded_Universal.zip] 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)
Mod List
https://picasaweb.google.com/lh/photo/KCFHinR436Bu2BcssOZPGOe_2HBRgGpH0OSrpfSp0aE?feat=directlink
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumits not nei, its codechickencore, most coremods crash people, like me, but removing ccc wont help with the problem, as it is required for nei
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo, it's not CodeChickenCore causing the problem. It's NEI Integration.
@OP: Update NEI Integration.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Thank you, that solved my problem.