Posted July 24, 201411 yr How to make and tool or armor with emerald i maked it like this but i get error : public static Item EmeraldAxe = new EmeraldAxeClass(Items.emerald).setUnlocalizedName("EmeraldAxe"); Yes i register it and maked class please help.
July 24, 201411 yr The Emerald is not a valid "Tool Item" you should use the existing tiers e.g. Diamond and just use emeralds in the recipe... PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
July 24, 201411 yr Author But how do i make enchant level damage nad other params. And how to i make Armor.
July 26, 201411 yr In 1.7.2, I create custom tool tiers like this: ToolMaterial t = EnumHelper.addToolMaterial("material_name", harvestLevel, maxUses, efficiency, damage, enchantability); To create the tool: CustomAxe axe = new CustomAxe(t); There might be a similar method in 1.7.10. GitHub|Recipe API Proposal
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.