private static void createSapling() {
if (!ModuleControlSettings.SUMMA.isEnabled() || !BlockSettings.SAPLING.getEnabled())
return;
final BlockCustomSapling block = new BlockCustomSapling(16);
block.setBlockName("extrabiomes.sapling").setHardness(0.0F).setStepSound(Block.soundTypeGrass).setCreativeTab(Extrabiomes.tabsEBXL);
final CommonProxy proxy = Extrabiomes.proxy;
proxy.registerBlock(block, extrabiomes.items.ItemSapling.class, "saplings_1");
proxy.registerOreInAllSubblocks("treeSapling", block);