diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-17 17:39:39 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:20:50 +0200 |
| commit | 6f0424b9b4cddc0495eb673d314c570e27e61e83 (patch) | |
| tree | 3ca2f5c8f1d16020dfa432d8a93fb1f53be93c4b /data/recipes_raw.yaml | |
| parent | 428fa6fb8dac18c541c0c231f1b640ba172e52b9 (diff) | |
| download | hurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar hurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar.bz2 hurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar.zst | |
everything indexed
Diffstat (limited to 'data/recipes_raw.yaml')
| -rw-r--r-- | data/recipes_raw.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/data/recipes_raw.yaml b/data/recipes_raw.yaml deleted file mode 100644 index 75939c11..00000000 --- a/data/recipes_raw.yaml +++ /dev/null @@ -1,37 +0,0 @@ - -- tile: cutting-plate - inputs: [tomato] - outputs: [sliced-tomato] - duration: 3 - active: true - -- tile: sink - inputs: [empty-bottle] - outputs: [water-bottle] - instant: true - -- tile: dishwasher - inputs: [dirty-dish] - output: [empty-dish] - duration: 10 - -- tile: table - inputs: [steak, herbs] - outputs: [steak-with-herbs] - ordered: true - instant: true - -- tile: table - inputs: [apple-juice-bottle, carbonated-water-bottle] - outputs: [apply-soda-bottle, empty-bottle] - instant: true - -- tile: table - inputs: [empty-cup, <a>-bottle] - outputs: [<a>-cup, empty-bottle] - instant: true - -- tile: flour-bag - outputs: [flour] - instant: true - |