A smart and scalable mall with the following features:
- Items to produce are configured through a constant combinator
- Will only produce an item that is not already available
- Each mall can have its list of items to produce (allows to prioritize some items), but they help the other malls if they have nothing to do
- Automatically build all the intermediary ingredients
- Build the requested items by batch of 5 (configurable)
- Keep building the same item if possible (changing recipes cost time)
- Configurable list of provided ingredients for all malls (they will tell what they are missing)
There is a complete example with a train station that I'm using but you could adapt it to your needs.
There is a version of the mall that could be used very early on connected to its local chest (so not to the logistic network)
Changelog: v1.1: Fixed an issue with intermediary ingredients that kept being requested
- Added a version with a requester chest that work as-is
