GithubHelp home page GithubHelp logo

forestrymc's Introduction

What is it?

Forestry is a modification for the game Minecraft and known primarily for its farms and bees.

Homepage

Wiki

Latest Builds for 1.16.5 and beyond

Latest Builds for 1.11.2/1.12

Discord

For those interested in developement, you can also visit #forestry-dev.

Building

You may want to adjust the "./gradle.properties" file to set your mc account as needed.

To setup, open a command line and run "gradlew setupDecompWorkspace". Then run the following depending on your IDE:

Eclipse: "gradlew eclipse" IntelliJ IDEA: "gradlew idea genIntellijRuns"

To package, open a command line and type "gradlew build".

For mod authors: the Forestry maven is located at http://maven.ic2.player.to/net/sengir/forestry/

Notes

Beware of ugly code.

Bugfixes are generally welcome. If you want to contribute something which changes game mechanics, please talk to someone with commit privileges first. Nothing is more frustrating than putting a lot of work and effort into a new game mechanic and then having the PR rejected because it doesn’t fit gameplay-wise.

If you submit a PR you must accept the Contributor License Agreement. There is no way around that, since otherwise changing the license later - even to something more permissive! - , becomes close to impossible.

License & Copyright

Forestry is (c) 2011 - 2014 SirSengir and licensed under LGPL v3. See the LICENSE.txt for all the gory details or go to http://www.gnu.org/licenses/lgpl-3.0.txt for more information. Forestry also contains code contributed by CovertJaguar, Player, MysteriousAges, Binnie, RichardG, cpw and others.

forestrymc's People

Contributors

3tusk avatar adventurerok avatar alexiil avatar asiekierka avatar bdew avatar binnie567 avatar covertjaguar avatar dczippl avatar fabricator77 avatar genuinesounds avatar hz0 avatar jodamm avatar marcin212 avatar mezz avatar mysteriousages avatar nedelosk avatar nirek-k avatar obbi89 avatar oitsjustjose avatar parker8283 avatar phillipasmith1995 avatar ramidzkh avatar sandgrainone avatar schneison avatar sfplayer1 avatar sirsengir avatar temp1011 avatar vexatos avatar xupaosso avatar zetaraku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

forestrymc's Issues

[Suggestion] Vanilla Localization handling

It would be great if the mod supported Vanilla-style localization handling, like most other mods already do.

Advantages:

  • files could be encoded in UTF-8 without BOM (much less tedious translating)
  • Resource Packs would be able to have custom languages for Forestry

Disadvantages:

  • All language files would probably have to be merged into a single one, however I see no real problem in that

I am sure it's going to be quite a lot of work, but I hope it's going to be done some time.

Crash when accessing various GUIs

I'm having a problem with Carpenters (and other machines):
If I try to open the GUI, the game crashes almost every time with the following error:

---- Minecraft Crash Report ----
// You're mean.

Time: 06.06.14 17:02
Description: Exception in world tick

