Description
The number of unsatisfied logistic network requests depends on which type of chest items are stored in:- Items in storage chests are added to logistic network contents and subtracted from unsatisfied logistic network requests (as read via circuit signal from a roboport).
- Items in any other chest type are also added to logistic network contents, but not subtracted from unsatisfied logistic network requests.
Steps to reproduce
Create a requester chest, set it to request 100 iron plates. Create a chest of each type, add one iron plate to each. Check logistic network requests and contents circuit signals at roboport. It reads unsatisfied requests: 99, contents: 4. Remove iron from storage chest. Now it's at 100 to 3, indicating that only the storage chest contents are subtracted from the number of unsatisfied requests.In the attached image I have illustrated the difference between storage chest and active provider chest as an example.