I can not remove a recipe from InductionSmelter.
Tsyklop opened this issue ยท 11 comments
I need to remove from the InductionSmelter bronze ingot. But I was faced with such a problem.
One of the recipes: 3 ingot of copper and tin ingot 1. But when I look in NEI it shows me that there is working OreDictionary.
I write this:
mods.thermalexpansion.Smelter.removeRecipe(ThermalFoundation:material:64 * 3, ThermalFoundation:material:65);
But it does not work! He writes that this recipe is not! I tried to expose and oreDist other ingots but it is not working.
Can I please have the log
On Friday, September 4, 2015, Tsyklop [email protected] wrote:
I need to remove from the InductionSmelter bronze ingot. But I was faced
with such a problem.
One of the recipes: 3 ingot of copper and tin ingot 1. But when I look in
NEI it shows me that there is working OreDictionary.I write this:
mods.thermalexpansion.Smelter.removeRecipe(ThermalFoundation:material:64 *
3, ThermalFoundation:material:65);But it does not work! He writes that this recipe is not! I tried to expose
and oreDist other ingots but it is not working.โ
Reply to this email directly or view it on GitHub
#235.
log file minetweaker: http://pastebin.com/VzJ3Jm0t
That is very self explanatory, there is no recipe for what you have provided, may I suggest trying,
mods.thermalexpansion.Smelter.removeRecipe(<ThermalFoundation:material:64>, <ThermalFoundation:material:65>);
as I then remove the recipe bronze?
It works OreDict and ingots are substituted with different mods ... what exactly to choose what to delete, I do not know ...
@Yulife where to look? I first heard about this just ...
Sorry, didn't see your reply! :( Could you post how you fixed it for others who may run into the same problem?
@Yulife Like this:
mods.thermalexpansion.Smelter.removeRecipe(ore:dustBronze * 2, minecraft:sand);
minecraft:sand - first slot IS
ore:dustBronze * 2 - second slot IS