java.lang.ClassCastException: forestry.factory.gadgets.MachineCarpenter cannot be cast to forestry.factory.gadgets.MachineBottler
    at forestry.factory.GuiHandlerFactory.getClientGuiElement(GuiHandlerFactory.java:49)
    at forestry.core.GuiHandler.getClientGuiElement(GuiHandler.java:39)
    at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
    at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:357)
    at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2480)
    at cpw.mods.fml.common.network.OpenGuiPacket.execute(OpenGuiPacket.java:67)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651)
    at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
    at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at forestry.factory.GuiHandlerFactory.getClientGuiElement(GuiHandlerFactory.java:49)
    at forestry.core.GuiHandler.getClientGuiElement(GuiHandler.java:39)
    at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
    at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:357)
    at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2480)
    at cpw.mods.fml.common.network.OpenGuiPacket.execute(OpenGuiPacket.java:67)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651)
    at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['mathe172'/494621, l='MpServer', x=99,56, y=28,32, z=117,87]]
    Chunk stats: MultiplayerChunkCache: 961
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (-233,64,178), Chunk: (at 7,4,2 in -15,11; contains blocks -240,0,176 to -225,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 32876906 game time, 32590656 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: 156 total; [EntityCreeper['Creeper'/495944, l='MpServer', x=177,50, y=66,00, z=97,50], EntityGib['unknown'/273, l='MpServer', x=51,18, y=61,28, z=126,65], EntityGib['unknown'/272, l='MpServer', x=51,82, y=61,28, z=126,35], EntityCreeper['Creeper'/495246, l='MpServer', x=161,50, y=16,00, z=101,50], EntityClientPlayerMP['mathe172'/494621, l='MpServer', x=99,56, y=28,32, z=117,87], EntityEnderman['Enderman'/495937, l='MpServer', x=64,50, y=48,00, z=80,50], EntityBat['Bat'/492359, l='MpServer', x=106,41, y=23,10, z=67,34], EntitySkeleton['Skeleton'/495939, l='MpServer', x=59,50, y=48,00, z=81,50], EntityGib['unknown'/258, l='MpServer', x=88,67, y=64,28, z=138,85], EntityGib['unknown'/256, l='MpServer', x=88,69, y=64,50, z=138,50], EntityGib['unknown'/257, l='MpServer', x=88,70, y=64,28, z=138,15], EntityCreeper['Creeper'/495965, l='MpServer', x=139,50, y=68,00, z=95,50], EntityGib['unknown'/262, l='MpServer', x=93,16, y=64,50, z=140,31], EntityGib['unknown'/263, l='MpServer', x=92,81, y=64,28, z=140,30], EntityCreeper['Creeper'/495966, l='MpServer', x=138,50, y=68,00, z=95,50], EntityCreeper['Creeper'/490286, l='MpServer', x=43,50, y=35,00, z=142,50], EntityGib['unknown'/264, l='MpServer', x=93,51, y=64,28, z=140,33], EntityGib['unknown'/16281, l='MpServer', x=100,92, y=64,28, z=133,61], EntityGib['unknown'/16280, l='MpServer', x=100,73, y=64,50, z=133,31], EntityGib['unknown'/271, l='MpServer', x=51,50, y=61,50, z=126,50], EntityGib['unknown'/16282, l='MpServer', x=100,54, y=64,28, z=133,02], EntityCreeper['Creeper'/495743, l='MpServer', x=34,50, y=67,00, z=54,50], EntitySkeleton['Skeleton'/495731, l='MpServer', x=63,25, y=60,00, z=102,66], EntityItem['item.item.egg'/493119, l='MpServer', x=51,22, y=45,13, z=68,25], EntityGib['unknown'/31060, l='MpServer', x=59,50, y=49,50, z=81,50], EntityGib['unknown'/31061, l='MpServer', x=59,79, y=49,28, z=81,69], EntityGib['unknown'/31062, l='MpServer', x=59,21, y=49,28, z=81,31], EntityBat['Bat'/492831, l='MpServer', x=91,65, y=26,00, z=65,44], EntityBat['Bat'/495526, l='MpServer', x=86,38, y=49,88, z=51,38], EntityBat['Bat'/495527, l='MpServer', x=74,63, y=53,85, z=59,43], EntityBat['Bat'/492825, l='MpServer', x=147,41, y=23,10, z=87,75], EntityBat['Bat'/495525, l='MpServer', x=80,50, y=54,10, z=59,75], EntityEnderman['Enderman'/495304, l='MpServer', x=75,88, y=24,00, z=104,69], EntitySkeleton['Skeleton'/495305, l='MpServer', x=72,50, y=68,00, z=177,50], EntitySlime['Slime'/246965, l='MpServer', x=81,31, y=27,00, z=193,28], EntitySheep['Sheep'/349, l='MpServer', x=82,91, y=64,00, z=97,31], EntityGolemBase['Tallow Golem'/344, l='MpServer', x=139,50, y=27,00, z=141,59], EntitySkeleton['Skeleton'/495900, l='MpServer', x=31,50, y=7,00, z=159,50], EntitySkeleton['Skeleton'/495902, l='MpServer', x=30,50, y=7,00, z=159,50], EntityZombie['Zombie'/495560, l='MpServer', x=100,73, y=63,00, z=133,31], EntityZombie['Zombie'/489792, l='MpServer', x=88,69, y=63,00, z=138,50], EntityCreeper['Creeper'/495563, l='MpServer', x=144,50, y=68,00, z=109,50], EntityBat['Bat'/495620, l='MpServer', x=89,16, y=44,00, z=52,69], EntityZombie['Zombie'/495317, l='MpServer', x=23,50, y=65,00, z=193,50], EntityVillager['Villager'/333, l='MpServer', x=92,50, y=68,00, z=138,69], EntityBat['Bat'/495619, l='MpServer', x=83,75, y=39,87, z=58,97], EntityZombie['Zombie'/495077, l='MpServer', x=92,24, y=63,00, z=140,31], EntityPig['Pig'/375, l='MpServer', x=35,53, y=60,00, z=99,50], EntityItem['item.item.egg'/493974, l='MpServer', x=48,13, y=47,13, z=65,31], EntitySheep['Sheep'/370, l='MpServer', x=81,50, y=64,00, z=97,34], EntitySheep['Sheep'/381, l='MpServer', x=104,34, y=71,00, z=48,38], EntityItem['item.item.ItemManaBean'/491780, l='MpServer', x=138,47, y=66,88, z=150,88], EntityGib['unknown'/19276, l='MpServer', x=91,90, y=64,28, z=140,25], EntityGib['unknown'/19277, l='MpServer', x=92,59, y=64,28, z=140,38], EntitySheep['Sheep'/382, l='MpServer', x=26,19, y=63,00, z=65,63], EntityGib['unknown'/33137, l='MpServer', x=67,98, y=63,00, z=97,85], EntityGib['unknown'/33136, l='MpServer', x=69,58, y=63,00, z=98,31], EntityGib['unknown'/19275, l='MpServer', x=92,24, y=64,50, z=140,31], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/378, l='MpServer', x=42,40, y=60,50, z=118,50], EntityGib['unknown'/33132, l='MpServer', x=69,21, y=63,00, z=97,50], EntityGib['unknown'/33133, l='MpServer', x=68,81, y=63,00, z=98,54], EntityZombie['Zombie'/495661, l='MpServer', x=43,50, y=66,00, z=102,50], EntityGolemBase['Tallow Golem'/357, l='MpServer', x=141,93, y=67,14, z=154,22], EntityGib['unknown'/33134, l='MpServer', x=66,91, y=63,00, z=97,72], EntityZombie['Zombie'/489364, l='MpServer', x=82,97, y=50,00, z=50,53], EntityGolemBase['Tallow Golem'/358, l='MpServer', x=141,72, y=64,00, z=155,22], EntityGib['unknown'/33135, l='MpServer', x=68,88, y=63,00, z=96,80], EntitySheep['Sheep'/353, l='MpServer', x=65,22, y=64,00, z=76,13], EntitySheep['Sheep'/366, l='MpServer', x=25,47, y=47,00, z=54,53], EntityZombie['Zombie'/367, l='MpServer', x=30,50, y=51,00, z=57,03], EntitySheep['Sheep'/361, l='MpServer', x=125,19, y=68,00, z=89,09], EntityGib['unknown'/31692, l='MpServer', x=57,89, y=34,00, z=55,51], EntityChicken['Chicken'/410, l='MpServer', x=48,16, y=47,00, z=66,84], EntityGib['unknown'/31693, l='MpServer', x=57,85, y=34,00, z=54,36], EntityGib['unknown'/31694, l='MpServer', x=57,79, y=34,00, z=53,64], EntityGib['unknown'/25190, l='MpServer', x=63,25, y=61,50, z=102,66], EntitySheep['Sheep'/408, l='MpServer', x=49,34, y=47,00, z=65,56], EntityGib['unknown'/25191, l='MpServer', x=63,48, y=61,28, z=102,39], EntitySheep['Sheep'/409, l='MpServer', x=63,47, y=45,00, z=76,53], EntityItem['item.item.ItemManaBean'/495830, l='MpServer', x=146,69, y=67,88, z=152,19], EntityPig['Pig'/414, l='MpServer', x=53,97, y=64,00, z=72,13], EntityGib['unknown'/31689, l='MpServer', x=57,17, y=34,00, z=54,20], EntityGib['unknown'/31690, l='MpServer', x=57,05, y=34,00, z=54,91], EntityBat['Bat'/494152, l='MpServer', x=117,55, y=23,77, z=40,46], EntityGib['unknown'/31691, l='MpServer', x=56,58, y=34,00, z=54,49], EntityChicken['Chicken'/413, l='MpServer', x=48,53, y=48,00, z=67,38], EntityCreeper['Creeper'/494151, l='MpServer', x=107,94, y=23,00, z=40,47], EntitySkeleton['Skeleton'/492255, l='MpServer', x=30,91, y=6,17, z=153,59], EntityZombie['Zombie'/349475, l='MpServer', x=92,50, y=63,00, z=166,31], EntityGib['unknown'/25192, l='MpServer', x=63,02, y=61,28, z=102,92], EntitySheep['Sheep'/406, l='MpServer', x=75,19, y=67,00, z=61,28], EntitySheep['Sheep'/407, l='MpServer', x=55,50, y=44,00, z=69,56], EntityCreeper['Creeper'/494905, l='MpServer', x=95,50, y=64,00, z=98,50], EntitySheep['Sheep'/392, l='MpServer', x=34,22, y=64,00, z=64,59], EntityChicken['Chicken'/399, l='MpServer', x=90,50, y=84,00, z=61,50], EntitySheep['Sheep'/398, l='MpServer', x=76,16, y=68,00, z=56,69], EntitySpider['Spider'/494168, l='MpServer', x=153,41, y=64,00, z=41,81], EntityZombie['Zombie'/251225, l='MpServer', x=47,06, y=57,00, z=68,34], EntityCreeper['Creeper'/495128, l='MpServer', x=41,50, y=13,00, z=48,50], EntityChicken['Chicken'/391, l='MpServer', x=46,16, y=57,00, z=68,84], EntityItem['item.item.egg'/493189, l='MpServer', x=50,63, y=46,13, z=65,16], EntityCow['Cow'/440, l='MpServer', x=93,71, y=63,00, z=145,45], EntitySkeleton['Skeleton'/492277, l='MpServer', x=151,50, y=66,00, z=108,50], EntityCow['Cow'/441, l='MpServer', x=95,23, y=63,00, z=149,55], EntityCow['Cow'/442, l='MpServer', x=94,35, y=63,00, z=148,47], EntityCow['Cow'/443, l='MpServer', x=96,55, y=63,00, z=145,45], EntityCow['Cow'/444, l='MpServer', x=92,45, y=63,00, z=145,45], EntityCow['Cow'/446, l='MpServer', x=94,47, y=63,00, z=146,39], EntitySkeleton['Skeleton'/492275, l='MpServer', x=153,50, y=66,00, z=110,50], EntityCow['Cow'/447, l='MpServer', x=92,45, y=63,00, z=149,55], EntityGib['unknown'/32140, l='MpServer', x=79,93, y=63,00, z=159,09], EntityGib['unknown'/32141, l='MpServer', x=79,40, y=63,00, z=158,86], EntityCow['Cow'/433, l='MpServer', x=93,46, y=63,00, z=147,56], EntityCow['Cow'/434, l='MpServer', x=95,58, y=63,00, z=147,41], EntityCow['Cow'/435, l='MpServer', x=92,46, y=63,00, z=147,65], EntityGib['unknown'/32136, l='MpServer', x=79,77, y=63,00, z=159,94], EntityCow['Cow'/436, l='MpServer', x=93,21, y=63,00, z=147,02], EntityGib['unknown'/32137, l='MpServer', x=80,46, y=63,00, z=157,99], EntityCow['Cow'/437, l='MpServer', x=94,59, y=63,00, z=145,45], EntityGib['unknown'/32138, l='MpServer', x=80,61, y=63,00, z=158,90], EntityCow['Cow'/438, l='MpServer', x=93,53, y=63,00, z=149,55], EntityGib['unknown'/32139, l='MpServer', x=81,08, y=63,00, z=159,32], EntityCow['Cow'/439, l='MpServer', x=92,45, y=63,00, z=146,59], EntityCow['Cow'/424, l='MpServer', x=49,28, y=63,00, z=151,22], EntityItem['item.item.ItemManaBean'/494612, l='MpServer', x=141,28, y=65,13, z=163,53], EntitySheep['Sheep'/429, l='MpServer', x=145,47, y=68,00, z=94,47], EntityZombie['Zombie'/482490, l='MpServer', x=163,50, y=18,00, z=196,50], EntityCow['Cow'/476, l='MpServer', x=96,55, y=63,00, z=149,55], EntityPig['Pig'/477, l='MpServer', x=106,38, y=63,00, z=149,53], EntityCow['Cow'/474, l='MpServer', x=95,65, y=63,00, z=145,47], EntityCow['Cow'/475, l='MpServer', x=96,55, y=63,00, z=148,43], EntityCow['Cow'/472, l='MpServer', x=94,89, y=63,00, z=148,55], EntityCow['Cow'/473, l='MpServer', x=96,55, y=63,00, z=147,41], EntityItem['item.item.egg'/491708, l='MpServer', x=90,28, y=87,13, z=60,13], EntitySpider['Spider'/493031, l='MpServer', x=56,00, y=60,00, z=125,94], EntityZombie['Zombie'/493028, l='MpServer', x=51,50, y=60,00, z=126,50], EntityPig['Pig'/463, l='MpServer', x=149,91, y=68,00, z=73,94], EntitySlime['Slime'/462, l='MpServer', x=102,69, y=40,18, z=183,31], EntityPech['entity.Pech.name'/460, l='MpServer', x=122,50, y=9,50, z=154,34], EntityPech['entity.Pech.2.name'/459, l='MpServer', x=122,31, y=9,50, z=153,31], EntitySkeleton['Skeleton'/495746, l='MpServer', x=30,50, y=67,00, z=55,50], EntityPech['entity.Pech.name'/458, l='MpServer', x=123,38, y=9,50, z=153,50], EntityItem['item.item.ItemManaBean'/493626, l='MpServer', x=136,75, y=67,13, z=152,19], EntityGolemBase['Flesh Golem'/452, l='MpServer', x=92,56, y=64,00, z=160,91], EntityGolemBase['Flesh Golem'/451, l='MpServer', x=92,41, y=64,00, z=160,28], EntityBat['Bat'/481970, l='MpServer', x=87,75, y=24,10, z=88,75], EntityCow['Cow'/448, l='MpServer', x=92,45, y=63,00, z=148,48], EntityItem['item.item.ItemManaBean'/494399, l='MpServer', x=135,88, y=64,13, z=154,03], EntityCreeper['Creeper'/495806, l='MpServer', x=113,50, y=64,00, z=140,50], EntityCreeper['Creeper'/492462, l='MpServer', x=137,50, y=70,00, z=50,50], EntityItem['item.item.ItemManaBean'/492744, l='MpServer', x=145,63, y=67,13, z=161,81], EntitySpider['Spider'/492464, l='MpServer', x=132,88, y=70,00, z=48,72], EntityCreeper['Creeper'/495788, l='MpServer', x=135,50, y=49,00, z=177,50], EntityCreeper['Creeper'/495790, l='MpServer', x=135,50, y=49,00, z=176,50], EntityItem['item.item.ItemManaBean'/493010, l='MpServer', x=144,59, y=65,88, z=152,13], EntityZombie['Zombie'/492479, l='MpServer', x=93,16, y=63,00, z=140,31]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1943)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['mathe172'/494621, l='MpServer', x=99,56, y=28,32, z=117,87]]
    Chunk stats: MultiplayerChunkCache: 961
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (-233,64,178), Chunk: (at 7,4,2 in -15,11; contains blocks -240,0,176 to -225,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 32876906 game time, 32590656 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: 156 total; [EntityCreeper['Creeper'/495944, l='MpServer', x=177,50, y=66,00, z=97,50], EntityGib['unknown'/273, l='MpServer', x=51,18, y=61,28, z=126,65], EntityGib['unknown'/272, l='MpServer', x=51,82, y=61,28, z=126,35], EntityCreeper['Creeper'/495246, l='MpServer', x=161,50, y=16,00, z=101,50], EntityClientPlayerMP['mathe172'/494621, l='MpServer', x=99,56, y=28,32, z=117,87], EntityEnderman['Enderman'/495937, l='MpServer', x=64,50, y=48,00, z=80,50], EntityBat['Bat'/492359, l='MpServer', x=106,41, y=23,10, z=67,34], EntitySkeleton['Skeleton'/495939, l='MpServer', x=59,50, y=48,00, z=81,50], EntityGib['unknown'/258, l='MpServer', x=88,67, y=64,28, z=138,85], EntityGib['unknown'/256, l='MpServer', x=88,69, y=64,50, z=138,50], EntityGib['unknown'/257, l='MpServer', x=88,70, y=64,28, z=138,15], EntityCreeper['Creeper'/495965, l='MpServer', x=139,50, y=68,00, z=95,50], EntityGib['unknown'/262, l='MpServer', x=93,16, y=64,50, z=140,31], EntityGib['unknown'/263, l='MpServer', x=92,81, y=64,28, z=140,30], EntityCreeper['Creeper'/495966, l='MpServer', x=138,50, y=68,00, z=95,50], EntityCreeper['Creeper'/490286, l='MpServer', x=43,50, y=35,00, z=142,50], EntityGib['unknown'/264, l='MpServer', x=93,51, y=64,28, z=140,33], EntityGib['unknown'/16281, l='MpServer', x=100,92, y=64,28, z=133,61], EntityGib['unknown'/16280, l='MpServer', x=100,73, y=64,50, z=133,31], EntityGib['unknown'/271, l='MpServer', x=51,50, y=61,50, z=126,50], EntityGib['unknown'/16282, l='MpServer', x=100,54, y=64,28, z=133,02], EntityCreeper['Creeper'/495743, l='MpServer', x=34,50, y=67,00, z=54,50], EntitySkeleton['Skeleton'/495731, l='MpServer', x=63,25, y=60,00, z=102,66], EntityItem['item.item.egg'/493119, l='MpServer', x=51,22, y=45,13, z=68,25], EntityGib['unknown'/31060, l='MpServer', x=59,50, y=49,50, z=81,50], EntityGib['unknown'/31061, l='MpServer', x=59,79, y=49,28, z=81,69], EntityGib['unknown'/31062, l='MpServer', x=59,21, y=49,28, z=81,31], EntityBat['Bat'/492831, l='MpServer', x=91,65, y=26,00, z=65,44], EntityBat['Bat'/495526, l='MpServer', x=86,38, y=49,88, z=51,38], EntityBat['Bat'/495527, l='MpServer', x=74,63, y=53,85, z=59,43], EntityBat['Bat'/492825, l='MpServer', x=147,41, y=23,10, z=87,75], EntityBat['Bat'/495525, l='MpServer', x=80,50, y=54,10, z=59,75], EntityEnderman['Enderman'/495304, l='MpServer', x=75,88, y=24,00, z=104,69], EntitySkeleton['Skeleton'/495305, l='MpServer', x=72,50, y=68,00, z=177,50], EntitySlime['Slime'/246965, l='MpServer', x=81,31, y=27,00, z=193,28], EntitySheep['Sheep'/349, l='MpServer', x=82,91, y=64,00, z=97,31], EntityGolemBase['Tallow Golem'/344, l='MpServer', x=139,50, y=27,00, z=141,59], EntitySkeleton['Skeleton'/495900, l='MpServer', x=31,50, y=7,00, z=159,50], EntitySkeleton['Skeleton'/495902, l='MpServer', x=30,50, y=7,00, z=159,50], EntityZombie['Zombie'/495560, l='MpServer', x=100,73, y=63,00, z=133,31], EntityZombie['Zombie'/489792, l='MpServer', x=88,69, y=63,00, z=138,50], EntityCreeper['Creeper'/495563, l='MpServer', x=144,50, y=68,00, z=109,50], EntityBat['Bat'/495620, l='MpServer', x=89,16, y=44,00, z=52,69], EntityZombie['Zombie'/495317, l='MpServer', x=23,50, y=65,00, z=193,50], EntityVillager['Villager'/333, l='MpServer', x=92,50, y=68,00, z=138,69], EntityBat['Bat'/495619, l='MpServer', x=83,75, y=39,87, z=58,97], EntityZombie['Zombie'/495077, l='MpServer', x=92,24, y=63,00, z=140,31], EntityPig['Pig'/375, l='MpServer', x=35,53, y=60,00, z=99,50], EntityItem['item.item.egg'/493974, l='MpServer', x=48,13, y=47,13, z=65,31], EntitySheep['Sheep'/370, l='MpServer', x=81,50, y=64,00, z=97,34], EntitySheep['Sheep'/381, l='MpServer', x=104,34, y=71,00, z=48,38], EntityItem['item.item.ItemManaBean'/491780, l='MpServer', x=138,47, y=66,88, z=150,88], EntityGib['unknown'/19276, l='MpServer', x=91,90, y=64,28, z=140,25], EntityGib['unknown'/19277, l='MpServer', x=92,59, y=64,28, z=140,38], EntitySheep['Sheep'/382, l='MpServer', x=26,19, y=63,00, z=65,63], EntityGib['unknown'/33137, l='MpServer', x=67,98, y=63,00, z=97,85], EntityGib['unknown'/33136, l='MpServer', x=69,58, y=63,00, z=98,31], EntityGib['unknown'/19275, l='MpServer', x=92,24, y=64,50, z=140,31], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/378, l='MpServer', x=42,40, y=60,50, z=118,50], EntityGib['unknown'/33132, l='MpServer', x=69,21, y=63,00, z=97,50], EntityGib['unknown'/33133, l='MpServer', x=68,81, y=63,00, z=98,54], EntityZombie['Zombie'/495661, l='MpServer', x=43,50, y=66,00, z=102,50], EntityGolemBase['Tallow Golem'/357, l='MpServer', x=141,93, y=67,14, z=154,22], EntityGib['unknown'/33134, l='MpServer', x=66,91, y=63,00, z=97,72], EntityZombie['Zombie'/489364, l='MpServer', x=82,97, y=50,00, z=50,53], EntityGolemBase['Tallow Golem'/358, l='MpServer', x=141,72, y=64,00, z=155,22], EntityGib['unknown'/33135, l='MpServer', x=68,88, y=63,00, z=96,80], EntitySheep['Sheep'/353, l='MpServer', x=65,22, y=64,00, z=76,13], EntitySheep['Sheep'/366, l='MpServer', x=25,47, y=47,00, z=54,53], EntityZombie['Zombie'/367, l='MpServer', x=30,50, y=51,00, z=57,03], EntitySheep['Sheep'/361, l='MpServer', x=125,19, y=68,00, z=89,09], EntityGib['unknown'/31692, l='MpServer', x=57,89, y=34,00, z=55,51], EntityChicken['Chicken'/410, l='MpServer', x=48,16, y=47,00, z=66,84], EntityGib['unknown'/31693, l='MpServer', x=57,85, y=34,00, z=54,36], EntityGib['unknown'/31694, l='MpServer', x=57,79, y=34,00, z=53,64], EntityGib['unknown'/25190, l='MpServer', x=63,25, y=61,50, z=102,66], EntitySheep['Sheep'/408, l='MpServer', x=49,34, y=47,00, z=65,56], EntityGib['unknown'/25191, l='MpServer', x=63,48, y=61,28, z=102,39], EntitySheep['Sheep'/409, l='MpServer', x=63,47, y=45,00, z=76,53], EntityItem['item.item.ItemManaBean'/495830, l='MpServer', x=146,69, y=67,88, z=152,19], EntityPig['Pig'/414, l='MpServer', x=53,97, y=64,00, z=72,13], EntityGib['unknown'/31689, l='MpServer', x=57,17, y=34,00, z=54,20], EntityGib['unknown'/31690, l='MpServer', x=57,05, y=34,00, z=54,91], EntityBat['Bat'/494152, l='MpServer', x=117,55, y=23,77, z=40,46], EntityGib['unknown'/31691, l='MpServer', x=56,58, y=34,00, z=54,49], EntityChicken['Chicken'/413, l='MpServer', x=48,53, y=48,00, z=67,38], EntityCreeper['Creeper'/494151, l='MpServer', x=107,94, y=23,00, z=40,47], EntitySkeleton['Skeleton'/492255, l='MpServer', x=30,91, y=6,17, z=153,59], EntityZombie['Zombie'/349475, l='MpServer', x=92,50, y=63,00, z=166,31], EntityGib['unknown'/25192, l='MpServer', x=63,02, y=61,28, z=102,92], EntitySheep['Sheep'/406, l='MpServer', x=75,19, y=67,00, z=61,28], EntitySheep['Sheep'/407, l='MpServer', x=55,50, y=44,00, z=69,56], EntityCreeper['Creeper'/494905, l='MpServer', x=95,50, y=64,00, z=98,50], EntitySheep['Sheep'/392, l='MpServer', x=34,22, y=64,00, z=64,59], EntityChicken['Chicken'/399, l='MpServer', x=90,50, y=84,00, z=61,50], EntitySheep['Sheep'/398, l='MpServer', x=76,16, y=68,00, z=56,69], EntitySpider['Spider'/494168, l='MpServer', x=153,41, y=64,00, z=41,81], EntityZombie['Zombie'/251225, l='MpServer', x=47,06, y=57,00, z=68,34], EntityCreeper['Creeper'/495128, l='MpServer', x=41,50, y=13,00, z=48,50], EntityChicken['Chicken'/391, l='MpServer', x=46,16, y=57,00, z=68,84], EntityItem['item.item.egg'/493189, l='MpServer', x=50,63, y=46,13, z=65,16], EntityCow['Cow'/440, l='MpServer', x=93,71, y=63,00, z=145,45], EntitySkeleton['Skeleton'/492277, l='MpServer', x=151,50, y=66,00, z=108,50], EntityCow['Cow'/441, l='MpServer', x=95,23, y=63,00, z=149,55], EntityCow['Cow'/442, l='MpServer', x=94,35, y=63,00, z=148,47], EntityCow['Cow'/443, l='MpServer', x=96,55, y=63,00, z=145,45], EntityCow['Cow'/444, l='MpServer', x=92,45, y=63,00, z=145,45], EntityCow['Cow'/446, l='MpServer', x=94,47, y=63,00, z=146,39], EntitySkeleton['Skeleton'/492275, l='MpServer', x=153,50, y=66,00, z=110,50], EntityCow['Cow'/447, l='MpServer', x=92,45, y=63,00, z=149,55], EntityGib['unknown'/32140, l='MpServer', x=79,93, y=63,00, z=159,09], EntityGib['unknown'/32141, l='MpServer', x=79,40, y=63,00, z=158,86], EntityCow['Cow'/433, l='MpServer', x=93,46, y=63,00, z=147,56], EntityCow['Cow'/434, l='MpServer', x=95,58, y=63,00, z=147,41], EntityCow['Cow'/435, l='MpServer', x=92,46, y=63,00, z=147,65], EntityGib['unknown'/32136, l='MpServer', x=79,77, y=63,00, z=159,94], EntityCow['Cow'/436, l='MpServer', x=93,21, y=63,00, z=147,02], EntityGib['unknown'/32137, l='MpServer', x=80,46, y=63,00, z=157,99], EntityCow['Cow'/437, l='MpServer', x=94,59, y=63,00, z=145,45], EntityGib['unknown'/32138, l='MpServer', x=80,61, y=63,00, z=158,90], EntityCow['Cow'/438, l='MpServer', x=93,53, y=63,00, z=149,55], EntityGib['unknown'/32139, l='MpServer', x=81,08, y=63,00, z=159,32], EntityCow['Cow'/439, l='MpServer', x=92,45, y=63,00, z=146,59], EntityCow['Cow'/424, l='MpServer', x=49,28, y=63,00, z=151,22], EntityItem['item.item.ItemManaBean'/494612, l='MpServer', x=141,28, y=65,13, z=163,53], EntitySheep['Sheep'/429, l='MpServer', x=145,47, y=68,00, z=94,47], EntityZombie['Zombie'/482490, l='MpServer', x=163,50, y=18,00, z=196,50], EntityCow['Cow'/476, l='MpServer', x=96,55, y=63,00, z=149,55], EntityPig['Pig'/477, l='MpServer', x=106,38, y=63,00, z=149,53], EntityCow['Cow'/474, l='MpServer', x=95,65, y=63,00, z=145,47], EntityCow['Cow'/475, l='MpServer', x=96,55, y=63,00, z=148,43], EntityCow['Cow'/472, l='MpServer', x=94,89, y=63,00, z=148,55], EntityCow['Cow'/473, l='MpServer', x=96,55, y=63,00, z=147,41], EntityItem['item.item.egg'/491708, l='MpServer', x=90,28, y=87,13, z=60,13], EntitySpider['Spider'/493031, l='MpServer', x=56,00, y=60,00, z=125,94], EntityZombie['Zombie'/493028, l='MpServer', x=51,50, y=60,00, z=126,50], EntityPig['Pig'/463, l='MpServer', x=149,91, y=68,00, z=73,94], EntitySlime['Slime'/462, l='MpServer', x=102,69, y=40,18, z=183,31], EntityPech['entity.Pech.name'/460, l='MpServer', x=122,50, y=9,50, z=154,34], EntityPech['entity.Pech.2.name'/459, l='MpServer', x=122,31, y=9,50, z=153,31], EntitySkeleton['Skeleton'/495746, l='MpServer', x=30,50, y=67,00, z=55,50], EntityPech['entity.Pech.name'/458, l='MpServer', x=123,38, y=9,50, z=153,50], EntityItem['item.item.ItemManaBean'/493626, l='MpServer', x=136,75, y=67,13, z=152,19], EntityGolemBase['Flesh Golem'/452, l='MpServer', x=92,56, y=64,00, z=160,91], EntityGolemBase['Flesh Golem'/451, l='MpServer', x=92,41, y=64,00, z=160,28], EntityBat['Bat'/481970, l='MpServer', x=87,75, y=24,10, z=88,75], EntityCow['Cow'/448, l='MpServer', x=92,45, y=63,00, z=148,48], EntityItem['item.item.ItemManaBean'/494399, l='MpServer', x=135,88, y=64,13, z=154,03], EntityCreeper['Creeper'/495806, l='MpServer', x=113,50, y=64,00, z=140,50], EntityCreeper['Creeper'/492462, l='MpServer', x=137,50, y=70,00, z=50,50], EntityItem['item.item.ItemManaBean'/492744, l='MpServer', x=145,63, y=67,13, z=161,81], EntitySpider['Spider'/492464, l='MpServer', x=132,88, y=70,00, z=48,72], EntityCreeper['Creeper'/495788, l='MpServer', x=135,50, y=49,00, z=177,50], EntityCreeper['Creeper'/495790, l='MpServer', x=135,50, y=49,00, z=176,50], EntityItem['item.item.ItemManaBean'/493010, l='MpServer', x=144,59, y=65,88, z=152,13], EntityZombie['Zombie'/492479, l='MpServer', x=93,16, y=63,00, z=140,31]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server

-- System Details --
Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 226376712 bytes (215 MB) / 1013448704 bytes (966 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:PermSize=128m
    AABB Pool Size: 32281 (1807736 bytes; 1 MB) allocated, 2198 (123088 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 63 mods loaded, 63 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    AppliedEnergistics{rv13.c} [Applied Energistics] (appeng-rv13-c-mc162.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    MobDismemberment{2.0.0} [MobDismemberment] (files^MobDismemberment2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    IC2{2.0.380-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.380-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    IronChest{5.4.1.677} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.677.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    OpenMods{0.5} [OpenMods] (OpenModsLib-0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Core{4.3.2.26} [ProjectRed] (ProjectRedBase-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Transmission{4.3.2.26} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    OpenPeripheralCore{0.4} [OpenPeripheralCore] (OpenPeripheralCore-0.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Transportation{4.3.2.26} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Exploration{4.3.2.26} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Compatibility{4.3.2.26} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Integration{4.3.2.26} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Illumination{4.3.2.26} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Expansion{4.3.2.26} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    StevesCarts{2.0.0.b10} [Steve's Carts 2] (StevesCarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ThaumicTinkerer{2.3-130} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-130.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forestry : [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.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3304, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 3125 (175000 bytes; 0 MB) allocated, 344 (19264 bytes; 0 MB) used

It is pretty annoying if you have to restart 10 times to get it to work...
If I can provide any additional information to help just say so :)

Fluid Texture missing in tank rendering

I stumbled upon a missing fluid texture. Posted the same on the buildcraft issue tracker.

From left to right you see lava, forestry biomass and forestry honey. The biomass gets rendered correctly, the honey not. Through the BC Fluid pipes the honey renders correctly.

I don't know on which end this issue is. I noticed exactly the same in railcraft tanks. So probably forestry?

Picture:

fluidtexturebug

Ethanol cannot be used in Biogas Engines 1.7

As description states: cannot pipe in, bucket, etc... ethanol into biogas engines. Forge 1083. Playing in a pack, but is still true when only forestry-2.4.0.0-711 is installed with vanilla.

Immediate help required. Mod Incompatibility problem.

d332c281fb800ac3535a9ea3c3d0f353
df57c1fe15ccc4a891cb152fbd83542f
ef69c08001766134fa80cee17707780d

Can you please help me out and tell me which one is causing the following:

Server starts up fine with the mod and when I try and load it up with my client it's fine but when I login my server the client just stays at not responding and never goes past that, I don't know if it's crashing or not, Im new to this and I've only received maybe 1-2 crash reports out of the numerous times with mods that don't work. Usually it'll just never load past not responding so thats how I know the mods arent working together. I also realize forestry isn't in the screenshot I deleted it obviously.

Additional Notes:
Tried using the recent forestry and the earlier version released before the 6 days ago one.

[BUG] Fermenter not processing bio matter

Mods in use: BC 6.x, IC2 Experimental (latest build available, each time it updates), And Forestry .27:

Fermenter is not processing any form of bio matter (wheat, saplings, plantballs, sugar cane, nada). In SSP, powered with 6 steam engines, saplings, and fertilizer. Water tank full as well. Saplings and fertilizer ticks down one and the processing bars are full, but, no processing takes place. Confirmed in creative mode using 4 creative engines set to 128mJ as well. No joy.

To investigate: very bad tickrates on dedicated server

I'm getting severely high tick times on dedicated server with a compiled build of the current code base. Highest I've seen is 12,000ms, but it goes back to normal when the client leaves the server.

Removing forestry finally cleared the issue.
Been unable to track the cause further however, as running the java profiler causes the client to disconnect.

Blocks/Entities involved
Logs, Planks, leaves (trees and structures)
Bee Hives
Butterflies

Forestry + Thermal Expansion = Crash

Every time I attempt to run both forestry and thermal expansion, I experience a crash. Both mods work independently of each other both with and without other mods. The version of forestry I have is 2.3.1.1 while the version of Thermal Expansion is 3.0.0.7; both of which seem to be the latest releases of their respective mods. Bellow is a copy of the crash report I receive.

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 5/16/14 2:38 AM
Description: Initializing game

java.lang.RuntimeException: Tried to recreate an item (cratedCookies) id (31731 / shifted:31987) for an item which already exists as thermalexpansion.item.ItemDiagram@56dd47. Check your config and resolve the conflict.
at forestry.core.config.Config.getOrCreateItemIdProperty(Config.java:387)
at forestry.plugins.PluginCore.registerCrates(PluginCore.java:371)
at forestry.plugins.NativePlugin.doInit(NativePlugin.java:26)
at forestry.plugins.PluginCore.doInit(PluginCore.java:141)
at forestry.core.ForestryCore.postInit(ForestryCore.java:138)
at forestry.core.ForestryClient.postInit(ForestryClient.java:30)
at forestry.Forestry.postInit(Forestry.java:68)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at forestry.core.config.Config.getOrCreateItemIdProperty(Config.java:387)
at forestry.plugins.PluginCore.registerCrates(PluginCore.java:371)
at forestry.plugins.NativePlugin.doInit(NativePlugin.java:26)
at forestry.plugins.PluginCore.doInit(PluginCore.java:141)
at forestry.core.ForestryCore.postInit(ForestryCore.java:138)
at forestry.core.ForestryClient.postInit(ForestryClient.java:30)
at forestry.Forestry.postInit(Forestry.java:68)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 81413072 bytes (77 MB) / 204718080 bytes (195 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 13 mods loaded, 13 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHCore{2.0.0.5} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHLoot{2.0.0.5} CoFH Loot Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHMasquerade{2.0.0.5} CoFH Masquerade Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHSocial{2.0.0.5} CoFH Social Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHWorld{2.0.0.5} CoFH World Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry{2.3.1.1} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Errored
ForgeMultipart{1.0.0.219} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalExpansion{3.0.0.7} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
McMultipart{1.0.0.219} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMicroblock{1.0.0.219} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6520G GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: UNTEXTURED Sphax PureBDcraft 64x MC16.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

1.7.2 NPE during initialization - config file creation - possible issue?

Run time environment:
Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_60, running on Windows 7:amd64:6.1

Mod version
forestry_1.7.2-2.4.1.27.jar

Error on client during client startup:
https://gist.github.com/sibomots/b6dcd293983d7915c3cc

Repro-case:

Shutdown Minecraft
remove Forestry mod
remove forestry configuration folder
Re-install forestry mod into mods folder.
Restart Minecraft and Launch

It creates these files in config:
https://gist.github.com/sibomots/88e9f756761e0a9d33d2

Maybe the error is non-fatal, but seems curious. Thoughts?

Crash on Forge >= 1067

Hello, Forestry is crashing after updating to Forge version >= 1067, This version of Forge is quite important as it addresses several issues including a Memory Leak, I would like to be able to update so it would be much appreciated if the crash was fixed.

Crash Report: http://pastebin.com/CnezB1tB

Thanks

[BUG] Gendustry Territory Upgrades not expanding Bees effect range.

"Im playing on Monster 1.1.1 and was using Gendustry to get a Tropical Bee with the Exploring Effect and Maximum Range (15x15). Using the Territory Upgrades on the Industrial Apiary I was trying to increase this range, but they do not seem to work at all. As soon as I walked outside of the Bee's original range, it stopped giving me XP."

I told bdew about this and he is saying this is a problem on the side of forestry.

Original post on Gendustry GitHub: bdew-minecraft/gendustry#26

Config path and --gameDir option

If you specify --gameDir when you start Minecraft, all files should be stored relative to the specified path. All popular modes this complete, but anyway Forestry continues to keep the configuration files in the root of Minecraft.

It interferes with of our mechanism builds in the launcher :(

Could you implement this as a hot fix?

Sorry for language, from Belarus :D

Backpack items plugin parsing error

I'm currently registering items to the backpacks in this way:

FMLInterModComms.sendMessage(getModID(), "add-backpack-items",
                "hunter@" + Item.itemRegistry.getNameForObject(PoisonSac.getInstance()) + ":*");

The full message value in this case becomes "hunter@evilcraft:darkGem:*".

As can be seen in https://github.com/ForestryMC/ForestryMC/blob/master/forestry_common/storage/forestry/plugins/PluginStorage.java#L517, the item pattern is split by ":", so also the part "evilcraft:darkGem" will be split in half which will cause a failure to register the item into the backpack.

I guess this is a mistake? Or maybe I'm missing some alternative way of getting unique names for items?

Unknown missing textures.

I can make some of the missing textures, however I don't know the exact purpose or intended design of the following ones.

textures/items/analyzer/natural.png
textures/items/misc/liquid.png
textures/items/misc/empty.png

I've made two missing create textures already today, so I don't mind making other textures, just need some hints on what they should look like and where they appear.

Backpack Crash is Back :(

Note: Previous Backpack Crash was Client Crash, This is Server Crash.
http://pastebin.com/N56QEbc1

This IS with the new build, -2.4.1.23
Occured with sticks, but Planks had just worked fine, which is odd, as both would be picked up by Builder's, I think.

Readme and license are conflicting

The license listed does not allow modifications (even in the form of changes to github forks), but the readme says that bugfixes are welcome.

Backpack Crash

http://pastebin.com/81zWMNBc

First occurrence upon picking up a spruce log after creating my forester's backpack.
Occurs as soon world is loaded ever since.

First occurance was with 2.4.0.0-711 ; Continues to occur under 2.4.1.22.

Duplication bug with letters

Letters can still be used to duplicate items using a slightly different method than before:

In this example, the letter is in the first slot of your hotbar.
Open it and put items to dupe inside it. Close the GUI to save the items into the letter.
Then open the letter again and now hover your mouse over any other item inside your inventory and press "1" to swap that random item with the letter.
You will be able to throw the letter away and the GUI will not close.
Any items picked up from GUI will be duplicated as the letter is not in your inventory.

Bug found on Forestry 1.7.2-2.4.1.25 SMP, i duplicated a stick, yay.

Note: this bug is likely to also affect other inventory items like the treealizer, beealyzer and backpacks.

Crash by Apiary

Ok guy's i got a terrific crash caused by a basic bloc of the mod. Indeed, the crash report highlight that the issue comes from Apiaries. Could you see in this way ?

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 02/07/14 03:33
Description: Ticking block entity

java.lang.NoSuchMethodError: net.minecraft.world.biome.BiomeGenBase.getBiome(I)Lnet/minecraft/world/biome/BiomeGenBase;
at forestry.api.core.EnumTemperature.isBiomeHellish(EnumTemperature.java:121)
at forestry.apiculture.gadgets.TileBeehouse.getTemperature(TileBeehouse.java:123)
at forestry.apiculture.genetics.Bee.isWorking(Bee.java:233)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:151)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:160)
at forestry.core.gadgets.TileBase.func_145845_h(TileBase.java:44)
at net.minecraft.world.World.func_72939_s(World.java:2523)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:911)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:640)
at java.lang.Thread.run(Thread.java:744)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at forestry.api.core.EnumTemperature.isBiomeHellish(EnumTemperature.java:121)
at forestry.apiculture.gadgets.TileBeehouse.getTemperature(TileBeehouse.java:123)
at forestry.apiculture.genetics.Bee.isWorking(Bee.java:233)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:151)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:160)
at forestry.core.gadgets.TileBase.func_145845_h(TileBase.java:44)

-- Block entity being ticked --
Details:
Name: forestry.Apiary // forestry.apiculture.gadgets.TileApiary
Block type: ID #1256 (tile.for.apiculture // forestry.core.gadgets.BlockBase)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-5110,64,-5430), Chunk: (at 10,4,10 in -320,-340; contains blocks -5120,0,-5440 to -5105,255,-5425), Region: (-10,-11; contains chunks -320,-352 to -289,-321, blocks -5120,0,-5632 to -4609,255,-5121)
Actual block type: ID #1256 (tile.for.apiculture // forestry.core.gadgets.BlockBase)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2523)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Likton'/931856, l='world', x=-5211,28, y=74,76, z=-5467,09](Likton at -5211.2806559126375,74.76025201857554,-5467.088779374584)]
Chunk stats: ServerChunkCache: 1049 Drop: 0
Level seed: -9031326916514007383
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (453,73,1383), Chunk: (at 5,4,7 in 28,86; contains blocks 448,0,1376 to 463,255,1391), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
Level time: 61913032 game time, 65885675 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13429 (now: false), thunder time: 4444 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:911)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:640)
at java.lang.Thread.run(Thread.java:744)

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Linux (amd64) version 2.6.32-042stab090.5
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4542753160 bytes (4332 MB) / 6407585792 bytes (6110 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 5 total; -Xmx6G -Xms6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts
AABB Pool Size: 22170 (1241520 bytes; 1 MB) allocated, 19107 (1069992 bytes; 1 MB) used
IntCache: cache: 0, tcache: 0, allocated: 17, tallocated: 96
FML: MCP v9.03 FML v7.2.211.1126 Minecraft Forge 10.12.2.1126 41 mods loaded, 41 mods active
mcp{9.03} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.211.1126} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1126} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisMicroblocks{58.1.1} Immibis's Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct-Preloader{0.1.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Trapcraft{v2.2.1a} [Trapcraft]([1.7.2] Trapcraft - v2.2.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.11} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advanceddispensers{1.2.0-b3} Advanced Dispensers Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.2.1} AnimationAPI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.0.1} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.1-63} [Botania](Botania r1.1-63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.0.16} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.0.16} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.0.16} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.0.16} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.0.16} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.0.16} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.1.5} [Carpenter's Blocks](Carpenter's Blocks v3.1.5 - MC 1.7+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R3} [DrZhark's CustomSpawner](CustomMobSpawner 3.2.0-DEV-R3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R3} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.2.0-DEV-R3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderTanks{rev15} EnderTanks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{2.4.1.27} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HopperDuctMod{1.3} Hopper Ducts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{58.1.1} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.2-132.45b0b50} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modularpots{1.7.2.12} Modular Flower Pots Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoreEnchants{1.3.0} MoreEnchants Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MutantCreatures{1.4.5} Mutant Creatures Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
plantmegapack{3.00.09} [Plant Mega Pack](Plant Mega Pack-1.7.2-3.00.09.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstonePasteMod{1.6.1} Redstone Paste Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RopesPlus{1.6.1} Ropes+ Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SkullsPlus{1.7.2-a} SkullsPlus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.2-1.6.0.jenkins478} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.0.16} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.1.1.14} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.1.1} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UndergroundBiomes{0.5} Underground Biomes Constructs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weaponmod{1.7.2 v1.14.2} Balkon's WeaponMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: Environment healthy.
Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Bukkit, MCPC+, or other Bukkit replacement
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 4085 (228760 bytes; 0 MB) allocated, 3754 (210224 bytes; 0 MB) used
Player Count: 1 / 20; [EntityPlayerMP['Likton'/931856, l='world', x=-5211,28, y=74,76, z=-5467,09](Likton at -5211.2806559126375,74.76025201857554,-5467.088779374584)]
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)

