diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yaml | 4 | ||||
-rw-r--r-- | data/recipes.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/data/items.yaml b/data/items.yaml new file mode 100644 index 00000000..a485daa5 --- /dev/null +++ b/data/items.yaml @@ -0,0 +1,4 @@ +- flour +- water +- dough + 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 |