I miss this mod so much.
Game is unplayable for me with Py as too much to track unfulfilled requests manually.
I wondered if it's possible to do this with combinators.
To read inventories is easy, but to read requests is not so. I can use constant combinator and set value of request as soon as I placed request chest, but if I have tens of requesters this value should be summed up, and I don't know how to read summed request signal.
Arithmetic Combinator could calculate the difference between requested items and available stock.
Decider combinator could filter negative values.
And Combinator display could show shortages.
The problem is it's beyond my competence to set this up.