Code: Select all
ingredients =
{
{"copper-cable", 5},
{"electronic-circuit", 2},
{"copper-cable", 1},
{"copper-cable", 1}
}
Inserters only place copper cable in the first slot (5x) in an assembler and leave the other two slots empty, so nothing is crafted.
Inserters probably shouldn't have to have logic added to check for this, and should this sort of recipe definition even be allowed?
However, I can imagine it's possible someone might want multiple slots for the same fluid input, for example they might have some kind of building they want to require having water pumped into from both sides, for whatever reason.
Edit: added an image: