aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/recipes.yaml47
1 files changed, 28 insertions, 19 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml
index 46ac8b15..e76b2f5e 100644
--- a/data/recipes.yaml
+++ b/data/recipes.yaml
@@ -1,17 +1,21 @@
-- tile: floor
- action: !never # tomato pipeline
+- { tile: floor, action: !never }
+- { tile: counter, inputs: [steak-meal, void] }
+- { tile: counter, inputs: [sliced-tomato-meal, void] }
+- { tile: counter, inputs: [bread-meal, void] }
+- { tile: counter, inputs: [tomatosteak-meal, void] }
+- { tile: counter, inputs: [tomatoburger-meal, void] }
-- tile: meat-spawn
- action: !instant
- outputs: [raw-steak]
-
-- tile: trash
- action: !instant
- inputs: [raw-steak]
-
+- { tile: trash, action: !instant , inputs: [raw-steak] }
+- { tile: trash, action: !instant , inputs: [steak] }
+- { tile: trash, action: !instant , inputs: [flour] }
+- { tile: trash, action: !instant , inputs: [dough] }
+- { tile: trash, action: !instant , inputs: [steak-meal] }
- { tile: table, inputs: [raw-steak, void] }
+- tile: tomato-spawn # Tomato pipeline
+ outputs: [tomato]
+ action: !instant
- tile: table
inputs: [tomato]
outputs: [sliced-tomato]
@@ -19,9 +23,11 @@
- tile: table
inputs: [sliced-tomato, plate]
outputs: [sliced-tomato-meal]
- action: !instant # bread pipeline
-
+ action: !instant
+- tile: flour-spawn # Bread pipeline
+ outputs: [flour]
+ action: !instant
- tile: table
inputs: [flour]
outputs: [dough]
@@ -33,9 +39,11 @@
- tile: table
inputs: [bread, plate]
outputs: [bread-meal]
- action: !instant # steak pipeline
-
+ action: !instant
+- tile: raw-steak-spawn # Steak pipeline
+ action: !instant
+ outputs: [raw-steak]
- tile: pan
inputs: [raw-steak]
outputs: [steak]
@@ -43,10 +51,9 @@
- tile: table
inputs: [steak, plate]
outputs: [steak-meal]
- action: !instant # combination meals
-
+ action: !instant
-- tile: table
+- tile: table # Combination meals
inputs: [steak-meal, bread]
outputs: [burger-meal]
action: !instant
@@ -71,9 +78,11 @@
- tile: sink
inputs: [water]
outputs: [glass]
- action: !instant # cleaning
-
+ action: !instant
+- tile: dirty-plate-spawn # Cleaning
+ outputs: [dirty-plate]
+ action: !instant
- tile: sink
inputs: [dirty-glass]
outputs: [glass]