Bektor Posted October 25, 2017 Posted October 25, 2017 (edited) Hi, I'm wondering how to add smelting to Minecraft 1.11.2. I know there is this method, but it isn't really ore-dic friendly. I mean, smelting in copper from 10 mods would result into 10 different copper ingots this way. GameRegistry.addSmelting(ModBlocks.ore_copper, new ItemStack(ModItems.ingotCopper), .4f); Thx in advance. Bektor Edited October 25, 2017 by Bektor Quote Developer of Primeval Forest.
Draco18s Posted October 25, 2017 Posted October 25, 2017 Yes it would, and all of those ingots would be identical as far as the game was concerned, except for stacking. That said: Ask the oredict for a list of copper ingots. Pick one Tell the game to smelt your ore block into that ingot. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Bektor Posted October 25, 2017 Author Posted October 25, 2017 On 10/25/2017 at 5:29 PM, Draco18s said: Yes it would, and all of those ingots would be identical as far as the game was concerned, except for stacking. That said: Ask the oredict for a list of copper ingots. Pick one Tell the game to smelt your ore block into that ingot. Expand Ok, thought is there no method like for a normal crafting recipe? GameRegistry.addRecipe(new ShapedOreRecipe Quote Developer of Primeval Forest.
Draco18s Posted October 25, 2017 Posted October 25, 2017 No Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.