pressureChamberWall = new BlockPressureChamberWall(Material.iron).setHardness(10.0F).setResistance(2000.0F).setBlockName("pressureChamberWall");
pressureChamberValve = new BlockPressureChamberValve(Material.iron).setHardness(10.0F).setResistance(2000.0F).setBlockName("pressureChamberValve");
slimePlant = new BlockSlimePlant().setBlockName("slimePlant");
creeperPlant = new BlockCreeperPlant().setBlockName("creeperPlant");
squidPlant = new BlockSquidPlant().setBlockName("squidPlant");
fireFlower = new BlockFireFlower().setBlockName("fireFlower");
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");