diff options
Diffstat (limited to 'data/recipes.yaml')
-rw-r--r-- | data/recipes.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml new file mode 100644 index 00000000..571b9633 --- /dev/null +++ b/data/recipes.yaml @@ -0,0 +1,5 @@ + +- tile: table + inputs: [tomato] + outputs: [sliced-tomato] + duration: 3 |