{
Block pods = ((Block)f.get(null));
if(pods != null)
{
MFRRegistry.registerFruit(new FruitForestryPod(pods.blockID));
MFRRegistry.registerFertilizable(new FertilizableForestryPods(pods.blockID));
}
}
}
MFRRegistry.registerFertilizer(new FertilizerForestry(ForestryUtils.getItem("fertilizerCompound")));
}