diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-17 14:19:19 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:20:08 +0200 |
| commit | 428fa6fb8dac18c541c0c231f1b640ba172e52b9 (patch) | |
| tree | c550dc23f6abc55e01b161bfaca88c29245d0ed3 /data/recipes_raw.yaml | |
| parent | 780acc6e06e4cf5746a50ab9f88fe3fff7a966db (diff) | |
| download | hurrycurry-428fa6fb8dac18c541c0c231f1b640ba172e52b9.tar hurrycurry-428fa6fb8dac18c541c0c231f1b640ba172e52b9.tar.bz2 hurrycurry-428fa6fb8dac18c541c0c231f1b640ba172e52b9.tar.zst | |
less lists
Diffstat (limited to 'data/recipes_raw.yaml')
| -rw-r--r-- | data/recipes_raw.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/recipes_raw.yaml b/data/recipes_raw.yaml new file mode 100644 index 00000000..75939c11 --- /dev/null +++ b/data/recipes_raw.yaml @@ -0,0 +1,37 @@ + +- 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 + |