ToolMaterial Bloodwood = EnumHelper.addToolMaterial("Bloodwood", 3, 350, 7f, 3, 24);
ArmorMaterial Imp = EnumHelper.addArmorMaterial("Imp", 33, new int[] { 1, 3, 2, 1 }, 15);
ghostwoodSword = new NaturaSword(ToolMaterial.WOOD, "ghostwood").setUnlocalizedName("natura.sword.ghostwood");
GameRegistry.registerItem(ghostwoodSword, "natura.sword.ghostwood");
ghostwoodPickaxe = new NaturaPickaxe(ToolMaterial.WOOD, "ghostwood").setUnlocalizedName("natura.pickaxe.ghostwood");
GameRegistry.registerItem(ghostwoodPickaxe, "natura.pickaxe.ghostwood");
ghostwoodShovel = new NaturaShovel(ToolMaterial.WOOD, "ghostwood").setUnlocalizedName("natura.shovel.ghostwood");
GameRegistry.registerItem(ghostwoodShovel, "natura.shovel.ghostwood");
ghostwoodAxe = new NaturaHatchet(ToolMaterial.WOOD, "ghostwood").setUnlocalizedName("natura.axe.ghostwood");
GameRegistry.registerItem(ghostwoodAxe, "natura.axe.ghostwood");
bloodwoodSword = new NaturaSword(Bloodwood, "bloodwood").setUnlocalizedName("natura.sword.bloodwood");
GameRegistry.registerItem(bloodwoodSword, "natura.sword.bloodwood");
bloodwoodPickaxe = new NaturaPickaxe(Bloodwood, "bloodwood").setUnlocalizedName("natura.pickaxe.bloodwood");
GameRegistry.registerItem(bloodwoodPickaxe, "natura.pickaxe.bloodwood");
bloodwoodShovel = new NaturaShovel(Bloodwood, "bloodwood").setUnlocalizedName("natura.shovel.bloodwood");
GameRegistry.registerItem(bloodwoodShovel, "natura.shovel.bloodwood");
bloodwoodAxe = new NaturaHatchet(Bloodwood, "bloodwood").setUnlocalizedName("natura.axe.bloodwood");
GameRegistry.registerItem(bloodwoodAxe, "natura.axe.bloodwood");
darkwoodSword = new NaturaSword(ToolMaterial.STONE, "darkwood").setUnlocalizedName("natura.sword.darkwood");
GameRegistry.registerItem(darkwoodSword, "natura.sword.darkwood");
darkwoodPickaxe = new NaturaPickaxe(ToolMaterial.STONE, "darkwood").setUnlocalizedName("natura.pickaxe.darkwood");
GameRegistry.registerItem(darkwoodPickaxe, "natura.pickaxe.darkwood");
darkwoodShovel = new NaturaShovel(ToolMaterial.STONE, "darkwood").setUnlocalizedName("natura.shovel.darkwood");
GameRegistry.registerItem(darkwoodShovel, "natura.shovel.darkwood");
darkwoodAxe = new NaturaHatchet(ToolMaterial.STONE, "darkwood").setUnlocalizedName("natura.axe.darkwood");
GameRegistry.registerItem(darkwoodAxe, "natura.axe.darkwood");
fusewoodSword = new NaturaSword(ToolMaterial.IRON, "fusewood").setUnlocalizedName("natura.sword.fusewood");
GameRegistry.registerItem(fusewoodSword, "natura.sword.fusewood");
fusewoodPickaxe = new NaturaPickaxe(ToolMaterial.IRON, "fusewood").setUnlocalizedName("natura.pickaxe.fusewood");
GameRegistry.registerItem(fusewoodPickaxe, "natura.pickaxe.fusewood");
fusewoodShovel = new NaturaShovel(ToolMaterial.IRON, "fusewood").setUnlocalizedName("natura.shovel.fusewood");
GameRegistry.registerItem(fusewoodShovel, "natura.shovel.fusewood");
fusewoodAxe = new NaturaHatchet(ToolMaterial.IRON, "fusewood").setUnlocalizedName("natura.axe.fusewood");
GameRegistry.registerItem(fusewoodAxe, "natura.axe.fusewood");
netherquartzSword = new NaturaSword(ToolMaterial.STONE, "netherquartz").setUnlocalizedName("natura.sword.netherquartz");
GameRegistry.registerItem(netherquartzSword, "natura.sword.netherquartz");
netherquartzPickaxe = new NaturaPickaxe(ToolMaterial.STONE, "netherquartz").setUnlocalizedName("natura.pickaxe.netherquartz");
GameRegistry.registerItem(netherquartzPickaxe, "natura.pickaxe.netherquartz");
netherquartzShovel = new NaturaShovel(ToolMaterial.STONE, "netherquartz").setUnlocalizedName("natura.shovel.netherquartz");
GameRegistry.registerItem(netherquartzShovel, "natura.shovel.netherquartz");
netherquartzAxe = new NaturaHatchet(ToolMaterial.STONE, "netherquartz").setUnlocalizedName("natura.axe.netherquartz");
GameRegistry.registerItem(netherquartzAxe, "natura.axe.netherquartz");