factorio-bot icon indicating copy to clipboard operation
factorio-bot copied to clipboard

Task::auto_craft_from() must depend on the item allocation

Open Windfisch opened this issue 6 years ago • 0 comments

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.

Windfisch avatar Oct 23 '18 23:10 Windfisch