diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-06-18 11:45:46 +0300 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:22 +0200 |
commit | 753a853faefe1d9518c895c22f1a2895183949e1 (patch) | |
tree | 502d6b43898e3c84c50ef3b22508f98fbc638483 /data | |
parent | b0b37da40d2c737e37d47de97aef19bd6494e228 (diff) | |
download | hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar.bz2 hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar.zst |
game design document; not fully still TODO
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 8c59a057..17c4b7f3 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -59,19 +59,20 @@ outputs: [burger-meal] action: !instant - tile: table - inputs: [steak-meal, tomato] + inputs: [steak-meal, sliced-tomato] outputs: [tomatosteak-meal] action: !instant - tile: table - inputs: [burger-meal, tomato] + inputs: [burger-meal, sliced-tomato] outputs: [tomatoburger-meal] action: !instant - tile: table inputs: [tomatosteak-meal, bread] outputs: [tomatoburger-meal] - action: !instant # cups - + action: !instant + + # cups - tile: watercooler inputs: [glass] outputs: [water] |