Dupe in Carpenter

The video shows how to Dupe
https://www.youtube.com/watch?v=vUhW5_qhemk&feature=youtu.be

  1. Put carpenter and connect it to the engine
  2. Creating a recipe and craft one thing, such a resource bundle
  3. Move Package to inventory
  4. Rejoining to the server
  5. Opening a carpenter and a received packet in the result window we click craft.
  6. Assume things to inventory.
  7. Things were duplicated

PS sorry for my english

ClassCastException: forestry.energy.gadgets.EngineBronze cannot be cast to forestry.energy.gadgets.EngineTin

I placed a Biomass Generator in creative in the world and now every time I try to open it's interface the game crashes. I'm using the latest version (2.3.1.1). I don't know exactly how that happened, I tried to place more generators to get more buggy blocks without success. I upload my save with the buggy block so you can see the crash.

My build were involving Mekanism, Universal Eletricity, Thermal Expansions and Forestry.

The save that is crashing: https://mega.co.nz/#!GEwCQS6Z!bl7YaDETViSDAgiQsocmln9SN7FHMTWxdNL_JqqFmLc
My config dir: https://mega.co.nz/#!fJAGwZ5A!552dFsphlRNYi9fopoOqO-na9hbrSpmMYtviVLR6RjQ

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 08/05/14 10:14
Description: Exception in world tick

