darkwoodBow = new NaturaBow(162, "darkwood").setUnlocalizedName("natura.bow.darkwood");
GameRegistry.registerItem(darkwoodBow, "natura.bow.darkwood");
fusewoodBow = new NaturaBow(28, "fusewood").setUnlocalizedName("natura.bow.fusewood");
GameRegistry.registerItem(fusewoodBow, "natura.bow.fusewood");
impHelmet = new NaturaArmor(Imp, 1, 0, "imp_helmet", "imp").setUnlocalizedName("natura.armor.imphelmet");
GameRegistry.registerItem(impHelmet, "natura.armor.imphelmet");
impJerkin = new NaturaArmor(Imp, 1, 1, "imp_body", "imp").setUnlocalizedName("natura.armor.impjerkin");
GameRegistry.registerItem(impJerkin, "natura.armor.impjerkin");
impLeggings = new NaturaArmor(Imp, 1, 2, "imp_leggings", "imp").setUnlocalizedName("natura.armor.impleggings");
GameRegistry.registerItem(impLeggings, "natura.armor.impleggings");
impBoots = new NaturaArmor(Imp, 1, 3, "imp_boots", "imp").setUnlocalizedName("natura.armor.impboots");
GameRegistry.registerItem(impBoots, "natura.armor.impboots");
flintAndBlaze = new FlintAndBlaze().setUnlocalizedName("flintandblaze").setTextureName("natura:flint_and_blaze");
GameRegistry.registerItem(flintAndBlaze, "natura.flintandblaze");