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);
elevatorBase = new BlockElevatorBase(Material.iron).setBlockName("elevatorBase").setHardness(3.0F).setResistance(3.0F);
elevatorFrame = new BlockElevatorFrame(Material.iron).setBlockName("elevatorFrame").setHardness(3.0F).setResistance(3.0F);
pressureChamberInterface = new BlockPressureChamberInterface(Material.iron).setHardness(10.0F).setResistance(2000.0F).setBlockName("pressureChamberInterface");