Hello,
I've been tinkering with a circuit contraption that disassembles the ingredients of a given item into individual signals, and ran into a problem with the way Recipe combinators choose recipes in "Find ingredients" mode.
For example, there are three signals for Substation 1: "Substation 1" from Nullius, "Recipe Substation 1" from Transport Drones and "Recipe Substation 1" from Crafting Combinator. The first one returns nothing; the second one returns Steam cost, crafting time and number of Transport drones required; and only the last recipe returns what I actually want, which is the ingredients to craft a Substation 1.
If I attempt to break down the ingredients of an item that requires a Substation 1 to craft (such as Substation 2), the Recipe combinator will automatically select the "Substation 1" recipe from Nullius... which leaves me with no signals to work with.
This is not a problem if I program all Recipe combinators manually - but the idea behind this circuit contraption is obviously to automatically disassemble any item signal thrown at it.
Is there anything that can be done about this?
Thanks for your time.