TheLimePixel / GregBlock

5 stars 0 forks source link

Duplicate galena dust recipe in blast furnace #253

Open qwertyasdef opened 2 years ago

qwertyasdef commented 2 years ago

There are two recipes in the EBF that take galena dust and oxygen as inputs. The first is 500 EU/t and produces lead and silver nuggets, and the second is 120 EU/t that produces massicot dust, lead nuggets, and sulfur dioxide. I'm trying to do the second in my beginner LV blast furnace but the recipe does not proceed. It works for other recipes like aluminium and malachite so it's not a problem with the blast furnace. I suspect it may be because both recipes have the same inputs so it sees the first recipe, decides that the blast furnace isn't good enough, and gives up without seeing the second recipe.

Possible fixes: If only one recipe was intended, remove the other one. If both are intended, add a control circuit to determine which one to do.