diff options
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] | 
