IC2 Classic

IC2 Classic

2M Downloads

Auto ore to dust function doesn't add ingots to dust

Trinsdar opened this issue ยท 11 comments

commented

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

commented

Also on the topic of auto recipes could you add a config option for turning it off if someone wanted to for whatever reason?

commented

why?

commented

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

commented

Thats because i only allow "dust" and not "crushed" or "purified".

Also could you show examples?

commented

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

commented

actually it does do that.

commented

I guess I have to double check then when I get home

commented

i only remove 3 chars instead of the required 5 chars.

commented

Here are six pics showing to the contuary:
2018-12-28_17 42 27
2018-12-28_17 42 29
2018-12-28_17 42 38
2018-12-28_17 46 03
2018-12-28_17 46 15
2018-12-28_17 46 22

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.

commented

the issue is that i dont extract the name properly.
I found it after checking again.

commented

fixed both