diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-18 12:02:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:22 +0200 |
commit | b8b7b5532a9826b7ebd28ae759aa3ff719a43449 (patch) | |
tree | 87fe4dcdeb6f50461562f028fd429f7668f99dde /data | |
parent | 753a853faefe1d9518c895c22f1a2895183949e1 (diff) | |
download | hurrycurry-b8b7b5532a9826b7ebd28ae759aa3ff719a43449.tar hurrycurry-b8b7b5532a9826b7ebd28ae759aa3ff719a43449.tar.bz2 hurrycurry-b8b7b5532a9826b7ebd28ae759aa3ff719a43449.tar.zst |
put stuff without recipe
Diffstat (limited to 'data')
-rw-r--r-- | data/recipes.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml index 17c4b7f3..f356912c 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -13,6 +13,9 @@ - { tile: trash, action: !instant , inputs: [dough] } - { tile: trash, action: !instant , inputs: [steak-meal] } - { tile: table, inputs: [raw-steak, void] } +- { tile: table, inputs: [sliced-tomato, void] } +- { tile: table, inputs: [dough, void] } +- { tile: table, inputs: [bread, void] } - tile: tomato-spawn # Tomato pipeline outputs: [tomato] @@ -69,11 +72,9 @@ - tile: table inputs: [tomatosteak-meal, bread] outputs: [tomatoburger-meal] - action: !instant - + action: !instant - # cups -- tile: watercooler +- tile: watercooler # Cups inputs: [glass] outputs: [water] action: !passive 2 |