diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/demands.yaml | 6 | ||||
-rw-r--r-- | data/recipes.yaml | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/data/demands.yaml b/data/demands.yaml index 8b137891..80679e29 100644 --- a/data/demands.yaml +++ b/data/demands.yaml @@ -1 +1,5 @@ - +- burger-meal +- tomatoburger-meal +- tomatosteak-meal +- steak-meal +- sliced-tomato-meal diff --git a/data/recipes.yaml b/data/recipes.yaml index 46210a7e..98de3a9c 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -24,7 +24,7 @@ - tile: cuttingboard inputs: [tomato] outputs: [sliced-tomato] - action: !active 3 + action: !active 2 - tile: counter inputs: [sliced-tomato, plate] outputs: [sliced-tomato-meal] @@ -36,7 +36,7 @@ - tile: counter inputs: [flour] outputs: [dough] - action: !active 5 + action: !active 3 - tile: oven inputs: [dough] outputs: [bread] @@ -94,4 +94,4 @@ - tile: sink inputs: [dirty-plate] outputs: [plate] - action: !active 5 + action: !active 3 |