Auto ore to dust function doesn't add ingots to dust
Trinsdar opened this issue ยท 11 comments
I noticed it as I based my crushed ore and purified crushed ore auto add function of it.
I got mine to completely work after I changed it from an if.. else if statement to 2 if statements
Also on the topic of auto recipes could you add a config option for turning it off if someone wanted to for whatever reason?
because maybe for example someone wants to disab;e ore doubling recipes in the macerator, although I guess it can be disabled in the ic2machinesRecipes.json. it's just easier i guess
Thats because i only allow "dust" and not "crushed" or "purified".
Also could you show examples?
I think you misunderstood. Let's just ignore the crushed stuff as it's not actually related. I was saying that the ore to dust method is supposed to add ingot to dust recipes as well as the ore to dust recipes but only adds ore to dust recipes. I'll show an example later when I'm back at my computer
Here are six pics showing to the contuary:
as you can see in the pics they are under the right oredict entries. I pressed r on both of those dust but it only showed an ore recipe, not an ingot recipe. and those are two different mods by the way, so it's not one mod. I also have base metal's ic2 integration turned off in that example so there can be no conflicts there. and I clicked on both aluminum dusts I had available in that instance so it's not that.
the issue is that i dont extract the name properly.
I found it after checking again.