Merge Signals Combinator

by Hermios

New combinator that multiply signals coming from green wire to signals coming from red wire

1 year, 4 months ago
1.1
218

b Doesn't work with negative signals

1 year, 4 months ago

It works fine with positive signals, but when a signal is negative on one wire, it gets ignored.

Working example:
Red: 2
Green: 5
Output on both red and green: 10

Failing example:
Red: -2
Green: 5
Output on both red and green: 0/none

Is this something you could fix?

1 year, 4 months ago

And I fixed that too! Thanks for the feedback and improvement suggestions :)

1 year, 4 months ago

Thanks for the super fast response. :)

New response