diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-20 00:04:50 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 | 
| commit | 67ccafad4d7d481bdf60be750f96a086ae452e27 (patch) | |
| tree | 51dc16409d5bb386d3fd47334e31ff8b1beeb21d /data | |
| parent | 7be7848b65bd16139569389961541fcc52c905d2 (diff) | |
| download | hurrycurry-67ccafad4d7d481bdf60be750f96a086ae452e27.tar hurrycurry-67ccafad4d7d481bdf60be750f96a086ae452e27.tar.bz2 hurrycurry-67ccafad4d7d481bdf60be750f96a086ae452e27.tar.zst | |
demands as data
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 | 
