public class BloodMagic implements IThirdParty{
@Override
public void preInit(){
HarvestRegistry.registerHarvestHandler(new IHarvestHandler(){
@Override
public boolean harvestAndPlant(World world, int xCoord, int yCoord, int zCoord, Block block, int meta){
List<ItemStack> seeds = new ArrayList<ItemStack>();
((ItemPlasticPlants)Itemss.plasticPlant).addSubItems(seeds);
for(ItemStack seed : seeds) {