potashApple = new NetherFoodItem().setUnlocalizedName("Natura.netherfood");
GameRegistry.registerItem(potashApple, "Natura.netherfood");
GameRegistry.registerCustomItemStack("applePotash", new ItemStack(potashApple, 1, 0));
//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