aboutsummaryrefslogtreecommitdiff
path: root/data/recipes.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes.yaml')
-rw-r--r--data/recipes.yaml31
1 files changed, 30 insertions, 1 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml
index 571b9633..3817fe3d 100644
--- a/data/recipes.yaml
+++ b/data/recipes.yaml
@@ -1,5 +1,34 @@
-- tile: table
+- tile: counter
inputs: [tomato]
outputs: [sliced-tomato]
duration: 3
+ action: hold
+
+- tile: counter
+ inputs: [flour]
+ outputs: [dough]
+ duration: 5
+ action: hold
+- tile: oven
+ inputs: [dough]
+ outputs: [bread]
+ duration: 20
+ action: wait
+
+- tile: oven
+ inputs: [raw-steak]
+ outputs: [steak]
+ duration: 15
+ action: wait
+
+- tile: sink
+ inputs: [dirty-glass]
+ outputs: [glass]
+ duration: 5
+ action: hold
+- tile: sink
+ inputs: [dirty-plate]
+ outputs: [plate]
+ duration: 5
+ action: hold