final CommonProxy proxy = Extrabiomes.proxy;
proxy.registerBlock(waterPlantBlock, extrabiomes.items.ItemBlockWaterPlant.class, "waterplant1");
Element.WATERPLANT.set(new ItemStack(waterPlantBlock, 1, 0));
proxy.registerWorldGenerator(new EelGrassGenerator(waterPlantBlock, 0));
}