diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-17 23:41:25 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:20:50 +0200 | 
| commit | a99aa006599827ea999a5684e40635175c8d790a (patch) | |
| tree | 1b36a73833d3a87384e7bbfb379c4adceb72cd27 /data | |
| parent | 6f0424b9b4cddc0495eb673d314c570e27e61e83 (diff) | |
| download | hurrycurry-a99aa006599827ea999a5684e40635175c8d790a.tar hurrycurry-a99aa006599827ea999a5684e40635175c8d790a.tar.bz2 hurrycurry-a99aa006599827ea999a5684e40635175c8d790a.tar.zst | |
a
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] | 
