ModTweaker

ModTweaker

88M Downloads

I can not remove a recipe from InductionSmelter.

Tsyklop opened this issue ยท 11 comments

commented

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.

commented

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.

commented

log file minetweaker: http://pastebin.com/VzJ3Jm0t
2015-09-05_02 22 03

commented

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>);

commented

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 ...

commented

How do I delete a recipe while bronze?

commented

You should look in the registry of Thermal Expansion to get the exact recipes.

commented

@Yulife where to look? I first heard about this just ...

commented

Sorry, didn't see your reply! :( Could you post how you fixed it for others who may run into the same problem?

commented

@Yulife Like this:
mods.thermalexpansion.Smelter.removeRecipe(ore:dustBronze * 2, minecraft:sand);

minecraft:sand - first slot IS

ore:dustBronze * 2 - second slot IS

commented

I figured out how to delete.

commented

๐Ÿ‘