diff options
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 - |