factorio-bot
factorio-bot copied to clipboard
Task::auto_craft_from() must depend on the item allocation
Any Task
must carry a list of basic items that are permitted to be collected. (Later the scheduler should dynamically decide this, but not yet).
Task::auto_craft_from()
must be called from within the Scheduler, after updating the item allocation.