aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 22:14:26 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 22:14:26 +0200
commit6e926ec74e5818039bea591565f8255275f12900 (patch)
treef88d77bf9fed6c4727f327e8172e9bcc23df2e47 /data
parent144a4cf77ab18c73fd7b1fdbc390445056a615fb (diff)
downloadhurrycurry-6e926ec74e5818039bea591565f8255275f12900.tar
hurrycurry-6e926ec74e5818039bea591565f8255275f12900.tar.bz2
hurrycurry-6e926ec74e5818039bea591565f8255275f12900.tar.zst
rename some items
Diffstat (limited to 'data')
-rw-r--r--data/demands.yaml2
-rw-r--r--data/recipes.ts14
2 files changed, 9 insertions, 7 deletions
diff --git a/data/demands.yaml b/data/demands.yaml
index 0a2b9706..f6be0911 100644
--- a/data/demands.yaml
+++ b/data/demands.yaml
@@ -23,4 +23,4 @@
- { from: bread-slice-sliced-tomato-steak-plate, to: dirty-plate, duration: 20 }
-- { from: tomato-soop-plate, to: dirty-plate, duration: 20 }
+- { from: tomato-soup-plate, to: dirty-plate, duration: 20 }
diff --git a/data/recipes.ts b/data/recipes.ts
index 8ae9bcd4..30a60b63 100644
--- a/data/recipes.ts
+++ b/data/recipes.ts
@@ -122,20 +122,22 @@ out({ action: "active", duration: 2, tile: "sink", inputs: ["dirty-plate"], outp
crate("tomato")
crate("raw-steak")
crate("flour")
-crate("herbs")
+crate("leek")
cut("tomato")
+
cook("raw-steak", "steak")
-cut("bread", "bread-slice")
-combine("plate", "steak-pot", "sliced-tomato", "bread-slice")
process("flour", "dough")
out({ action: "instant", inputs: ["dough-foodprocessor"], outputs: ["foodprocessor", "dough"] })
bake("dough", "bread")
+cut("bread", "bread-slice")
process("tomato")
-combine("pot", "herbs", "tomato-juice-foodprocessor")
-cook("herbs-tomato-juice-pot", "tomato-soop")
-out({ action: "instant", inputs: ["tomato-soop-pot", "plate"], outputs: ["pot", "tomato-soop-plate"] })
+combine("pot", "leek", "tomato-juice-foodprocessor")
+cook("leek-tomato-juice-pot", "tomato-soup")
+out({ action: "instant", inputs: ["tomato-soup-pot", "plate"], outputs: ["pot", "tomato-soup-plate"] })
+
+combine("plate", "steak-pot", "sliced-tomato", "bread-slice")
auto_trash()