Forabor Posted August 21, 2014 Posted August 21, 2014 So i want to be able to use the ore from other mods to make my own items. Basically i dont want to have to make a ore thats already made, silver for example, because there are enough of those in other mods. How would i add a recipe that says , make my item, using this silver ore from another mod. I assume it takes some usage of the oreDict. Quote
KeeperofMee Posted August 21, 2014 Posted August 21, 2014 Items/Blocks: OreDictionary.registerOre(myInstance, "oreSilver"); Recipes: GameRegistry.addRecipe(new ShapedOreRecipe("QIW", " S ", " S ", 'Q', "oreCopper", 'I', "ingotSilver", 'W','"plankWood", 'S', "stickWood")); Quote If I helped please press the Thank You button.
Recommended Posts
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.