java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.mods.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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)
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: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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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)
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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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)
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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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 ----
// Surprise! Haha. Well, this is awkward.
Time: 11/30/15 8:06 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: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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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)
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: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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['ZombiQueen'/9399, l='MpServer', x=-1721.32, y=148.12, z=1059.84]]
Chunk stats: MultiplayerChunkCache: 729, 738
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-2695,21,698), Chunk: (at 9,1,10 in -169,43; contains blocks -2704,0,688 to -2689,255,703), Region: (-6,1; contains chunks -192,32 to -161,63, blocks -3072,0,512 to -2561,255,1023)
Level time: 1342978 game time, 2160849 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 261 total; [MoCEntityHorse['WildHorse'/1726488, l='MpServer', x=-1679.47, y=113.00, z=1004.06], MoCEntityMouse['Mouse'/1725980, l='MpServer', x=-1638.16, y=63.00, z=1043.66], EntityPig['Pig'/1726486, l='MpServer', x=-1670.06, y=113.00, z=1004.97], MoCEntityRaccoon['Raccoon'/1726487, l='MpServer', x=-1672.28, y=113.00, z=1005.56], MoCEntityMouse['Mouse'/1726474, l='MpServer', x=-1741.72, y=103.00, z=1006.59], MoCEntitySnake['Snake'/1725962, l='MpServer', x=-1717.25, y=66.00, z=1128.72], EntityPig['Pig'/1725963, l='MpServer', x=-1715.34, y=67.00, z=1126.50], EntityCaveSpider['Cave Spider'/1393670, l='MpServer', x=15.92, y=-29.13, z=49.10], EntityPig['Pig'/1725961, l='MpServer', x=-1721.88, y=67.00, z=1132.19], MoCEntityBird['Bird'/1726476, l='MpServer', x=-1678.50, y=113.00, z=943.78], EntityCaveSpider['Cave Spider'/1496074, l='MpServer', x=-23.79, y=-0.05, z=35.74], MoCEntityBird['Bird'/1726015, l='MpServer', x=-1782.78, y=63.00, z=1156.22], MoCEntityBird['Bird'/1726006, l='MpServer', x=-1773.97, y=64.00, z=1150.97], MoCEntitySnake['Snake'/1726007, l='MpServer', x=-1595.78, y=78.00, z=1159.56], MoCEntityBird['Bird'/1726005, l='MpServer', x=-1765.97, y=68.00, z=1145.50], MoCEntityBear['Bear'/1726499, l='MpServer', x=-1634.31, y=101.00, z=1003.34], EntityPig['Pig'/1726500, l='MpServer', x=-1689.88, y=103.00, z=1010.13], MoCEntitySnake['Snake'/1726501, l='MpServer', x=-1737.00, y=103.00, z=936.44], EntitySpider['Spider'/1427541, l='MpServer', x=7.47, y=-18.68, z=59.35], EntityMinecartChest['entity.MinecartChest.name'/1726043, l='MpServer', x=-1781.50, y=25.50, z=1117.50], MoCEntityHorse['WildHorse'/1726552, l='MpServer', x=-1747.59, y=104.00, z=952.03], MoCEntityMouse['Mouse'/1726553, l='MpServer', x=-1615.34, y=91.00, z=979.63], MoCEntityHorse['WildHorse'/1726558, l='MpServer', x=-1678.03, y=115.00, z=987.88], EntitySheep['Sheep'/1726046, l='MpServer', x=-1780.78, y=96.00, z=1107.53], EntityItem['item.item.ganyssurface.poop'/2694765, l='MpServer', x=-1763.28, y=91.13, z=1108.84], MoCEntityHorse['WildHorse'/1726559, l='MpServer', x=-1672.00, y=121.00, z=953.00], EntitySheep['Sheep'/1726047, l='MpServer', x=-1768.28, y=102.00, z=1100.41], MoCEntityHorse['WildHorse'/1726556, l='MpServer', x=-1671.06, y=119.00, z=979.22], EntityCow['Cow'/1726044, l='MpServer', x=-1779.34, y=94.00, z=1117.47], MoCEntityHorse['WildHorse'/1726557, l='MpServer', x=-1666.56, y=119.00, z=979.03], EntitySheep['Sheep'/1726045, l='MpServer', x=-1780.56, y=93.00, z=1113.53], EntityPig['Pig'/1726547, l='MpServer', x=-1774.69, y=114.00, z=990.50], MoCEntityBear['Bear'/1726545, l='MpServer', x=-1774.41, y=107.00, z=976.94], MoCEntitySnake['Snake'/1726551, l='MpServer', x=-1738.97, y=104.00, z=953.56], EntityZombie['Zombie'/1384519, l='MpServer', x=-15.56, y=-34.56, z=32.30], EntityItem['item.item.ganyssurface.poop'/2626173, l='MpServer', x=-1725.78, y=76.13, z=1103.84], MoCEntityBigCat['BigCat'/1726541, l='MpServer', x=-1760.13, y=108.00, z=935.34], MoCEntityBird['Bird'/1726016, l='MpServer', x=-1782.44, y=62.00, z=1161.75], EntitySheep['Sheep'/1726017, l='MpServer', x=-1783.47, y=64.00, z=1134.44], EntityZombie['Zombie'/826960, l='MpServer', x=45.28, y=-9.62, z=9.86], EntitySheep['Sheep'/1726022, l='MpServer', x=-1784.34, y=103.00, z=1062.44], EntityPig['Pig'/1726590, l='MpServer', x=-1760.97, y=111.00, z=1019.50], EntityPig['Pig'/1726591, l='MpServer', x=-1765.16, y=114.00, z=1015.06], EntityZombie['Zombie'/1426546, l='MpServer', x=6.22, y=-8.77, z=59.90], MoCEntityHorse['WildHorse'/1726579, l='MpServer', x=-1748.41, y=104.00, z=940.91], MoCEntityBigCat['BigCat'/1726576, l='MpServer', x=-1647.81, y=111.00, z=1010.50], MoCEntityRaccoon['Raccoon'/1726058, l='MpServer', x=-1691.94, y=103.00, z=1086.72], MoCEntityBird['Bird'/1726059, l='MpServer', x=-1714.13, y=66.00, z=1149.59], EntityPig['Pig'/1726056, l='MpServer', x=-1736.03, y=67.00, z=1120.78], EntityPig['Pig'/1726569, l='MpServer', x=-1701.84, y=103.00, z=1018.63], EntitySheep['Sheep'/1726057, l='MpServer', x=-1731.88, y=69.00, z=1129.25], MoCEntityMouse['Mouse'/1726574, l='MpServer', x=-1647.47, y=88.00, z=1023.38], MoCEntityBear['Bear'/1726575, l='MpServer', x=-1641.16, y=102.00, z=1010.63], EntitySheep['Sheep'/1726060, l='MpServer', x=-1714.47, y=103.00, z=1068.38], MoCEntityPetScorpion['PetScorpion'/1726061, l='MpServer', x=-1682.91, y=23.00, z=1044.44], MoCEntityRaccoon['Raccoon'/1726562, l='MpServer', x=-1697.69, y=103.00, z=991.13], EntitySheep['Sheep'/1726048, l='MpServer', x=-1745.66, y=70.00, z=1119.53], EntitySheep['Sheep'/1726049, l='MpServer', x=-1745.19, y=88.00, z=1107.47], MoCEntityBird['Bird'/1726055, l='MpServer', x=-1667.16, y=63.00, z=1103.94], EntityPig['Pig'/1726564, l='MpServer', x=-1714.19, y=103.00, z=1002.25], EntityPig['Pig'/1726565, l='MpServer', x=-1721.88, y=103.00, z=995.19], MoCEntityBird['Bird'/1726106, l='MpServer', x=-1785.31, y=63.00, z=1151.47], MoCEntityBird['Bird'/1726107, l='MpServer', x=-1782.56, y=63.00, z=1150.38], MoCEntityMouse['Mouse'/1726616, l='MpServer', x=-1621.91, y=64.00, z=978.25], EntityCow['Cow'/1726104, l='MpServer', x=-1770.47, y=69.00, z=1126.44], EntitySheep['Sheep'/1726105, l='MpServer', x=-1768.84, y=69.00, z=1134.97], MoCEntityBird['Bird'/1726622, l='MpServer', x=-1605.56, y=104.00, z=970.13], EntitySheep['Sheep'/1726110, l='MpServer', x=-1787.50, y=108.00, z=1083.50], MoCEntityBird['Bird'/1726623, l='MpServer', x=-1611.88, y=109.00, z=968.91], EntitySheep['Sheep'/1726111, l='MpServer', x=-1788.97, y=108.00, z=1073.97], MoCEntityBird['Bird'/1726621, l='MpServer', x=-1611.13, y=109.00, z=969.59], MoCEntitySnake['Snake'/1726610, l='MpServer', x=-1766.16, y=108.00, z=964.22], MoCEntityMouse['Mouse'/1726609, l='MpServer', x=-1791.72, y=116.00, z=946.53], MoCEntityMouse['Mouse'/1726614, l='MpServer', x=-1758.28, y=106.00, z=950.44], MoCEntityRaccoon['Raccoon'/1726102, l='MpServer', x=-1769.53, y=65.00, z=1158.84], MoCEntityBigCat['BigCat'/1726615, l='MpServer', x=-1723.38, y=103.00, z=989.78], MoCEntityRaccoon['Raccoon'/1726103, l='MpServer', x=-1764.63, y=65.00, z=1164.75], MoCEntitySnake['Snake'/1726612, l='MpServer', x=-1767.06, y=108.00, z=960.91], EntityPig['Pig'/1726613, l='MpServer', x=-1777.47, y=112.00, z=991.47], MoCEntityBird['Bird'/1726091, l='MpServer', x=-1706.22, y=75.00, z=1123.94], MoCEntityBird['Bird'/1726094, l='MpServer', x=-1705.88, y=81.00, z=1120.72], MoCEntityMouse['Mouse'/1726092, l='MpServer', x=-1709.91, y=70.00, z=1122.34], MoCEntityBird['Bird'/1726093, l='MpServer', x=-1703.50, y=87.00, z=1120.84], MoCEntityMouse['Mouse'/1726598, l='MpServer', x=-1790.31, y=119.00, z=940.94], EntityPig['Pig'/1726136, l='MpServer', x=-1743.50, y=84.00, z=1108.47], MoCEntityMouse['Mouse'/1726128, l='MpServer', x=-1598.72, y=79.00, z=1088.59], EntityItem['item.item.egg'/2581644, l='MpServer', x=-1760.69, y=102.13, z=1072.16], MoCEntityMouse['Mouse'/1726134, l='MpServer', x=-1737.97, y=69.00, z=1113.63], EntitySheep['Sheep'/1726135, l='MpServer', x=-1732.63, y=66.00, z=1116.47], MoCEntityBird['Bird'/1726634, l='MpServer', x=-1684.38, y=107.00, z=947.22], MoCEntityBigCat['BigCat'/1726122, l='MpServer', x=-1765.47, y=93.00, z=1108.91], EntitySheep['Sheep'/1726123, l='MpServer', x=-1770.63, y=96.00, z=1112.53], EntityCow['Cow'/1726120, l='MpServer', x=-1766.25, y=91.00, z=1111.09], EntitySheep['Sheep'/1726121, l='MpServer', x=-1763.88, y=95.00, z=1107.31], EntitySheep['Sheep'/1726126, l='MpServer', x=-1783.34, y=105.00, z=1097.50], MoCEntityBigCat['BigCat'/1726127, l='MpServer', x=-1783.50, y=103.00, z=1102.06], MoCEntityBird['Bird'/1726637, l='MpServer', x=-1698.56, y=113.00, z=968.00], EntityClientPlayerMP['ZombiQueen'/9399, l='MpServer', x=-1721.32, y=148.12, z=1059.84], MoCEntityBird['Bird'/1726624, l='MpServer', x=-1610.09, y=108.00, z=972.38], EntitySheep['Sheep'/1726112, l='MpServer', x=-1775.53, y=104.00, z=1070.53], MoCEntityBird['Bird'/1726625, l='MpServer', x=-1615.47, y=108.00, z=973.06], EntitySheep['Sheep'/1726113, l='MpServer', x=-1766.19, y=104.00, z=1067.13], EntityItem['item.item.ganyssurface.poop'/2538138, l='MpServer', x=-1755.22, y=108.13, z=1027.66], EntityCow['Cow'/1726119, l='MpServer', x=-1762.41, y=87.00, z=1110.47], EntityItem['item.item.ganyssurface.poop'/2619116, l='MpServer', x=-1782.94, y=104.13, z=1096.66], EntityZombie['Zombie'/1760462, l='MpServer', x=17.31, y=-55.16, z=-13.51], EntityPig['Pig'/1726146, l='MpServer', x=-1674.84, y=63.00, z=1107.78], EntityPig['Pig'/1726144, l='MpServer', x=-1744.19, y=104.00, z=1090.75], EntityPig['Pig'/1726145, l='MpServer', x=-1746.16, y=103.00, z=1089.09], MoCEntitySnake['Snake'/1726197, l='MpServer', x=-1621.94, y=76.00, z=1167.13], EntityTrail['unknown'/9473, l='MpServer', x=-1721.32, y=148.12, z=1059.84], MoCEntityBird['Bird'/1745176, l='MpServer', x=-1597.91, y=82.00, z=1084.59], MoCEntityButterfly['ButterFly'/1726232, l='MpServer', x=-1787.19, y=114.00, z=1026.56], MoCEntityButterfly['ButterFly'/1726233, l='MpServer', x=-1785.81, y=114.00, z=1026.66], EntitySheep['Sheep'/1726238, l='MpServer', x=-1725.44, y=66.00, z=1117.09], EntityPig['Pig'/1726239, l='MpServer', x=-1718.50, y=73.00, z=1109.31], EntityMinecartChest['entity.MinecartChest.name'/1726237, l='MpServer', x=-1794.50, y=26.50, z=1098.50], EntityPig['Pig'/1726226, l='MpServer', x=-1767.53, y=103.00, z=1074.06], MoCEntityPiranha['Piranha'/1726224, l='MpServer', x=-1810.66, y=62.00, z=1067.72], MoCEntityMouse['Mouse'/1726225, l='MpServer', x=-1773.06, y=104.00, z=1083.47], MoCEntityBird['Bird'/1745174, l='MpServer', x=-1597.22, y=82.00, z=1084.22], MoCEntityBird['Bird'/1745175, l='MpServer', x=-1597.00, y=82.00, z=1085.22], EntityPig['Pig'/1726231, l='MpServer', x=-1779.69, y=111.00, z=1030.50], EntityPig['Pig'/1726228, l='MpServer', x=-1765.50, y=108.00, z=1054.56], MoCEntityBird['Bird'/1726229, l='MpServer', x=-1762.78, y=108.00, z=1053.50], MoCEntityBird['Bird'/1745173, l='MpServer', x=-1596.16, y=78.00, z=1086.44], EntityChicken['Chicken'/1726218, l='MpServer', x=-1758.72, y=1
02.00, z=1071.69], MoCEntityBird['Bird'/1726216, l='MpServer', x=-1694.50, y=70.00, z=1125.66], MoCEntitySnake['Snake'/1726217, l='MpServer', x=-1754.72, y=108.00, z=1028.00], MoCEntityPiranha['Piranha'/1726223, l='MpServer', x=-1807.69, y=62.00, z=1044.53], EntityZombie['Zombie'/1442561, l='MpServer', x=51.30, y=-4.24, z=32.61], EntityMinecartChest['entity.MinecartChest.name'/1726221, l='MpServer', x=-1801.50, y=28.50, z=1078.50], MoCEntityGoat['Goat'/1726215, l='MpServer', x=-1657.00, y=79.00, z=1162.28], EntityChicken['Chicken'/1725752, l='MpServer', x=-1647.41, y=61.17, z=1076.31], EntityCow['Cow'/1725753, l='MpServer', x=-1645.47, y=61.84, z=1073.69], MoCEntityHorse['WildHorse'/1726782, l='MpServer', x=-1651.09, y=121.00, z=974.22], MoCEntitySnake['Snake'/1725759, l='MpServer', x=-1601.50, y=82.00, z=1146.44], MoCEntityRaccoon['Raccoon'/1726259, l='MpServer', x=-1747.53, y=100.33, z=1074.66], MoCEntityMouse['Mouse'/1726256, l='MpServer', x=-1642.59, y=81.00, z=1163.28], EntityPig['Pig'/1726257, l='MpServer', x=-1757.09, y=102.00, z=1075.94], MoCEntityBird['Bird'/1725750, l='MpServer', x=-1714.50, y=71.00, z=1166.56], EntitySheep['Sheep'/1726262, l='MpServer', x=-1794.66, y=86.00, z=1065.34], EntityChicken['Chicken'/1725751, l='MpServer', x=-1647.85, y=63.38, z=1086.97], MoCEntityRaccoon['Raccoon'/1726260, l='MpServer', x=-1796.47, y=103.00, z=1034.75], MoCEntityBunny['Bunny'/1725749, l='MpServer', x=-1720.50, y=70.00, z=1165.44], MoCEntityRaccoon['Raccoon'/1726249, l='MpServer', x=-1708.28, y=101.00, z=1093.53], MoCEntityMouse['Mouse'/1726254, l='MpServer', x=-1664.16, y=73.00, z=1133.72], EntityItem['item.item.ganyssurface.poop'/2702621, l='MpServer', x=-1754.31, y=107.13, z=1027.50], EntityPig['Pig'/1726242, l='MpServer', x=-1715.47, y=85.00, z=1108.34], EntitySheep['Sheep'/1726240, l='MpServer', x=-1716.47, y=93.00, z=1114.28], EntityPig['Pig'/1726241, l='MpServer', x=-1719.47, y=85.00, z=1104.34], EntityZombie['Zombie'/1416017, l='MpServer', x=10.70, y=-25.71, z=54.52], MoCEntityPiranha['Piranha'/2132327, l='MpServer', x=-1827.56, y=62.00, z=1047.56], MoCEntityPiranha['Piranha'/2132328, l='MpServer', x=-1825.53, y=62.00, z=1053.81], MoCEntityFishy['Fishy'/2132330, l='MpServer', x=-1832.44, y=60.92, z=1124.38], EntityPig['Pig'/1726289, l='MpServer', x=-1785.03, y=108.00, z=1048.69], MoCEntityFishy['Fishy'/2132331, l='MpServer', x=-1834.88, y=62.00, z=1127.41], MoCEntityFishy['Fishy'/2132332, l='MpServer', x=-1837.13, y=62.00, z=1127.53], MoCEntitySmallFish['SmallFish'/2132333, l='MpServer', x=-1837.84, y=62.00, z=1121.25], MoCEntityDeer['Deer'/2132334, l='MpServer', x=-1839.50, y=63.00, z=1130.50], MoCEntityBear['Bear'/1726794, l='MpServer', x=-1623.94, y=64.00, z=998.19], EntityPig['Pig'/1725770, l='MpServer', x=-1645.19, y=77.00, z=1139.13], MoCEntityHorse['WildHorse'/1726795, l='MpServer', x=-1658.22, y=123.00, z=940.47], MoCEntityBird['Bird'/1725768, l='MpServer', x=-1695.59, y=73.00, z=1161.34], EntityPig['Pig'/1725762, l='MpServer', x=-1655.31, y=63.00, z=1068.53], EntityPig['Pig'/1726274, l='MpServer', x=-1760.56, y=111.00, z=1029.53], MoCEntitySnake['Snake'/1726275, l='MpServer', x=-1774.47, y=106.00, z=1034.72], EntitySheep['Sheep'/1725763, l='MpServer', x=-1653.53, y=63.00, z=1067.47], EntityPig['Pig'/1726273, l='MpServer', x=-1772.44, y=108.00, z=1033.47], MoCEntitySnake['Snake'/1725761, l='MpServer', x=-1748.59, y=66.00, z=1166.94], MoCEntityBoar['Boar'/1725767, l='MpServer', x=-1693.44, y=74.00, z=1166.41], MoCEntityDragonfly['DragonFly'/1726788, l='MpServer', x=-1611.13, y=98.00, z=1016.66], EntityPig['Pig'/1725764, l='MpServer', x=-1657.53, y=74.00, z=1068.53], MoCEntityDragonfly['DragonFly'/1726789, l='MpServer', x=-1609.47, y=98.00, z=1013.75], MoCEntityHorse['WildHorse'/1726842, l='MpServer', x=-1657.00, y=116.00, z=989.03], MoCEntityHorse['WildHorse'/1726843, l='MpServer', x=-1662.19, y=116.00, z=990.00], EntitySheep['Sheep'/1726844, l='MpServer', x=-1655.44, y=116.00, z=990.50], EntityItem['item.item.ganyssurface.poop'/2566977, l='MpServer', x=-1745.56, y=69.13, z=1119.63], EntitySheep['Sheep'/1726845, l='MpServer', x=-1653.44, y=120.00, z=985.34], MoCEntityBird['Bird'/1726318, l='MpServer', x=-1700.41, y=101.00, z=1107.47], MoCEntityMouse['Mouse'/1726310, l='MpServer', x=-1727.78, y=86.00, z=1100.53], EntityPig['Pig'/1726308, l='MpServer', x=-1726.78, y=76.00, z=1103.47], EntityPig['Pig'/1726309, l='MpServer', x=-1724.19, y=81.00, z=1102.50], EntitySheep['Sheep'/1725850, l='MpServer', x=-1642.88, y=64.00, z=1096.53], MoCEntityBear['Bear'/1725851, l='MpServer', x=-1638.66, y=62.22, z=1025.31], MoCEntityFly['Fly'/1726363, l='MpServer', x=-1795.38, y=119.00, z=941.06], MoCEntityBird['Bird'/2461604, l='MpServer', x=-1745.16, y=66.00, z=1169.09], MoCEntityRaccoon['Raccoon'/1726360, l='MpServer', x=-1775.19, y=116.00, z=1003.84], MoCEntityMouse['Mouse'/1725848, l='MpServer', x=-1649.06, y=64.00, z=1098.31], MoCEntityBird['Bird'/2461607, l='MpServer', x=-1716.78, y=72.00, z=1172.94], MoCEntitySnake['Snake'/1726361, l='MpServer', x=-1772.94, y=116.00, z=994.06], MoCEntityBird['Bird'/2461606, l='MpServer', x=-1745.66, y=64.00, z=1179.16], EntityPig['Pig'/1725854, l='MpServer', x=-1649.50, y=62.36, z=1074.47], MoCEntityGoat['Goat'/2461600, l='MpServer', x=-1650.78, y=78.00, z=1180.84], EntityPig['Pig'/1725855, l='MpServer', x=-1642.47, y=63.00, z=1057.56], MoCEntityBird['Bird'/1725852, l='MpServer', x=-1728.63, y=66.00, z=1165.50], MoCEntitySnake['Snake'/2461603, l='MpServer', x=-1747.16, y=65.00, z=1172.25], EntityPig['Pig'/1725853, l='MpServer', x=-1650.63, y=63.00, z=1076.25], MoCEntityBoar['Boar'/2461602, l='MpServer', x=-1689.53, y=73.00, z=1169.25], MoCEntityBigCat['BigCat'/1725843, l='MpServer', x=-1605.78, y=89.00, z=1097.56], MoCEntitySnake['Snake'/1726358, l='MpServer', x=-1767.06, y=116.00, z=994.22], MoCEntityFirefly['Firefly'/1725846, l='MpServer', x=-1651.38, y=79.00, z=1108.75], EntitySheep['Sheep'/1726359, l='MpServer', x=-1765.53, y=116.00, z=996.88], MoCEntityBunny['Bunny'/2461608, l='MpServer', x=-1714.31, y=72.00, z=1172.22], MoCEntityFly['Fly'/1726356, l='MpServer', x=-1786.41, y=110.00, z=1013.41], MoCEntityCricket['Cricket'/1725845, l='MpServer', x=-1661.03, y=76.00, z=1111.47], EntitySheep['Sheep'/1726357, l='MpServer', x=-1774.75, y=116.00, z=1001.28], MoCEntityBird['Bird'/2461573, l='MpServer', x=-1807.28, y=61.00, z=1168.44], MoCEntityBird['Bird'/1726392, l='MpServer', x=-1708.72, y=105.00, z=950.09], MoCEntityBird['Bird'/1725880, l='MpServer', x=-1702.47, y=73.00, z=1162.34], MoCEntityBunny['Bunny'/1725881, l='MpServer', x=-1700.84, y=73.00, z=1166.31], EntityItem['item.item.ganyssurface.poop'/2684801, l='MpServer', x=-1781.19, y=96.13, z=1107.63], MoCEntitySnake['Snake'/1725872, l='MpServer', x=-1644.34, y=89.00, z=1132.22], MoCEntityBird['Bird'/2461583, l='MpServer', x=-1740.69, y=65.00, z=1175.88], MoCEntityBird['Bird'/1725878, l='MpServer', x=-1706.03, y=68.00, z=1156.78], MoCEntityBunny['Bunny'/1725879, l='MpServer', x=-1701.56, y=73.00, z=1165.16], MoCEntityBird['Bird'/2461579, l='MpServer', x=-1709.53, y=73.00, z=1168.25], MoCEntityBird['Bird'/2461578, l='MpServer', x=-1763.56, y=63.00, z=1180.16], MoCEntityAnt['Ant'/2461589, l='MpServer', x=-1600.47, y=77.00, z=1170.38], MoCEntityAnt['Ant'/2461588, l='MpServer', x=-1601.25, y=76.00, z=1177.47], MoCEntityRaccoon['Raccoon'/1725864, l='MpServer', x=-1648.91, y=77.00, z=1141.78], MoCEntitySnake['Snake'/1725865, l='MpServer', x=-1657.63, y=75.00, z=1138.88], MoCEntitySnake['Snake'/1725870, l='MpServer', x=-1636.38, y=78.00, z=1122.66], MoCEntityBear['Bear'/2461585, l='MpServer', x=-1610.44, y=75.00, z=1180.31], EntityPig['Pig'/1726382, l='MpServer', x=-1743.31, y=103.00, z=982.50], MoCEntitySnake['Snake'/1726383, l='MpServer', x=-1728.47, y=104.00, z=978.66], MoCEntityBear['Bear'/1725871, l='MpServer', x=-1637.63, y=78.00, z=1121.09], MoCEntityRaccoon['Raccoon'/2461584, l='MpServer', x=-1743.47, y=66.00, z=1171.69], MoCEntitySnake['Snake'/2461587, l='MpServer', x=-1615.06, y=75.00, z=1173.72], EntityZombie['Zombie'/1431458, l='MpServer', x=30.39, y=-15.52, z=46.78], MoCEntityBear['Bear'/2461586, l='MpServer', x=-1609.53, y=76.00, z=1173.47], MoCEntityBird['Bird'/1725858, l='MpServer', x=-1621.59, y=78.00, z=1150.06], MoCEntityBird['Bird'/1725859, l='MpServer', x=-1619.78, y=78.00, z=1149.31], MoCEntityBird['Bird'/2461596, l='MpServer', x=-1776.38, y=62.00, z=1172.47], EntityPig['Pig'/1725856, l='MpServer', x=-1644.47, y=63.00, z=1070.50], EntitySheep['Sheep'/1725857, l='MpServer', x=-1644.81, y=63.00, z=1064.72], EntitySheep['Sheep'/1726375, l='MpServer', x=-1799.66, y=102.00, z=995.53], MoCEntityMouse['Mouse'/2461595, l='MpServer', x=-1787.38, y=62.53, z=1174.44], MoCEntityMouse['Mouse'/2131358, l='MpServer', x=-1846.38, y=72.00, z=1047.53], EntityZombie['Zombie'/1435562, l='MpServer', x=3.62, y=-1.22, z=-17.16], MoCEntityBird['Bird'/1725861, l='MpServer', x=-1627.22, y=80.00, z=1145.72], MoCEntityBird['Bird'/2131359, l='MpServer', x=-1844.78, y=64.00, z=1151.97], MoCEntityBird['Bird'/2460644, l='MpServer', x=-1757.00, y=63.00, z=1188.13], EntityZombie['Zombie'/1427421, l='MpServer', x=4.34, y=-7.69, z=49.12], MoCEntityBird['Bird'/1726419, l='MpServer', x=-1727.09, y=103.00, z=952.38], MoCEntitySnake['Snake'/1726422, l='MpServer', x=-1759.28, y=109.00, z=990.28], MoCEntityBird['Bird'/2460648, l='MpServer', x=-1749.09, y=64.00, z=1186.28], MoCEntityCricket['Cricket'/1726420, l='MpServer', x=-1726.91, y=102.00, z=950.47], EntityChicken['Chicken'/1726421, l='MpServer', x=-1758.53, y=109.00, z=991.44], EntitySkeleton['Skeleton'/1424327, l='MpServer', x=4.01, y=-7.74, z=29.36], EntityChicken['Chicken'/1726408, l='MpServer', x=-1779.53, y=115.00, z=994.22], EntityPig['Pig'/1726412, l='MpServer', x=-1796.59, y=105.00, z=1012.72], EntityChicken['Chicken'/1726406, l='MpServer', x=-1779.66, y=114.00, z=1004.41], MoCEntitySnake['Snake'/1726407, l='MpServer', x=-1787.59, y=115.00, z=999.06], MoCEntityBird['Bird'/2460667,
l='MpServer', x=-1732.78, y=67.00, z=1184.38], EntityChicken['Chicken'/1725931, l='MpServer', x=-1648.84, y=61.23, z=1091.91], MoCEntityBunny['Bunny'/2460631, l='MpServer', x=-1817.00, y=62.59, z=1185.56], EntitySheep['Sheep'/1725934, l='MpServer', x=-1661.47, y=64.00, z=1102.63], MoCEntityBird['Bird'/1725932, l='MpServer', x=-1662.88, y=63.00, z=1101.75], MoCEntityBird['Bird'/1726434, l='MpServer', x=-1730.25, y=104.00, z=961.75], MoCEntityRaccoon['Raccoon'/2460637, l='MpServer', x=-1790.16, y=66.00, z=1187.06]]
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 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2104721520 bytes (2007 MB) / 4143972352 bytes (3952 MB) up to 14316732416 bytes (13653 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx15G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_C1 133 mods loaded, 133 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.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10 (1).jar)
UCHIJAAAA VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA SC0_SpaceCore{0.7.14} [SpaceCore] (1.7.10-SpaceCore-0.7.14.jar)
UCHIJAAAA SC0_Wings{1.2.6} [Survival Wings] (1.7.10-Survival-Wings-1.2.6.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHIJAAAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2 (2).jar)
UCHIJAAAA bettervillages{0.3} [Better Villages Mod] (Better-Villages-Mod-1.7.10.jar)
UCHIJAAAA BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1 (1).jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA BuildCraft|Core{7.1.13} [BuildCraft] (buildcraft-7.1.13.jar)
UCHIJAAAA Forestry{3.6.12.3} [Forestry for Minecraft] (forestry_1.7.10-3.6.12.3.jar)
UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14 (1).jar)
UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14 (1).jar)
UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14 (1).jar)
UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14 (1).jar)
UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14 (1).jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.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.zip)
UCHIJAAAA Botania{r1.7-201} [Botania] (Botania r1.7-201.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 butterflymania{1.3} [Butterfly Mania] (Butterfly.zip)
UCHIJAAAA CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)
UCHIJAAAA craftguide{1.6.9.0} [CraftGuide] (CraftGuide-1.6.9.0-forge.jar)
UCHIJAAAA creeperspecies{1.7.2} [Creeper Species] (CreeperSpecies-1.7.2.jar)
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJAAAA deathdoor{1.0} [DeathDoor] (DeathDoor-1.1.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10 (1).jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10 (1).jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6 (1).jar)
UCHIJAAAA Mystcraft{0.11.0.00} [Mystcraft] (mystcraft.zip)
UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1 (1).zip)
UCHIJAAAA dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0 (1).jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [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 endercompass{1.1} [Ender Compass] (EnderCompass-1.7.10-1.1.jar)
UCHIJAAAA golems{1.15} [Extra Golems] (Extra-Golems[1.7.10]-1.15b.jar)
UCHIJAAAA fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar)
UCHIJAAAA farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UCHIJAAAA flowercraftmod{1.9} [Flowercraft] (Flowercraftmod 1.8 - 1.7.10 Forge (1).jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562 (1).jar)
UCHIJAAAA ganysnether{1.8.0} [Gany's Nether] (Ganys Nether-1.8.0 (1).jar)
UCHIJAAAA ganyssurface{1.12.6} [Gany's Surface] (Ganys Surface-1.12.6.jar)
UCHIJAAAA GardenCore{1.7.10-1.6.3} [Garden Core] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenContainers{1.7.10-1.6.3} [Garden Containers] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenStuff{1.7.10-1.6.3} [Garden Stuff] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenTrees{1.7.10-1.6.3} [Garden Trees] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V9a.jar)
UCHIJAAAA GollumCoreLib{2.0.0} [Gollum Core Lib] (GollumCoreLib-2.0.0-1.7.10.jar)
UCHIJAAAA GraveStone{2.12.3} [GraveStone] (GraveStone.zip)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2 (1).jar)
UCHIJAAAA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147 (1).jar)
UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAAAA lozmod{3.1.2} [Legend of Zelda Mod V3] (Legend of Zelda Mod-B3.1.2.jar)
UCHIJAAAA llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10.jar)
UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.2-0.11.jar)
UCHIJAAAA mdeco{0.3.3} [Magical Decorations] (MagicalDecorations-0.3.3.jar)
UCHIJAAAA majora{1.0.0 Alpha} [Majora's MaskCraft] (majoramod v1.2.0.jar)
UCHIJAAAA MorePistons{2.0.0} [More Pistons] (MorePistons-2.0.0-1.7.10.jar)
UCHIJAAAA movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1 (1).jar)
UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10) (2).jar)
UCHIJAAAA MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10 (1).jar)
UCHIJAAAA MuchBetterTools{1.0.0} [MuchBetterTools] (MuchBetterTools1.0.0-1.7.10.zip)
UCHIJAAAA mysticores{0.1} [Mystic Ores] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticruins{0.1} [Mystic Ruins] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticstones{0.2} [Mystic Stones] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticworld{0.1a} [Mystic World] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.9.32} [NEI Addons] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.9.32} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.9.32} [NEI Addons: Botany] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.9.32} [NEI Addons: Forestry] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.9.32} [NEI Addons: Crafting Tables] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.9.32} [NEI Addons: Ex Nihilo] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9 (1).jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95 (1).jar)
UCHIJAAAA Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHIJAAAA bonecraft{1.7.2b} [Pam's BoneCraft] (Pam's BoneCraft 1.7.2b (2).zip)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b (1).zip)
UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b (2).zip)
UCHIJAAAA pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UCHIJAAAA placeableitems{1.4.4.1} [Placeable Items Mod] (placeableitems-1.4.4.1.jar)
UCHIJAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2 (1).jar)
UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.257.jar)
UCHIJAAAA runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCHIJAAAA TaintedMagic{1.1.2.6} [Tainted Magic] (TaintedMagic-1.1.2.6.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A (1).jar)
UCHIJAAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10 (1).jar)
UCHIJAAAA TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7 (1).jar)
UCHIJAAAA VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJAAAA VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UCHIJAAAA wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery (2).zip)
UCHIJAAAA zelda{0.4} [Zelda] (zelda-0.4 1.7.10.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.3960' Renderer: 'Intel(R) HD Graphics 4400'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
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.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.10.3960, Intel
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: [Torhans Clear Glass 1.7.2 (1).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)
I updated all/most of my outdated mods, but when I did that NEI recipes quite again.. .-.
I had it working at one point after this post
Here's the new crash report:
Do I need to revert harvestcraft to an older version?
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 12/2/15 3:32 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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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)
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.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
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.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:301)
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.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['ZombiQueen'/9444, l='MpServer', x=-1721.19, y=97.62, z=1081.39]]
Chunk stats: MultiplayerChunkCache: 729, 738
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-2695,21,698), Chunk: (at 9,1,10 in -169,43; contains blocks -2704,0,688 to -2689,255,703), Region: (-6,1; contains chunks -192,32 to -161,63, blocks -3072,0,512 to -2561,255,1023)
Level time: 1686816 game time, 2504687 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: 265 total; [MoCEntityBird['Bird'/9728, l='MpServer', x=-1781.84, y=63.00, z=1156.25], MoCEntityBird['Bird'/9729, l='MpServer', x=-1783.84, y=62.00, z=1162.84], MoCEntityMouse['Mouse'/9730, l='MpServer', x=-1785.97, y=62.53, z=1171.41], MoCEntityMouse['Mouse'/9731, l='MpServer', x=-1786.97, y=62.53, z=1200.31], MoCEntityBird['Bird'/10260, l='MpServer', x=-1613.91, y=109.00, z=969.56], MoCEntityBird['Bird'/10261, l='MpServer', x=-1609.78, y=104.00, z=970.03], MoCEntityBird['Bird'/10262, l='MpServer', x=-1611.53, y=109.00, z=968.59], MoCEntityBird['Bird'/10263, l='MpServer', x=-1616.00, y=108.00, z=971.47], MoCEntityBird['Bird'/10264, l='MpServer', x=-1615.09, y=108.00, z=972.75], MoCEntityDragonfly['DragonFly'/10265, l='MpServer', x=-1611.44, y=97.00, z=1015.19], MoCEntityDragonfly['DragonFly'/10266, l='MpServer', x=-1609.81, y=98.00, z=1013.31], MoCEntityBird['Bird'/10267, l='MpServer', x=-1600.44, y=79.00, z=1089.50], MoCEntitySnake['Snake'/9755, l='MpServer', x=-1767.16, y=108.00, z=956.88], MoCEntitySnake['Snake'/9756, l='MpServer', x=-1764.66, y=108.00, z=958.38], MoCEntityBear['Bear'/9758, l='MpServer', x=-1772.69, y=108.00, z=970.94], MoCEntitySnake['Snake'/9762, l='MpServer', x=-1760.66, y=113.00, z=992.44], EntityPig['Pig'/9763, l='MpServer', x=-1765.53, y=113.00, z=1026.34], EntityPig['Pig'/9764, l='MpServer', x=-1763.53, y=112.00, z=1030.63], MoCEntityAnt['Ant'/10276, l='MpServer', x=-1600.47, y=77.00, z=1168.53], EntityPig['Pig'/9765, l='MpServer', x=-1774.47, y=116.00, z=1026.31], MoCEntityBear['Bear'/10277, l='MpServer', x=-1607.16, y=76.00, z=1178.28], EntityPig['Pig'/9766, l='MpServer', x=-1763.84, y=109.00, z=1055.09], MoCEntityBear['Bear'/10278, l='MpServer', x=-1613.19, y=75.00, z=1177.63], MoCEntityAnt['Ant'/10279, l='MpServer', x=-1601.44, y=75.00, z=1180.56], EntityZombie['Zombie'/9768, l='MpServer', x=-1774.50, y=20.00, z=1069.50], EntityPig['Pig'/9769, l='MpServer', x=-1770.03, y=104.00, z=1071.03], MoCEntityMouse['Mouse'/10281, l='MpServer', x=-1609.94, y=71.00, z=1190.09], EntityChicken['Chicken'/9770, l='MpServer', x=-1765.38, y=103.00, z=1069.63], MoCEntityMouse['Mouse'/10282, l='MpServer', x=-1610.19, y=70.00, z=1191.81], EntityPig['Pig'/9771, l='MpServer', x=-1766.03, y=103.00, z=1070.59], MoCEntityRaccoon['Raccoon'/9772, l='MpServer', x=-1761.59, y=102.00, z=1079.16], EntityCow['Cow'/9773, l='MpServer', x=-1761.06, y=104.00, z=1096.81], MoCEntityBigCat['BigCat'/9774, l='MpServer', x=-1767.72, y=102.00, z=1098.50], EntitySheep['Sheep'/9775, l='MpServer', x=-1763.19, y=98.00, z=1103.66], EntityCow['Cow'/9776, l='MpServer', x=-1766.31, y=89.00, z=1111.53], EntitySheep['Sheep'/9777, l='MpServer', x=-1761.13, y=83.00, z=1111.69], MoCEntityBigCat['BigCat'/9778, l='MpServer', x=-1765.94, y=92.00, z=1110.03], EntityItem['item.item.ganyssurface.poop'/9779, l='MpServer', x=-1765.34, y=91.13, z=1109.81], EntityPig['Pig'/9780, l='MpServer', x=-1769.69, y=102.00, z=1104.47], EntityCow['Cow'/9781, l='MpServer', x=-1771.75, y=73.00, z=1123.59], EntitySheep['Sheep'/9782, l='MpServer', x=-1761.06, y=72.00, z=1124.03], MoCEntityBird['Bird'/9783, l='MpServer', x=-1767.56, y=66.00, z=1150.47], MoCEntityBird['Bird'/9784, l='MpServer', x=-1774.91, y=64.00, z=1151.00], MoCEntityRaccoon['Raccoon'/9785, l='MpServer', x=-1773.53, y=64.00, z=1156.97], MoCEntityBird['Bird'/9786, l='MpServer', x=-1765.63, y=63.00, z=1178.44], MoCEntityBird['Bird'/9787, l='MpServer', x=-1772.06, y=63.00, z=1173.31], MoCEntityRaccoon['Raccoon'/9788, l='MpServer', x=-1765.19, y=64.00, z=1171.94], MoCEntityMouse['Mouse'/10304, l='MpServer', x=-1596.41, y=78.00, z=1086.53], MoCEntityBird['Bird'/10305, l='MpServer', x=-1594.78, y=82.00, z=1083.53], MoCEntityBird['Bird'/10306, l='MpServer', x=-1597.09, y=82.00, z=1085.34], MoCEntityBird['Bird'/10307, l='MpServer', x=-1596.88, y=83.00, z=1084.34], MoCEntityMouse['Mouse'/10309, l='MpServer', x=-1596.81, y=89.00, z=1101.47], MoCEntitySnake['Snake'/10316, l='MpServer', x=-1599.91, y=82.00, z=1145.91], MoCEntitySnake['Snake'/10317, l='MpServer', x=-1593.97, y=79.00, z=1157.97], MoCEntityMouse['Mouse'/9813, l='MpServer', x=-1758.56, y=109.00, z=1007.66], MoCEntitySnake['Snake'/9814, l='MpServer', x=-1761.53, y=111.00, z=1033.75], EntityItem['item.item.ganyssurface.poop'/9815, l='MpServer', x=-1757.81, y=109.13, z=1032.97], EntityPig['Pig'/9816, l='MpServer', x=-1755.97, y=108.00, z=1029.53], EntitySheep['Sheep'/9817, l='MpServer', x=-1752.97, y=104.00, z=1040.09], MoCEntityBird['Bird'/9818, l='MpServer', x=-1758.72, y=108.00, z=1047.25], EntitySpider['Spider'/9819, l='MpServer', x=-1753.13, y=20.00, z=1080.44], EntitySheep['Sheep'/9820, l='MpServer', x=-1754.81, y=104.00, z=1082.22], EntityPig['Pig'/9821, l='MpServer', x=-1759.75, y=104.00, z=1097.03], EntityPig['Pig'/9822, l='MpServer', x=-1745.38, y=69.00, z=1119.47], EntityCow['Cow'/9823, l='MpServer', x=-1752.94, y=79.00, z=1113.81], EntitySheep['Sheep'/9824, l='MpServer', x=-1752.53, y=88.00, z=1108.47], MoCEntityWerewolf['Werewolf'/9825, l='MpServer', x=-1750.13, y=22.00, z=1146.91], MoCEntityBird['Bird'/9827, l='MpServer', x=-1748.66, y=65.00, z=1171.25], MoCEntityBird['Bird'/9829, l='MpServer', x=-1745.41, y=65.00, z=1174.50], MoCEntityBird['Bird'/9830, l='MpServer', x=-1747.41, y=64.00, z=1181.28], MoCEntityRaccoon['Raccoon'/9831, l='MpServer', x=-1745.72, y=66.00, z=1171.44], MoCEntityBird['Bird'/9836, l='MpServer', x=-1756.69, y=63.00, z=1186.91], MoCEntityBird['Bird'/9839, l='MpServer', x=-1750.53, y=63.00, z=1185.88], EntityItem['item.item.swordWood'/11393, l='MpServer', x=-1688.74, y=21.13, z=1136.62], MoCEntityBird['Bird'/9864, l='MpServer', x=-1733.50, y=105.00, z=963.50], MoCEntityWWolf['WWolf'/9868, l='MpServer', x=-1732.28, y=103.00, z=1088.09], EntityItem['item.item.ganyssurface.poop'/11404, l='MpServer', x=-1673.34, y=61.13, z=1108.50], EntitySheep['Sheep'/9869, l='MpServer', x=-1738.06, y=68.00, z=1117.91], EntityPig['Pig'/9870, l='MpServer', x=-1739.06, y=68.00, z=1119.97], EntitySheep['Sheep'/9871, l='MpServer', x=-1734.91, y=68.00, z=1114.09], EntityPig['Pig'/9872, l='MpServer', x=-1742.03, y=69.00, z=1123.06], MoCEntityMouse['Mouse'/9873, l='MpServer', x=-1734.44, y=67.00, z=1120.34], MoCEntityMouse['Mouse'/9874, l='MpServer', x=-1733.38, y=66.00, z=1120.75], EntityZombie['Zombie'/9875, l='MpServer', x=-1734.50, y=33.00, z=1144.50], MoCEntityBird['Bird'/9876, l='MpServer', x=-1728.44, y=66.00, z=1165.25], MoCEntitySnake['Snake'/9878, l='MpServer', x=-1743.91, y=65.00, z=1172.72], MoCEntitySnake['Snake'/9879, l='MpServer', x=-1741.88, y=66.00, z=1168.50], MoCEntityBird['Bird'/9883, l='MpServer', x=-1730.94, y=68.00, z=1185.28], MoCEntityBird['Bird'/9908, l='MpServer', x=-1721.50, y=104.00, z=958.03], MoCEntitySnake['Snake'/9912, l='MpServer', x=-1726.91, y=105.00, z=971.47], MoCEntityBigCat['BigCat'/9913, l='MpServer', x=-1719.44, y=103.00, z=977.41], EntityZombie['Zombie'/9916, l='MpServer', x=-1714.38, y=40.00, z=1022.88], EntitySpider['Spider'/9917, l='MpServer', x=-1714.50, y=111.00, z=1049.50], EntitySkeleton['Skeleton'/9918, l='MpServer', x=-1715.50, y=111.00, z=1052.50], EntityZombie['Zombie'/9919, l='MpServer', x=-1717.31, y=97.00, z=1059.93], EntitySheep['Sheep'/9920, l='MpServer', x=-1726.72, y=76.00, z=1103.56], EntityPig['Pig'/9921, l='MpServer', x=-1727.53, y=80.00, z=1102.66], EntityItem['item.item.ganyssurface.poop'/9922, l='MpServer', x=-1723.50, y=81.13, z=1102.59], EntityPig['Pig'/9923, l='MpServer', x=-1717.16, y=67.00, z=1117.50], EntityPig['Pig'/9924, l='MpServer', x=-1727.66, y=68.00, z=1110.13], EntitySheep['Sheep'/9925, l='MpServer', x=-1722.59, y=67.00, z=1114.81], EntitySheep['Sheep'/9926, l='MpServer', x=-1726.72, y=67.00, z=1111.59], EntityPig['Pig'/9927, l='MpServer', x=-1720.44, y=66.00, z=1131.53], MoCEntitySnake['Snake'/9928, l='MpServer', x=-1715.88, y=67.00, z=1132.78], MoCEntityMouse['Mouse'/9929, l='MpServer', x=-1712.59, y=68.00, z=1122.75], EntityPig['Pig'/9930, l='MpServer', x=-1716.13, y=66.00, z=1124.72], MoCEntityBird['Bird'/9931, l='MpServer', x=-1713.25, y=65.00, z=1149.75], EntityPig['Pig'/9932, l='MpServer', x=-1719.03, y=67.00, z=1136.97], EntityCreeper['Creeper'/9933, l='MpServer', x=-1716.50, y=38.00, z=1152.50], EntityCreeper['Creeper'/9934, l='MpServer', x=-1716.50, y=38.00, z=1155.50], MoCEntityBird['Bird'/9935, l='MpServer', x=-1717.66, y=71.00, z=1164.50], MoCEntityBird['Bird'/9936, l='MpServer', x=-1718.63, y=71.00, z=1170.09], MoCEntityBunny['Bunny'/9937, l='MpServer', x=-1717.47, y=71.00, z=1171.44], MoCEntityBird['Bird'/9939, l='MpServer', x=-1715.50, y=71.00, z=1167.59], MoCEntityBunny['Bunny'/9940, l='MpServer', x=-1721.13, y=71.00, z=1168.00], MoCEntityBird['Bird'/9943, l='MpServer', x=-1724.41, y=64.00, z=1204.34], EntityClientPlayerMP['ZombiQueen'/9444, l='MpServer', x=-1721.19, y=97.62, z=1081.39], MoCEntityBird['Bird'/9959, l='MpServer', x=-1704.50, y=107.00, z=968.16], MoCEntityRaccoon['Raccoon'/9961, l='MpServer', x=-1701.56, y=103.00, z=988.59], EntityZombie['Zombie'/9962, l='MpServer', x=-1709.09, y=40.00, z=1026.59], EntityItemFrame['Item Frame'/9963, l='MpServer', x=-1700.94, y=105.50, z=1032.50], EntityCreeper['Creeper'/9964, l='MpServer', x=-1710.25, y=111.00, z=1025.88], EntityCreeper['Creeper'/9965, l='MpServer', x=-1706.50, y=111.00, z=1032.50], EntitySkeleton['Skeleton'/9966, l='MpServer', x=-1701.09, y=72.65, z=1055.41], EntityCreeper['Creeper'/9967, l='MpServer', x=-1716.25, y=103.00, z=1053.13], EntityAngelCreeper['entity.creeperspecies.AngelCreeper.name'/9968, l='MpServer', x=-1704.20, y=105.03, z=1041.73], EntityItem['item.item.bone'/9969, l='MpServer', x=-1707.31, y=73.13, z=1058.31], EntityItem['item.item.bone'/9970, l='MpServer', x=-1698.38, y=73.13, z=1056.38], EntityEnderman['Enderman'/9971, l='MpServer', x=-1697.84, y=81.00, z=1059.56], MoCEntityMiniGolem['MiniGolem'/9972, l='MpServer', x=-1696.91, y=82.00, z=1058.06], EntitySheep['Sheep'/9973, l='MpServer', x=-1698.05, y=103.00, z=1084.38], MoCEntityRaccoon['
Raccoon'/9974, l='MpServer', x=-1711.44, y=91.00, z=1118.03], MoCEntityBird['Bird'/9975, l='MpServer', x=-1701.22, y=97.00, z=1111.50], MoCEntityBird['Bird'/9976, l='MpServer', x=-1706.38, y=75.00, z=1124.25], MoCEntityBird['Bird'/9977, l='MpServer', x=-1706.59, y=76.00, z=1122.31], MoCEntityBird['Bird'/9978, l='MpServer', x=-1702.53, y=86.00, z=1120.59], EntityCreeper['Creeper'/9979, l='MpServer', x=-1704.50, y=42.00, z=1137.50], MoCEntityBird['Bird'/9980, l='MpServer', x=-1703.59, y=73.00, z=1161.84], MoCEntityBunny['Bunny'/9981, l='MpServer', x=-1701.78, y=73.00, z=1164.22], MoCEntityBird['Bird'/9982, l='MpServer', x=-1699.59, y=73.00, z=1161.47], MoCEntityBunny['Bunny'/9983, l='MpServer', x=-1702.06, y=73.00, z=1169.53], MoCEntityBird['Bird'/9984, l='MpServer', x=-1704.72, y=73.00, z=1169.22], MoCEntityRaccoon['Raccoon'/9986, l='MpServer', x=-1695.09, y=87.00, z=1206.66], MoCEntityHorse['WildHorse'/10019, l='MpServer', x=-1696.81, y=112.00, z=974.91], EntityAngelCreeper['entity.creeperspecies.AngelCreeper.name'/10020, l='MpServer', x=-1695.77, y=26.41, z=1031.49], MoCEntityBird['Bird'/10021, l='MpServer', x=-1680.44, y=59.00, z=1115.75], MoCEntityWerewolf['Werewolf'/10023, l='MpServer', x=-1689.84, y=46.47, z=1132.59], MoCEntityBird['Bird'/10024, l='MpServer', x=-1694.56, y=70.00, z=1124.00], MoCEntityBoar['Boar'/10025, l='MpServer', x=-1694.56, y=73.00, z=1167.59], MoCEntityBoar['Boar'/10026, l='MpServer', x=-1689.53, y=73.00, z=1165.47], MoCEntityHorse['WildHorse'/10053, l='MpServer', x=-1665.72, y=120.00, z=972.00], MoCEntityHorse['WildHorse'/10055, l='MpServer', x=-1664.91, y=121.00, z=975.94], MoCEntityHorse['WildHorse'/10056, l='MpServer', x=-1669.78, y=119.00, z=978.03], MoCEntityHorse['WildHorse'/10057, l='MpServer', x=-1678.72, y=120.00, z=978.72], MoCEntityRaccoon['Raccoon'/10059, l='MpServer', x=-1666.06, y=112.00, z=1005.44], MoCEntityHorse['WildHorse'/10060, l='MpServer', x=-1666.66, y=114.00, z=999.44], EntitySlime['Slime'/10061, l='MpServer', x=-1673.31, y=27.00, z=1052.31], EntityItem['item.item.slimeball'/10062, l='MpServer', x=-1676.44, y=26.13, z=1053.19], EntityEnderman['Enderman'/10063, l='MpServer', x=-1674.28, y=27.00, z=1056.16], MoCEntityWerewolf['Werewolf'/10064, l='MpServer', x=-1666.46, y=32.44, z=1074.54], EntityPig['Pig'/10065, l='MpServer', x=-1674.72, y=63.00, z=1107.47], EntitySheep['Sheep'/10066, l='MpServer', x=-1672.91, y=63.00, z=1111.19], MoCEntityCricket['Cricket'/10067, l='MpServer', x=-1664.13, y=72.00, z=1110.28], MoCEntityMouse['Mouse'/9555, l='MpServer', x=-1847.41, y=72.50, z=1047.69], MoCEntityMouse['Mouse'/10068, l='MpServer', x=-1667.16, y=73.00, z=1131.97], MoCEntityBird['Bird'/9557, l='MpServer', x=-1845.50, y=64.00, z=1151.28], MoCEntitySnake['Snake'/10074, l='MpServer', x=-1677.34, y=94.00, z=1206.56], MoCEntityPiranha['Piranha'/9575, l='MpServer', x=-1829.59, y=62.00, z=1045.34], MoCEntitySmallFish['SmallFish'/9578, l='MpServer', x=-1837.97, y=62.00, z=1118.91], MoCEntityFishy['Fishy'/9579, l='MpServer', x=-1837.41, y=62.02, z=1119.63], MoCEntityFishy['Fishy'/9580, l='MpServer', x=-1836.72, y=62.00, z=1130.59], MoCEntityFishy['Fishy'/9581, l='MpServer', x=-1834.81, y=62.00, z=1133.13], MoCEntityDeer['Deer'/9582, l='MpServer', x=-1839.50, y=63.00, z=1130.50], MoCEntityBunny['Bunny'/9586, l='MpServer', x=-1826.16, y=62.53, z=1208.72], MoCEntityHorse['WildHorse'/10102, l='MpServer', x=-1653.41, y=112.00, z=1007.84], EntityPig['Pig'/10103, l='MpServer', x=-1658.09, y=114.00, z=1006.13], MoCEntityBigCat['BigCat'/10104, l='MpServer', x=-1654.59, y=114.00, z=1003.44], EntityCreeper['Creeper'/10105, l='MpServer', x=-1660.50, y=85.00, z=1048.50], EntityCreeper['Creeper'/10106, l='MpServer', x=-1661.50, y=85.00, z=1047.50], EntityPig['Pig'/10108, l='MpServer', x=-1649.50, y=62.37, z=1074.47], MoCEntityMouse['Mouse'/10109, l='MpServer', x=-1655.66, y=63.00, z=1097.78], EntityChicken['Chicken'/10110, l='MpServer', x=-1648.84, y=61.70, z=1091.91], MoCEntityBird['Bird'/10111, l='MpServer', x=-1660.69, y=64.00, z=1101.75], MoCEntityFirefly['Firefly'/10112, l='MpServer', x=-1653.28, y=76.00, z=1107.69], EntityXPOrb['Experience Orb'/9600, l='MpServer', x=-1820.38, y=36.25, z=966.97], EntityPig['Pig'/10113, l='MpServer', x=-1655.81, y=74.00, z=1127.09], MoCEntityPiranha['Piranha'/9601, l='MpServer', x=-1821.91, y=60.22, z=1050.81], EntityTrail['unknown'/11138, l='MpServer', x=-1721.19, y=97.62, z=1081.39], EntityEnderman['Enderman'/10114, l='MpServer', x=-1649.06, y=20.00, z=1143.41], MoCEntityPiranha['Piranha'/9602, l='MpServer', x=-1809.25, y=62.00, z=1068.63], EntityPig['Pig'/10115, l='MpServer', x=-1657.66, y=76.00, z=1151.97], MoCEntityRaccoon['Raccoon'/10116, l='MpServer', x=-1651.63, y=77.00, z=1142.69], MoCEntitySnake['Snake'/10117, l='MpServer', x=-1657.66, y=75.00, z=1140.38], EntityLooter['Looter'/10118, l='MpServer', x=-1654.69, y=36.00, z=1156.69], EntityLooter['Looter'/10119, l='MpServer', x=-1653.50, y=36.00, z=1155.50], EntityPig['Pig'/10120, l='MpServer', x=-1654.09, y=77.00, z=1155.41], MoCEntityGoat['Goat'/10121, l='MpServer', x=-1659.88, y=79.00, z=1166.28], MoCEntityGoat['Goat'/10122, l='MpServer', x=-1650.78, y=78.00, z=1181.09], MoCEntityBird['Bird'/9610, l='MpServer', x=-1808.56, y=61.00, z=1166.13], MoCEntityBunny['Bunny'/9611, l='MpServer', x=-1815.56, y=62.59, z=1186.63], MoCEntitySnake['Snake'/10132, l='MpServer', x=-1663.97, y=98.00, z=1204.97], MoCEntitySnake['Snake'/9642, l='MpServer', x=-1791.94, y=117.00, z=996.06], EntityPig['Pig'/9643, l='MpServer', x=-1795.50, y=105.00, z=1012.50], MoCEntityBear['Bear'/10155, l='MpServer', x=-1633.31, y=94.00, z=1007.94], MoCEntityBear['Bear'/10156, l='MpServer', x=-1639.06, y=62.32, z=1023.09], MoCEntityRaccoon['Raccoon'/9644, l='MpServer', x=-1796.41, y=103.00, z=1034.66], MoCEntityMouse['Mouse'/10157, l='MpServer', x=-1647.47, y=88.00, z=1023.38], EntityWitch['Witch'/9645, l='MpServer', x=-1794.50, y=32.00, z=1055.50], MoCEntityBear['Bear'/10158, l='MpServer', x=-1641.16, y=102.00, z=1010.63], EntityWitch['Witch'/9646, l='MpServer', x=-1794.50, y=32.00, z=1052.50], MoCEntityMouse['Mouse'/10159, l='MpServer', x=-1637.69, y=62.53, z=1036.31], MoCEntityPiranha['Piranha'/9647, l='MpServer', x=-1806.81, y=62.00, z=1044.94], EntityZombie['Zombie'/9648, l='MpServer', x=-1793.66, y=28.00, z=1062.34], EntityZombie['Zombie'/9649, l='MpServer', x=-1794.38, y=28.00, z=1061.94], EntityZombie['Zombie'/10162, l='MpServer', x=-1647.50, y=35.00, z=1068.50], EntityCow['Cow'/10163, l='MpServer', x=-1645.47, y=62.42, z=1073.59], EntitySheep['Sheep'/9651, l='MpServer', x=-1794.66, y=86.00, z=1065.34], EntityChicken['Chicken'/10164, l='MpServer', x=-1647.19, y=61.68, z=1074.44], EntitySheep['Sheep'/9654, l='MpServer', x=-1792.34, y=107.00, z=1072.53], EntityMinecartChest['entity.MinecartChest.name'/9655, l='MpServer', x=-1794.50, y=26.50, z=1098.50], EntitySkeleton['Skeleton'/9656, l='MpServer', x=-1800.50, y=26.00, z=1102.50], MoCEntityBear['Bear'/10169, l='MpServer', x=-1634.31, y=79.00, z=1114.97], EntitySkeleton['Skeleton'/9658, l='MpServer', x=-1793.50, y=63.00, z=1103.50], MoCEntitySnake['Snake'/10171, l='MpServer', x=-1640.59, y=78.00, z=1121.50], EntitySheep['Sheep'/9659, l='MpServer', x=-1792.75, y=64.00, z=1130.69], MoCEntitySnake['Snake'/10172, l='MpServer', x=-1644.38, y=89.00, z=1132.91], MoCEntityRaccoon['Raccoon'/9660, l='MpServer', x=-1794.22, y=68.00, z=1188.41], MoCEntityBird['Bird'/9661, l='MpServer', x=-1792.97, y=62.00, z=1209.16], EntityPig['Pig'/10177, l='MpServer', x=-1645.19, y=77.00, z=1139.13], MoCEntityMouse['Mouse'/10181, l='MpServer', x=-1639.44, y=82.00, z=1163.06], MoCEntityMouse['Mouse'/10202, l='MpServer', x=-1625.13, y=62.53, z=980.19], MoCEntityMouse['Mouse'/10205, l='MpServer', x=-1617.34, y=90.00, z=976.56], MoCEntityBear['Bear'/10208, l='MpServer', x=-1621.97, y=63.00, z=1002.88], MoCEntitySnake['Snake'/9699, l='MpServer', x=-1778.53, y=111.00, z=989.22], EntityChicken['Chicken'/9701, l='MpServer', x=-1780.06, y=115.00, z=1002.81], MoCEntityRaccoon['Raccoon'/9704, l='MpServer', x=-1778.41, y=115.00, z=1001.66], MoCEntitySnake['Snake'/9705, l='MpServer', x=-1788.09, y=112.00, z=1005.00], MoCEntityFly['Fly'/9706, l='MpServer', x=-1787.16, y=108.00, z=1011.41], MoCEntitySnake['Snake'/9707, l='MpServer', x=-1777.47, y=104.00, z=1034.84], MoCEntityButterfly['ButterFly'/9708, l='MpServer', x=-1787.38, y=114.00, z=1026.66], MoCEntityBigCat['BigCat'/10220, l='MpServer', x=-1618.38, y=92.00, z=1096.25], MoCEntityButterfly['ButterFly'/9709, l='MpServer', x=-1786.13, y=114.00, z=1026.59], EntityPig['Pig'/9710, l='MpServer', x=-1783.50, y=113.00, z=1031.66], EntityPig['Pig'/9711, l='MpServer', x=-1788.47, y=103.00, z=1047.94], EntityCreeper['Creeper'/9712, l='MpServer', x=-1789.50, y=31.00, z=1060.50], EntitySheep['Sheep'/9713, l='MpServer', x=-1784.91, y=103.00, z=1065.19], MoCEntityBird['Bird'/10225, l='MpServer', x=-1617.41, y=78.00, z=1150.38], EntityItem['item.item.ganyssurface.poop'/9714, l='MpServer', x=-1777.28, y=105.13, z=1070.28], MoCEntityBird['Bird'/10226, l='MpServer', x=-1621.84, y=78.00, z=1149.44], EntityZombie['Zombie'/9715, l='MpServer', x=-1778.50, y=34.00, z=1076.50], EntitySheep['Sheep'/9716, l='MpServer', x=-1783.81, y=107.00, z=1077.13], MoCEntityBird['Bird'/10228, l='MpServer', x=-1628.09, y=80.00, z=1146.06], EntitySheep['Sheep'/9717, l='MpServer', x=-1789.16, y=108.00, z=1087.81], EntitySheep['Sheep'/9718, l='MpServer', x=-1778.94, y=106.00, z=1074.06], MoCEntityMouse['Mouse'/9719, l='MpServer', x=-1776.44, y=106.00, z=1092.97], EntityMinecartChest['entity.MinecartChest.name'/9720, l='MpServer', x=-1781.50, y=25.50, z=1117.50], MoCEntitySnake['Snake'/10232, l='MpServer', x=-1618.03, y=76.00, z=1173.22], EntitySheep['Sheep'/9721, l='MpServer', x=-1780.47, y=93.00, z=1113.09], MoCEntitySnake['Snake'/10233, l='MpServer', x=-1623.09, y=76.00, z=1168.06], EntitySheep['Sheep'/9722, l='MpServer', x=-1789.88, y=86.00, z=1108.47], MoCEntityBird['Bird'/9723, l='MpServer', x=-17
82.59, y=63.00, z=1151.03], MoCEntityBird['Bird'/9724, l='MpServer', x=-1782.75, y=63.00, z=1150.22], EntitySheep['Sheep'/9725, l='MpServer', x=-1780.94, y=63.00, z=1144.84], EntitySkeleton['Skeleton'/9726, l='MpServer', x=-1777.50, y=49.00, z=1136.50], EntitySheep['Sheep'/9727, l='MpServer', x=-1775.34, y=66.00, z=1137.53]]
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 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4477202568 bytes (4269 MB) / 6194987008 bytes (5908 MB) up to 14316732416 bytes (13653 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx15G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 40, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_C1 130 mods loaded, 130 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.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10 (1).jar)
UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA SC0_SpaceCore{0.7.14} [SpaceCore] (1.7.10-SpaceCore-0.7.14.jar)
UCHIJAAAA SC0_Wings{1.0} [SC0_Wings] (1.7.10-Survival_Wings-1.2.7.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHIJAAAA babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2 (2).jar)
UCHIJAAAA BetterFoliage{1.0.15} [Better Foliage] (BetterFoliage-mc1.7-1.0.15.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1 (1).jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.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.zip)
UCHIJAAAA Botania{r1.7-237} [Botania] (Botania r1.7-237.jar)
UCHIJAAAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJAAAA butterflymania{1.3} [Butterfly Mania] (Butterfly.zip)
UCHIJAAAA CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)
UCHIJAAAA craftguide{1.6.9.0} [CraftGuide] (CraftGuide-1.6.9.0-forge.jar)
UCHIJAAAA creeperspecies{1.7.2} [Creeper Species] (CreeperSpecies-1.7.2.jar)
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJAAAA deathdoor{1.0} [DeathDoor] (DeathDoor-1.1.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 Forestry{4.2.0.47} [Forestry for Minecraft] (forestry_1.7.10-4.2.0.47 (2).jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10 (1).jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA MagicBees{1.7.10-2.4.0} [Magic Bees] (magicbees-1.7.10-2.4.0 (2).jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHIJAAAA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1 (1).zip)
UCHIJAAAA dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0 (1).jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [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 endercompass{1.1} [Ender Compass] (EnderCompass-1.7.10-1.1.jar)
UCHIJAAAA golems{1.15} [Extra Golems] (Extra-Golems[1.7.10]-1.15b.jar)
UCHIJAAAA fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar)
UCHIJAAAA farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UCHIJAAAA flowercraftmod{1.9} [Flowercraft] (Flowercraftmod 1.8 - 1.7.10 Forge (1).jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562 (1).jar)
UCHIJAAAA ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1 (1).jar)
UCHIJAAAA ganyssurface{1.12.7} [Gany's Surface] (Ganys Surface-1.12.7.jar)
UCHIJAAAA GardenCore{1.7.10-1.6.3} [Garden Core] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenContainers{1.7.10-1.6.3} [Garden Containers] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenStuff{1.7.10-1.6.3} [Garden Stuff] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenTrees{1.7.10-1.6.3} [Garden Trees] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V9a.jar)
UCHIJAAAA GollumCoreLib{2.0.0} [Gollum Core Lib] (GollumCoreLib-2.0.0-1.7.10.jar)
UCHIJAAAA GraveStone{2.15.2} [GraveStone] (GraveStone-2.15.2.jar)
UCHIJAAAA gud_thaumicnei{1.3.0} [Thaumic NEI] (gud_thaumicnei-1.3.0.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2 (1).jar)
UCHIJAAAA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147 (1).jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal (1).jar)
UCHIJAAAA lozmod{3.1.2} [Legend of Zelda Mod V3] (Legend of Zelda Mod-B3.1.2.jar)
UCHIJAAAA llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10.jar)
UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.2-0.11.jar)
UCHIJAAAA mdeco{0.3.3} [Magical Decorations] (MagicalDecorations-0.3.3.jar)
UCHIJAAAA majora{1.0.0 Alpha} [Majora's MaskCraft] (majoramod v1.2.0.jar)
UCHIJAAAA MorePistons{2.0.0} [More Pistons] (MorePistons-2.0.0-1.7.10.jar)
UCHIJAAAA movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1 (1).jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10) (1).jar)
UCHIJAAAA MuchBetterTools{1.0.0} [MuchBetterTools] (MuchBetterTools1.0.0-1.7.10.zip)
UCHIJAAAA mysticores{0.1} [Mystic Ores] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticruins{0.1} [Mystic Ruins] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticstones{0.2} [Mystic Stones] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA mysticworld{0.1a} [Mystic World] (Mystic-Mods-1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.9.32} [NEI Addons] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.9.32} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.9.32} [NEI Addons: Botany] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.9.32} [NEI Addons: Forestry] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.9.32} [NEI Addons: Crafting Tables] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.9.32} [NEI Addons: Ex Nihilo] (neiaddons-1.12.9.32-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95 (1).jar)
UCHIJAAAA Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHIJAAAA bonecraft{1.7.2b} [Pam's BoneCraft] (Pam's BoneCraft 1.7.2b (2).zip)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10La.jar)
UCHIJAAAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b (1).zip)
UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b (2).zip)
UCHIJAAAA pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UCHIJAAAA placeableitems{1.4.4.1} [Placeable Items Mod] (placeableitems-1.4.4.1.jar)
UCHIJAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2 (1).jar)
UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.257.jar)
UCHIJAAAA runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCHIJAAAA spacore{01.05.11} [SpACore] (SpACore-1.7.10-01.05.11.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCHIJAAAA TaintedMagic{1.1.2.6} [Tainted Magic] (TaintedMagic-1.1.2.6.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A (1).jar)
UCHIJAAAA TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstery-1.2_1.7.10 (1).jar)
UCHIJAAAA TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7 (1).jar)
UCHIJAAAA VeinMiner{0.30.2_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.30.2.unknown.jar)
UCHIJAAAA VeinMinerModSupport{0.30.2_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.30.2.unknown.jar)
UCHIJAAAA VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
UCHIJAAAA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery (2).zip)
UCHIJAAAA zelda{0.4} [Zelda] (zelda-0.4 1.7.10.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA NEI-Mystcraft-Plugin{02.01.09} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.7.10-02.01.09.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.3960' Renderer: 'Intel(R) HD Graphics 4400'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
SpACore ASM Transformers:
GLStateManager: false
GLStateManager debug output: false
Debug screen replacer: true
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.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.10.3960, Intel
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: [Torhans Clear Glass 1.7.2 (1).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)