darkTree = new DarkTreeBlock().setBlockName("Darktree");
GameRegistry.registerBlock(darkTree, DarkTreeItem.class, "Dark Tree");
darkLeaves = (NLeaves) new NLeavesDark().setBlockName("Darkleaves");
GameRegistry.registerBlock(darkLeaves, NLeavesDarkItem.class, "Dark Leaves");
thornVines = new ThornVines().setBlockName("Thornvines").setLightLevel(0.625f);
GameRegistry.registerBlock(thornVines, "Thornvines");
glowshroom = (Glowshroom) new Glowshroom().setBlockName("Glowshroom").setLightLevel(0.625f);
GameRegistry.registerBlock(glowshroom, GlowshroomItem.class, "Glowshroom");
glowshroomBlue = new LargeGlowshroom(Material.wood, "blue").setBlockName("blueGlowshroom").setLightLevel(0.625f);
GameRegistry.registerBlock(glowshroomBlue, "blueGlowshroom");