diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-17 13:32:18 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-17 13:32:18 +0200 |
commit | 5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36 (patch) | |
tree | cab52ea116eb19fc2a0a3b2158b2086b6db790a9 /data | |
parent | 3f23989c2829a4a99349d4670511d71c0f4af8e1 (diff) | |
download | hurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar hurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar.bz2 hurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar.zst |
active start / stop
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 |