Skip to content

Restructure recipes removing one time use recipes #30

@gmlaxfanatic

Description

@gmlaxfanatic

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:

  1. One time use recipe functionality should be removed from the factory, recipe and config.
  2. 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.
  3. Save files should be transitioned from storing factory recipes to no storing factory recipes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions