diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/recipes.yaml | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/data/recipes.yaml b/data/recipes.yaml index de8de444..46ac8b15 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -1,10 +1,16 @@  - tile: floor    action: !never # tomato pipeline +  - tile: meat-spawn    action: !instant -  outputs: [raw-meat] +  outputs: [raw-steak] + +- tile: trash +  action: !instant +  inputs: [raw-steak] +- { tile: table, inputs: [raw-steak, void] }  - tile: table    inputs: [tomato] | 
