//Rare overworld
rareTree = new OverworldTreeBlock().setBlockName("RareTree");
GameRegistry.registerBlock(rareTree, OverworldTreeItem.class, "Rare Tree");
rareLeaves = (NLeaves) new OverworldLeaves().setBlockName("RareLeaves");
GameRegistry.registerBlock(rareLeaves, OverworldLeavesItem.class, "Rare Leaves");//TODO 1.8 rename
rareSapling = (OverworldSapling) new OverworldSapling().setBlockName("RareSapling");
GameRegistry.registerBlock(rareSapling, OverworldSaplingItem.class, "Rare Sapling");//TODO 1.8 rename
bluebells = (FlowerBlock) new FlowerBlock().setBlockName("bluebells");
GameRegistry.registerBlock(bluebells, "Bluebells");
// TODO 1.7 apparently this isn't so simple anymore