aboutsummaryrefslogtreecommitdiff
path: root/data/recipes
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 21:37:45 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 21:37:45 +0200
commit221c8254a5bd617dc1c6de352e1ed5236e961ee0 (patch)
tree46db45a8f77f02707defbdef225858917dd6a0a9 /data/recipes
parent356e6976f10973ec5e1678534c9d8d9742033bee (diff)
downloadhurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar
hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.bz2
hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.zst
add debug map and curry recipe
Diffstat (limited to 'data/recipes')
-rw-r--r--data/recipes/default.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts
index 662b6817..446a1e19 100644
--- a/data/recipes/default.ts
+++ b/data/recipes/default.ts
@@ -227,6 +227,10 @@ edible(
sink_fill(GL)
)
+
+const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))).as("curry-with-rice")
+edible(curry_with_rice)
+
auto_trash()
finish()