rainPlant = new BlockRainPlant().setBlockName("rainPlant");
enderPlant = new BlockEnderPlant().setBlockName("enderPlant");
lightningPlant = new BlockLightningPlant().setBlockName("lightningPlant");
burstPlant = new BlockBurstPlant().setBlockName("burstPlant");
potionPlant = new BlockPotionPlant().setBlockName("potionPlant");
heliumPlant = new BlockHeliumPlant().setBlockName("heliumPlant");
propulsionPlant = new BlockPropulsionPlant().setBlockName("propulsionPlant");
repulsionPlant = new BlockRepulsionPlant().setBlockName("repulsionPlant");
flyingFlower = new BlockFlyingFlower().setBlockName("flyingFlower");
chopperPlant = new BlockChopperPlant().setBlockName("chopperPlant");
chargingStation = new BlockChargingStation(Material.iron).setBlockName("chargingStation").setHardness(3.0F).setResistance(3.0F);