Item Requester Component
This mod adds a component that requests items.
For anybody that doesn’t want to repeat the basic behavior on every new building. It is also a good addition for a behavior-less play.
Can be used to request one item or to request all locked slots.
How does it work
First register: Request Item/amount
– Item with Positive number: Request up to X
– Item with Infinity: Request up to total space
– Item with Negative number: Request up to total space minus X
– Locked value: Request all locked slots
Second register: Min amount per request. The request will be made when there is at least enough free unreserved space to request the minimum amount defined in this register.