java.lang.ClassCastException: forestry.energy.gadgets.EngineBronze cannot be cast to forestry.energy.gadgets.EngineTin
at forestry.energy.GuiHandlerEnergy.getClientGuiElement(GuiHandlerEnergy.java:40)
at forestry.core.GuiHandler.getClientGuiElement(GuiHandler.java:39)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:357)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2480)
at cpw.mods.fml.common.network.OpenGuiPacket.execute(OpenGuiPacket.java:67)
at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81)
at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651)
at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at forestry.energy.GuiHandlerEnergy.getClientGuiElement(GuiHandlerEnergy.java:40)
at forestry.core.GuiHandler.getClientGuiElement(GuiHandler.java:39)
at cpw.mods.fml.common.network.NetworkRegistry.openLocalGui(NetworkRegistry.java:328)
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:357)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2480)
at cpw.mods.fml.common.network.OpenGuiPacket.execute(OpenGuiPacket.java:67)
at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81)
at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651)
at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['joserobjr'/148, l='MpServer', x=-63,36, y=66,62, z=-60,09]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-77,64,53), Chunk: (at 3,4,5 in -5,3; contains blocks -80,0,48 to -65,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1145699 game time, 3870761 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: 50 total; [EntityBoatCarbon['entity.IC2.BoatCarbon.name'/15, l='MpServer', x=-133,22, y=63,02, z=-3,75], EntityBoatRubber['entity.IC2.BoatRubber.name'/17, l='MpServer', x=-135,25, y=63,15, z=2,25], EntityHorse['Cavalo'/16, l='MpServer', x=-142,00, y=64,00, z=-2,97], EntityCow['Vaca'/19, l='MpServer', x=-116,75, y=63,00, z=5,53], EntityClientPlayerMP['joserobjr'/148, l='MpServer', x=-63,36, y=66,62, z=-60,09], EntityChicken['Galinha'/18, l='MpServer', x=-115,59, y=62,43, z=-68,59], EntityBlock['desconhecido'/262, l='MpServer', x=-147,50, y=72,45, z=9,45], EntityItemFrame['entity.ItemFrame.name'/20, l='MpServer', x=-119,50, y=68,50, z=5,06], EntityBlock['desconhecido'/263, l='MpServer', x=-138,55, y=68,50, z=9,45], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/23, l='MpServer', x=-100,48, y=71,50, z=-19,47], EntityBlock['desconhecido'/260, l='MpServer', x=-147,50, y=68,45, z=9,45], EntityChicken['Galinha'/22, l='MpServer', x=-108,47, y=62,57, z=-121,47], EntityBlock['desconhecido'/261, l='MpServer', x=-147,55, y=68,50, z=9,45], EntityCow['Vaca'/25, l='MpServer', x=-104,31, y=42,00, z=3,47], EntityBlock['desconhecido'/266, l='MpServer', x=-138,55, y=68,50, z=17,45], EntityHorse['Cavalo'/24, l='MpServer', x=-106,06, y=62,00, z=-13,09], EntityBlock['desconhecido'/267, l='MpServer', x=-147,50, y=72,45, z=17,45], EntityZeppelinOneBalloon['entity.TC.zeppelin big.name'/27, l='MpServer', x=-87,50, y=64,38, z=-57,50], EntityBlock['desconhecido'/264, l='MpServer', x=-147,50, y=68,45, z=17,45], EntityChicken['Galinha'/26, l='MpServer', x=-83,44, y=62,40, z=-140,44], EntityBlock['desconhecido'/265, l='MpServer', x=-147,55, y=68,50, z=17,45], EntityZeppelinTwoBalloons['entity.TC.zeppelin.name'/29, l='MpServer', x=-83,56, y=64,38, z=-47,53], EntityBlock['desconhecido'/270, l='MpServer', x=-147,55, y=72,45, z=9,50], EntityBlock['desconhecido'/271, l='MpServer', x=-138,55, y=72,45, z=9,50], EntityBogie['entity.TC.Entity Front Bogie.name'/28, l='MpServer', x=-88,50, y=64,34, z=-49,22], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/31, l='MpServer', x=-94,78, y=69,50, z=-25,50], EntityBlock['desconhecido'/268, l='MpServer', x=-147,55, y=68,45, z=9,50], EntityLocoSteamCherepanov['entity.TC.Loco Steam Cherepanov.name'/30, l='MpServer', x=-88,50, y=64,50, z=-47,50], EntityBlock['desconhecido'/269, l='MpServer', x=-138,55, y=68,45, z=9,50], EntityLocoDieselGP7Red['entity.TC.Loco Diesel GP7.name'/34, l='MpServer', x=-65,50, y=83,50, z=-18,50], EntityBogie['entity.TC.Entity Front Bogie.name'/35, l='MpServer', x=-64,50, y=83,50, z=-17,50], EntityBat['Morcego'/32, l='MpServer', x=-86,53, y=50,53, z=-7,98], EntityChicken['Galinha'/38, l='MpServer', x=-53,47, y=75,00, z=-92,47], EntityItem['item.item.egg'/37, l='MpServer', x=-48,44, y=71,13, z=-115,16], EntityItem['item.item.egg'/42, l='MpServer', x=-40,28, y=75,13, z=-80,53], EntityChicken['Galinha'/43, l='MpServer', x=-36,63, y=70,00, z=-33,53], EntityChicken['Galinha'/41, l='MpServer', x=-46,53, y=71,00, z=-115,47], EntityChicken['Galinha'/46, l='MpServer', x=-34,78, y=62,45, z=-114,84], EntityItem['item.item.egg'/47, l='MpServer', x=-24,16, y=66,13, z=-106,13], EntityItem['item.item.egg'/44, l='MpServer', x=-38,44, y=70,13, z=-33,25], EntityBat['Morcego'/51, l='MpServer', x=-22,22, y=33,24, z=-48,64], EntityChicken['Galinha'/50, l='MpServer', x=-28,41, y=67,00, z=-51,38], EntityBat['Morcego'/49, l='MpServer', x=-28,47, y=33,10, z=-80,75], EntityBat['Morcego'/48, l='MpServer', x=-21,25, y=64,10, z=-101,25], EntityBat['Morcego'/55, l='MpServer', x=0,76, y=32,05, z=-41,03], EntityPig['Porco'/53, l='MpServer', x=-11,78, y=64,00, z=-12,66], EntityBat['Morcego'/52, l='MpServer', x=-25,65, y=32,32, z=-47,60], EntityChicken['Galinha'/57, l='MpServer', x=1,53, y=62,34, z=4,47], EntityChicken['Galinha'/56, l='MpServer', x=6,63, y=68,00, z=-44,41], EntityBat['Morcego'/61, l='MpServer', x=9,12, y=32,73, z=-52,82]]
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:440)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1943)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['joserobjr'/148, l='MpServer', x=-63,36, y=66,62, z=-60,09]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-77,64,53), Chunk: (at 3,4,5 in -5,3; contains blocks -80,0,48 to -65,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1145699 game time, 3870761 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: 50 total; [EntityBoatCarbon['entity.IC2.BoatCarbon.name'/15, l='MpServer', x=-133,22, y=63,02, z=-3,75], EntityBoatRubber['entity.IC2.BoatRubber.name'/17, l='MpServer', x=-135,25, y=63,15, z=2,25], EntityHorse['Cavalo'/16, l='MpServer', x=-142,00, y=64,00, z=-2,97], EntityCow['Vaca'/19, l='MpServer', x=-116,75, y=63,00, z=5,53], EntityClientPlayerMP['joserobjr'/148, l='MpServer', x=-63,36, y=66,62, z=-60,09], EntityChicken['Galinha'/18, l='MpServer', x=-115,59, y=62,43, z=-68,59], EntityBlock['desconhecido'/262, l='MpServer', x=-147,50, y=72,45, z=9,45], EntityItemFrame['entity.ItemFrame.name'/20, l='MpServer', x=-119,50, y=68,50, z=5,06], EntityBlock['desconhecido'/263, l='MpServer', x=-138,55, y=68,50, z=9,45], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/23, l='MpServer', x=-100,48, y=71,50, z=-19,47], EntityBlock['desconhecido'/260, l='MpServer', x=-147,50, y=68,45, z=9,45], EntityChicken['Galinha'/22, l='MpServer', x=-108,47, y=62,57, z=-121,47], EntityBlock['desconhecido'/261, l='MpServer', x=-147,55, y=68,50, z=9,45], EntityCow['Vaca'/25, l='MpServer', x=-104,31, y=42,00, z=3,47], EntityBlock['desconhecido'/266, l='MpServer', x=-138,55, y=68,50, z=17,45], EntityHorse['Cavalo'/24, l='MpServer', x=-106,06, y=62,00, z=-13,09], EntityBlock['desconhecido'/267, l='MpServer', x=-147,50, y=72,45, z=17,45], EntityZeppelinOneBalloon['entity.TC.zeppelin big.name'/27, l='MpServer', x=-87,50, y=64,38, z=-57,50], EntityBlock['desconhecido'/264, l='MpServer', x=-147,50, y=68,45, z=17,45], EntityChicken['Galinha'/26, l='MpServer', x=-83,44, y=62,40, z=-140,44], EntityBlock['desconhecido'/265, l='MpServer', x=-147,55, y=68,50, z=17,45], EntityZeppelinTwoBalloons['entity.TC.zeppelin.name'/29, l='MpServer', x=-83,56, y=64,38, z=-47,53], EntityBlock['desconhecido'/270, l='MpServer', x=-147,55, y=72,45, z=9,50], EntityBlock['desconhecido'/271, l='MpServer', x=-138,55, y=72,45, z=9,50], EntityBogie['entity.TC.Entity Front Bogie.name'/28, l='MpServer', x=-88,50, y=64,34, z=-49,22], MinecartModular['entity.StevesCarts.Minecart.Vswe.0.name'/31, l='MpServer', x=-94,78, y=69,50, z=-25,50], EntityBlock['desconhecido'/268, l='MpServer', x=-147,55, y=68,45, z=9,50], EntityLocoSteamCherepanov['entity.TC.Loco Steam Cherepanov.name'/30, l='MpServer', x=-88,50, y=64,50, z=-47,50], EntityBlock['desconhecido'/269, l='MpServer', x=-138,55, y=68,45, z=9,50], EntityLocoDieselGP7Red['entity.TC.Loco Diesel GP7.name'/34, l='MpServer', x=-65,50, y=83,50, z=-18,50], EntityBogie['entity.TC.Entity Front Bogie.name'/35, l='MpServer', x=-64,50, y=83,50, z=-17,50], EntityBat['Morcego'/32, l='MpServer', x=-86,53, y=50,53, z=-7,98], EntityChicken['Galinha'/38, l='MpServer', x=-53,47, y=75,00, z=-92,47], EntityItem['item.item.egg'/37, l='MpServer', x=-48,44, y=71,13, z=-115,16], EntityItem['item.item.egg'/42, l='MpServer', x=-40,28, y=75,13, z=-80,53], EntityChicken['Galinha'/43, l='MpServer', x=-36,63, y=70,00, z=-33,53], EntityChicken['Galinha'/41, l='MpServer', x=-46,53, y=71,00, z=-115,47], EntityChicken['Galinha'/46, l='MpServer', x=-34,78, y=62,45, z=-114,84], EntityItem['item.item.egg'/47, l='MpServer', x=-24,16, y=66,13, z=-106,13], EntityItem['item.item.egg'/44, l='MpServer', x=-38,44, y=70,13, z=-33,25], EntityBat['Morcego'/51, l='MpServer', x=-22,22, y=33,24, z=-48,64], EntityChicken['Galinha'/50, l='MpServer', x=-28,41, y=67,00, z=-51,38], EntityBat['Morcego'/49, l='MpServer', x=-28,47, y=33,10, z=-80,75], EntityBat['Morcego'/48, l='MpServer', x=-21,25, y=64,10, z=-101,25], EntityBat['Morcego'/55, l='MpServer', x=0,76, y=32,05, z=-41,03], EntityPig['Porco'/53, l='MpServer', x=-11,78, y=64,00, z=-12,66], EntityBat['Morcego'/52, l='MpServer', x=-25,65, y=32,32, z=-47,60], EntityChicken['Galinha'/57, l='MpServer', x=1,53, y=62,34, z=4,47], EntityChicken['Galinha'/56, l='MpServer', x=6,63, y=68,00, z=-44,41], EntityBat['Morcego'/61, l='MpServer', x=9,12, y=32,73, z=-52,82]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2160761192 bytes (2060 MB) / 3333423104 bytes (3179 MB) up to 7635533824 bytes (7281 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:MaxPermSize=256M -XX:+AggressiveOpts -XX:+UseFastAccessorMethods
AABB Pool Size: 22333 (1250648 bytes; 1 MB) allocated, 356 (19936 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 64
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 101 mods loaded, 101 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppliedEnergistics-Core{rv14.finale3} AppliedEnergistics Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.9} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobiusCore{1.2.1} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.9} [Not Enough Items](NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{0.4} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SomniaCore{1.0.3} SomniaCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.2.3} [Damage Indicators](1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{4.2.2} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{4.2.2} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{4.2.2} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{4.2.2} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
APUnofficial{2.6.0} Additional Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppliedEnergistics{rv14.finale3} Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.28.37} Backpack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.5.5} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{2.0.0.5} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UniversalElectricity{3.1.0} Universal Electricity Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.0.0.250} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{3.0.0.6} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.0.397-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{2.3.1.1} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BinnieCore{1.8.0} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraBees{1.8.0} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraTrees{1.8.0} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{4.2.2} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{4.2.2} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Additional-Buildcraft-Objects{1.0.7.561} Additional Buildcraft Objects Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CalclaviaCore{1.2.0} CalclaviaCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.3.4} [ChickenChunks](ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHLoot{2.0.0.5} CoFH Loot Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHMasquerade{2.0.0.5} CoFH Masquerade Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHSocial{2.0.0.5} CoFH Social Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHWorld{2.0.0.5} CoFH World Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft{1.58} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CCTurtle{1.58} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagicCarpet{1.2} [DrZhark's Magic Carpet Mod](DrZharks MagicCarpet Mod v1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.2.8} Dynamic Lights Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.3} Dynamic Lights on burning Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.3} Dynamic Lights on Creepers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.5} Dynamic Lights on ItemEntities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_entityClasses{1.0.0} Dynamic Lights on specified Entities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.3} Dynamic Lights on Mob Equipment Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} Dynamic Lights on Flame enchanted Arrows Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.5} Dynamic Lights Other Player Light Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.0.9} Dynamic Lights Player Light Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.0.2} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.3.6} [EnderStorage](EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{2.4.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraviGun{2.0.0} GraviGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2NuclearControl{1.6.2e} Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IdTransitionMod{1.0} ID Transtion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{5.4.1.702} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.2a} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.3} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.1.0g} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LogisticsPipes|Main{0.7.4.dev.185} Logistics Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{8.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.6.X_1.5.5.2} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagicBees{2.1.12} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{6.1.0} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{6.1.0} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MiscPeripherals{3.3} MiscPeripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobDismemberment{2.0.0} MobDismemberment Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MFFS{3.6.2} Modular Force Field System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.6} NEI Plugins Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.4} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.3.5.30} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.3.5.30} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenPeripheralCore{0.3.3} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenPeripheral{0.1.3} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.2.7} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Opis{1.2.2} Opis Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.0.1} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ParachuteMod{1.6.4} Parachute Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PetBat{1.2.8} Pet Bat Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PneumaticCraft{1.1.4c} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PortalGun{2.0.2} PortalGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.3.5.30} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.3.5.30} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.3.5.30} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.3.5.30} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.3.5.30} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.3.5.30} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JAKJ_RedstoneInMotion{2.3.0.0} Redstone In Motion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Somnia{1.0.1} Somnia Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SS2{2 (build 2)} Soul Shards 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.b11} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Sync{2.1.1} Sync Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TMechworks{33.c001660} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TC{4.1.4_024} Traincraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Translocator{1.1.0.15} [Translocator](Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Core{1.4.0.7} [WR-CBE Core](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Addons{1.4.0.7} [WR-CBE Addons](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Logic{1.4.0.7} [WR-CBE Logic](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.0.0.250} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.0.0.250} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Forestry : [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.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: GeForce GTX 580/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: Português (BR)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1752 (98112 bytes; 0 MB) allocated, 116 (6496 bytes; 0 MB) used

Crash by Apiary

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 02/07/14 03:33
Description: Ticking block entity

java.lang.NoSuchMethodError: net.minecraft.world.biome.BiomeGenBase.getBiome(I)Lnet/minecraft/world/biome/BiomeGenBase;
at forestry.api.core.EnumTemperature.isBiomeHellish(EnumTemperature.java:121)
at forestry.apiculture.gadgets.TileBeehouse.getTemperature(TileBeehouse.java:123)
at forestry.apiculture.genetics.Bee.isWorking(Bee.java:233)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:151)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:160)
at forestry.core.gadgets.TileBase.func_145845_h(TileBase.java:44)
at net.minecraft.world.World.func_72939_s(World.java:2523)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:911)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:640)
at java.lang.Thread.run(Thread.java:744)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at forestry.api.core.EnumTemperature.isBiomeHellish(EnumTemperature.java:121)
at forestry.apiculture.gadgets.TileBeehouse.getTemperature(TileBeehouse.java:123)
at forestry.apiculture.genetics.Bee.isWorking(Bee.java:233)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:151)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:160)
at forestry.core.gadgets.TileBase.func_145845_h(TileBase.java:44)

