aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-18 11:21:23 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:20:50 +0200
commit3e8c24375f064487365a66c20fba20bea8e1f860 (patch)
tree590f03a6fed22ae3abfba3ae1aecb5a1d18a2b13 /data
parent20a978e4f91e03588bf89d2426ee215f176b1ac7 (diff)
downloadhurrycurry-3e8c24375f064487365a66c20fba20bea8e1f860.tar
hurrycurry-3e8c24375f064487365a66c20fba20bea8e1f860.tar.bz2
hurrycurry-3e8c24375f064487365a66c20fba20bea8e1f860.tar.zst
active recipes work
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]