I have a constant combinator hooked up to a MLC input, sending 1 coal.
When I do nothing but out["coal"] = 1
, the only thing shown in the MLC's wire signal list is [out] coal = 1
. No inputs are shown.
If I change the input to 10 coal (while keeping the output as 1 coal), then 9 coal shows as an input. This can happen for green, or red, or both.
It seems to be: wrong_input = correct_input - correct_output
This is only a gui problem.