-- Block entity being ticked --
Details:
Name: forestry.Apiary // forestry.apiculture.gadgets.TileApiary
Block type: ID #1256 (tile.for.apiculture // forestry.core.gadgets.BlockBase)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-5110,64,-5430), Chunk: (at 10,4,10 in -320,-340; contains blocks -5120,0,-5440 to -5105,255,-5425), Region: (-10,-11; contains chunks -320,-352 to -289,-321, blocks -5120,0,-5632 to -4609,255,-5121)
Actual block type: ID #1256 (tile.for.apiculture // forestry.core.gadgets.BlockBase)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2523)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Likton'/931856, l='world', x=-5211,28, y=74,76, z=-5467,09](Likton at -5211.2806559126375,74.76025201857554,-5467.088779374584)]
Chunk stats: ServerChunkCache: 1049 Drop: 0
Level seed: -9031326916514007383
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (453,73,1383), Chunk: (at 5,4,7 in 28,86; contains blocks 448,0,1376 to 463,255,1391), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
Level time: 61913032 game time, 65885675 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 13429 (now: false), thunder time: 4444 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:911)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:640)
at java.lang.Thread.run(Thread.java:744)

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Linux (amd64) version 2.6.32-042stab090.5
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4542753160 bytes (4332 MB) / 6407585792 bytes (6110 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 5 total; -Xmx6G -Xms6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts
AABB Pool Size: 22170 (1241520 bytes; 1 MB) allocated, 19107 (1069992 bytes; 1 MB) used
IntCache: cache: 0, tcache: 0, allocated: 17, tallocated: 96
FML: MCP v9.03 FML v7.2.211.1126 Minecraft Forge 10.12.2.1126 41 mods loaded, 41 mods active
mcp{9.03} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.211.1126} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1126} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisMicroblocks{58.1.1} Immibis's Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct-Preloader{0.1.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Trapcraft{v2.2.1a} [Trapcraft]([1.7.2] Trapcraft - v2.2.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.11} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advanceddispensers{1.2.0-b3} Advanced Dispensers Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.2.1} AnimationAPI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.0.1} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.1-63} [Botania](Botania r1.1-63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.0.16} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.0.16} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.0.16} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.0.16} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.0.16} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.0.16} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.1.5} [Carpenter's Blocks](Carpenter's Blocks v3.1.5 - MC 1.7+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R3} [DrZhark's CustomSpawner](CustomMobSpawner 3.2.0-DEV-R3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R3} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.2.0-DEV-R3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderTanks{rev15} EnderTanks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{2.4.1.27} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HopperDuctMod{1.3} Hopper Ducts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{58.1.1} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.2-132.45b0b50} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modularpots{1.7.2.12} Modular Flower Pots Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoreEnchants{1.3.0} MoreEnchants Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MutantCreatures{1.4.5} Mutant Creatures Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
plantmegapack{3.00.09} [Plant Mega Pack](Plant Mega Pack-1.7.2-3.00.09.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstonePasteMod{1.6.1} Redstone Paste Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RopesPlus{1.6.1} Ropes+ Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SkullsPlus{1.7.2-a} SkullsPlus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.2-1.6.0.jenkins478} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.0.16} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.1.1.14} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.1.1} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UndergroundBiomes{0.5} Underground Biomes Constructs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weaponmod{1.7.2 v1.14.2} Balkon's WeaponMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: Environment healthy.
Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Bukkit, MCPC+, or other Bukkit replacement
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 4085 (228760 bytes; 0 MB) allocated, 3754 (210224 bytes; 0 MB) used
Player Count: 1 / 20; [EntityPlayerMP['Likton'/931856, l='world', x=-5211,28, y=74,76, z=-5467,09](Likton at -5211.2806559126375,74.76025201857554,-5467.088779374584)]
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)

