aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSofviic <sofviic1993@gmail.com>2024-06-18 11:45:46 +0300
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:22 +0200
commit753a853faefe1d9518c895c22f1a2895183949e1 (patch)
tree502d6b43898e3c84c50ef3b22508f98fbc638483 /data
parentb0b37da40d2c737e37d47de97aef19bd6494e228 (diff)
downloadhurrycurry-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.yaml9
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]