5. Forestry Error after removing extra bee's
Some of you are having the error you see here
This is due to removing extra bee's from a work that was generated with extra bee's installed.
There are still EB items in the world and chests.
Code:Description: Exception in server tick loop java.lang.NullPointerException at forestry.core.genetics.Chromosome.writeToNBT(Chromosome.java:50) at forestry.core.genetics.Genome.writeToNBT(Genome.java:57) at forestry.apiculture.genetics.Bee.writeToNBT(Bee.java:115) at forestry.apiculture.BeekeepingLogic.tickBreed(BeekeepingLogic.java:220) at forestry.apiculture.BeekeepingLogic.update(BeekeepingLogic.java:127) at forestry.apiculture.gadgets.MachineApiary.updateServerSide(MachineApiary.java:159) at forestry.core.gadgets.TileMachine.g(TileMachine.java:175) at xe.h(World.java:2020) at ie.h(WorldServer.java:463) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:649) at hg.r(DedicatedServer.java:241) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:585) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:492) at fp.run(SourceFile:818)
Fix
Code:go into the Forestry config file, base.conf. Near the middle, there should be a setting called "genetics.invalid.chromosome.clearing." Set that option to "true" and try again after you restart your game.
Thanks to redit
it seems the setting in question has been moved to forestry/common.conf