queens gotten via /givequeen command don't spawn hive particles

Really odd bug.
use /givequeen to give yourself a bee species and put in hive 1.
use /giveprincess and /givedrone to give yourself a a pair bee species and put in hive 2.

Hive 2 will spawn the bee particle effect, but hive 1 will not.
Likely due to missing NBT data in spawned queens.

Forestry crash on game load

game crashes when trying to load with a NullPointerException at forestry.factory.gadgets.MachineCentrifuge$RecipeManager.addRecipe(MachineCentrifuge.java:75).

It seems to be caused by certain mods that use KeithyUtils (Extra TiC and Aquaculture set it off, Metallurgy doesn't). The ExtraTiC fellow said nothing in that mod should interfere with forestry, so that's out. switching around the "machine" block id didn't seem to make any difference, either.

full crash report at http://pastebin.com/92DWi2Lb

Bee Hives glow mssing

Minor issue: natural bee hives generated in new worlds do not glow unless they have a lighting change beyond a day/night cycle -- eg, place a torch near them or they are in shadow. So, forest hives sort themselves out as they are under trees, but plains hives tend to stay "unlit". This is in 1.7.2 / 2.4.1.22 version of forestry and the .1079 forge. Many thanks for the 1.7.2 update.

Backpacks in Resupply mode crash when opening slotless GUIs

This bug was originally reported to me as erogenousbeef-zz/BigReactors#209

Prerequisites:

  • Forestry 2.3.1.1 for Minecraft 1.6.4
  • Minecraft 1.6.4 with Forge 953 or above
  • Any third-party mod which contains a slotless GUI (Thermal Expansion, Big Reactors both have these)

Steps to reproduce:
1 - Open MC, create a new creative world
2 - Place a Thermal Expansion tesseract
3 - Place any Forestry backpack in your active hotbar slot
4 - Crouch+rightclick until backpack is in Resupply mode
5 - Stop crouching and right-click on tesseract with backpack in hand
6 - (Expected) Tesseract's GUI opens.
6 - (Observed) NPE crash in Vanilla minecraft code

Analysis:
After some testing, I've discovered that this crash only occurs when opening GUIs whose Containers bind no slots. Big Reactors' turbine and reactor control panels and Thermal Expansion's tesseracts are examples of these sorts of GUIs.

Stacktrace:
http://pastebin.com/P17Hns5K

Problem mail

Good day There is a problem with sending emails. To send a letter to the addressee does not accept the name, you must enter a unique user UID.
Also noted that the privates are also displays the UID and not the name

Conflict with Macro / Keybind mod

If this mod is installed with Macro / Keybind mod, the main game start screen will show that there's no litemod installed. Furthermore, when you actually go into a world, it works perfectly until you pick something up.

Here's the crash log: http://pastebin.com/bFd3HUYp

Thanks.

items/blocks not properly registered

Don't know exactly what does this cause but on this thread you can read about the problem:

http://www.minecraftforum.net/topic/2211529-172-zzzzz-custom-configs-v131-create-your-own-recipes-using-config-files/page__st__80#entry32170451

This is what the mod author said: "Because when the mod is searching through the item/blocks list it finds one without a proper registry causing the crash.

To find out what mod may be causing it remove mods one by one and see if the problem persists." I deleted every mod step by step to find out that it is forestry :/

ClimateHelper should be part of API

ClimateHelper is currently in package forestry.core.genetics
but given determining if a bee/tree/butterfly etc can survive in a certain environment is a common task for other mods, it probably should be an API helper.

Replicating the same functionality isn't a straight forward task, I had to do it myself and I'm not entirely sure it's working 100%.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.