If you are getting a crash after updating to Mindcrack version 7 or Direwolf20 version 4 that looks similar to the following:
You should open the \minecraft\config\forestry\common.conf and look for the following section:
And change it to...
This will fix any items causing the crash. Once you are certain that all bee and trees have been loaded, you can reset the genetics.clear.invalid.chromosomes setting to false.
Additional information related to this can be found here.
Code:
Description: Ticking entity
java.lang.NullPointerException
at forestry.core.genetics.Chromosome.writeToNBT(Chromosome.java:50)
at forestry.core.genetics.Genome.writeToNBT(Genome.java:58)
at forestry.arboriculture.genetics.Tree.writeToNBT(Tree.java:75)
at forestry.arboriculture.gadgets.TileTreeContainer.b(TileTreeContainer.java:38)
at forestry.arboriculture.gadgets.TileLeaves.b(TileLeaves.java:32)
at forestry.core.network.PacketTileNBT.<init>(PacketTileNBT.java:28)
at forestry.arboriculture.gadgets.TileTreeContainer.l(TileTreeContainer.java:70)
at iq.b(EntityPlayerMP.java:446)
at iq.j_(EntityPlayerMP.java:269)
at yc.a(World.java:2295)
at in.a(WorldServer.java:647)
at yc.g(World.java:2257)
at yc.h(World.java:2103)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
You should open the \minecraft\config\forestry\common.conf and look for the following section:
Code:
# NEW: set to true to clear chromosomes which contain invalid alleles. might rescue your save if it is crashing after removal of a bee addon.
genetics.clear.invalid.chromosomes=false
And change it to...
Code:
# NEW: set to true to clear chromosomes which contain invalid alleles. might rescue your save if it is crashing after removal of a bee addon.
genetics.clear.invalid.chromosomes=true
This will fix any items causing the crash. Once you are certain that all bee and trees have been loaded, you can reset the genetics.clear.invalid.chromosomes setting to false.
Additional information related to this can be found here.