-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
In order to allow robust dynamic updating of the recipes for a factory type one time use recipes should be removed. Currently this is fixed in a buggy fashion by simply loading up the config recipes to the factory on each load (8c02de4). The following changes should be made:
- One time use recipe functionality should be removed from the factory, recipe and config.
- Factories should not keep a local copy of their recipes, instead they should simply reference the list present in the properties file for that factory.
- Save files should be transitioned from storing factory recipes to no storing factory recipes.