diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-20 01:20:51 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
| commit | 6f7b995dd9fa3bea95be8c24e2452f015b410839 (patch) | |
| tree | 2c1d2d03a759ee4597a07d5998dae8480bd73a67 /data/recipes.yaml | |
| parent | 67ccafad4d7d481bdf60be750f96a086ae452e27 (diff) | |
| download | hurrycurry-6f7b995dd9fa3bea95be8c24e2452f015b410839.tar hurrycurry-6f7b995dd9fa3bea95be8c24e2452f015b410839.tar.bz2 hurrycurry-6f7b995dd9fa3bea95be8c24e2452f015b410839.tar.zst | |
change the protocol yet again
Diffstat (limited to 'data/recipes.yaml')
| -rw-r--r-- | data/recipes.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml index 98de3a9c..2f0b4660 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -1,22 +1,9 @@ -# - { tile: floor, action: !never } - -# - { tile: window, inputs: [steak-meal, void] } -# - { tile: window, inputs: [sliced-tomato-meal, void] } -# - { tile: window, inputs: [bread-meal, void] } -# - { tile: window, inputs: [burger-meal, void] } -# - { tile: window, inputs: [tomatosteak-meal, void] } -# - { tile: window, inputs: [tomatoburger-meal, void] } - - { tile: trash, action: !instant , inputs: [raw-steak] } - { tile: trash, action: !instant , inputs: [steak] } - { tile: trash, action: !instant , inputs: [tomato] } - { tile: trash, action: !instant , inputs: [flour] } - { tile: trash, action: !instant , inputs: [dough] } - { tile: trash, action: !instant , inputs: [steak-meal] } -# - { tile: counter, inputs: [raw-steak, void] } -# - { tile: counter, inputs: [sliced-tomato, void] } -# - { tile: counter, inputs: [dough, void] } -# - { tile: counter, inputs: [bread, void] } - tile: tomato-crate # Tomato pipeline outputs: [tomato] |