aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-17 13:32:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-17 13:32:18 +0200
commit5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36 (patch)
treecab52ea116eb19fc2a0a3b2158b2086b6db790a9 /data
parent3f23989c2829a4a99349d4670511d71c0f4af8e1 (diff)
downloadhurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar
hurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar.bz2
hurrycurry-5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36.tar.zst
active start / stop
Diffstat (limited to 'data')
-rw-r--r--data/items.yaml4
-rw-r--r--data/recipes.yaml5
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