Posted October 25, 20178 yr 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, 20178 yr by Bektor Developer of Primeval Forest.
October 25, 20178 yr 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. 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.
October 25, 20178 yr Author 28 minutes ago, 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. Ok, thought is there no method like for a normal crafting recipe? GameRegistry.addRecipe(new ShapedOreRecipe Developer of Primeval Forest.
October 25, 20178 yr No 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.
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.