Started by Bu1ldm4n on Mon, 02/27/2017 - 00:28 Topic category: Advanced modding How do I add a ore dictionary key to items and blocks? Thanks in Advance! :) Jump to top bump Jump to top Permalink Log in or register to post comments Code -> testEnviromentMod -> type "OreDictionary.registerOre(Name_Of_The_Item_Or_Ore_You_Want_to_register, "something like ingotCopper or oreCopper");" Jump to top Permalink Log in or register to post comments And if you want to read more about OreDictinary, https://mcforge.readthedocs.io/en/latest/utilities/oredictionary/ Jump to top Permalink Log in or register to post comments where do i type it? Jump to top Permalink Log in or register to post comments
Code -> testEnviromentMod -> type "OreDictionary.registerOre(Name_Of_The_Item_Or_Ore_You_Want_to_register, "something like ingotCopper or oreCopper");" Jump to top Permalink Log in or register to post comments
And if you want to read more about OreDictinary, https://mcforge.readthedocs.io/en/latest/utilities/oredictionary/ Jump to top Permalink Log in or register to post comments
bump
Code -> testEnviromentMod -> type "OreDictionary.registerOre(Name_Of_The_Item_Or_Ore_You_Want_to_register, "something like ingotCopper or oreCopper");"
And if you want to read more about OreDictinary, https://mcforge.readthedocs.io/en/latest/utilities/oredictionary/
where do i type it?