While fiddling around with quality and circuits, I realized that the current implementation of "Quality Transfer" doesn't do what I expected.
And that's why I'm here.
What?
This is basically another way of transferring quality. And as far as I know this can't be done(?).
This would require 2 filters. One input, one output. It can't take wildcards unless you want the universe to explode(implode?).
Easier to show a short example of what it would do:
- Configuration
Code: Select all
Input: Quality Module 1 (QM1)
Output: Quality Module 2 (QM2)
Code: Select all
Input: QM1(1), QM1(2), QM1(5)
Output: QM2(1), QM2(2), QM2(5)
I want to compare the quality of QM1 modules to the quality of their QM2 versions. First by changing the QM1 signals to the QM2 ones, followed by a decider combinator comparing the two. This is then to be used in the rest of the circuitry as a way to balance the input and output of an Electromagnetic Plant that "should" create all qualities of QM2 by setting the recipe.
It's either this or adding something to directly compare between the 2 where transferring quality in an intermediate step isn't needed. I leave that choice to a higher power.
Figured a picture would be more helpful.
