private static void createNewSapling() {
if (!ModuleControlSettings.SUMMA.isEnabled() || !BlockSettings.NEWSAPLING.getEnabled())
return;
final BlockNewSapling block = new BlockNewSapling();
block.setBlockName("extrabiomes.sapling").setHardness(0.0F).setStepSound(Block.soundTypeGrass).setCreativeTab(Extrabiomes.tabsEBXL);
final CommonProxy proxy = Extrabiomes.proxy;
proxy.registerBlock(block, extrabiomes.items.ItemNewSapling.class, "saplings_2");
proxy.registerOreInAllSubblocks("treeSapling", block);