im crashing when loading my world apparently because of either forestry or extra bees is trying to draw the bee particles and something goes wrong. i updated to the latest extra bees and the problem is still there. here is some of the error message:
Stacktrace:
at forestry.apiculture.genetics.BeeGenome.getEffect(BeeGenome.java:128)
at forestry.apiculture.genetics.Bee.doEffect(Bee.java:119)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:155)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:156)
at forestry.core.gadgets.TileBase.func_70316_g(TileBase.java:36)
-- Tile entity being ticked --
Details:
Name: forestry.Apiary // forestry.apiculture.gadgets.MachineApiary
Block type: ID #1408 (tile.for.apiculture // forestry.core.gadgets.BlockBase)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (44,71,572), Chunk: (at 12,4,12 in 2,35; contains blocks 32,0,560 to 47,255,575), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1408 (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:2202)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
....
java.lang.ClassCastException: binnie.extrabees.genetics.EnumExtraBeeFlowers cannot be cast to forestry.api.apiculture.IAlleleBeeEffect
at forestry.apiculture.genetics.BeeGenome.getEffect(BeeGenome.java:128)
at forestry.apiculture.genetics.Bee.doEffect(Bee.java:119)
at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:155)
at forestry.apiculture.gadgets.TileBeehouse.updateServerSide(TileBeehouse.java:156)
at forestry.core.gadgets.TileBase.func_70316_g(TileBase.java:36)
at net.minecraft.world.World.func_72939_s(World.java:2202)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:652)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
any clues?