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");
impMeat = new ImpMeat().setUnlocalizedName("impmeat");
GameRegistry.registerItem(impMeat, "impmeat");
GameRegistry.registerCustomItemStack("rawImphide", new ItemStack(impMeat, 1, 0));