aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/default.js
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2025-09-30 00:13:51 +0200
committernokoe <nokoe@mailbox.org>2025-09-30 00:18:07 +0200
commit7c92e6c228c3c3e02ceec9af099b1bb133a88a8e (patch)
treead8a89fd7d34f66d25f97849819e87b3e1880abe /data/recipes/default.js
parent4d883a67ef81ef9428e39734664430724668077f (diff)
downloadhurrycurry-7c92e6c228c3c3e02ceec9af099b1bb133a88a8e.tar
hurrycurry-7c92e6c228c3c3e02ceec9af099b1bb133a88a8e.tar.bz2
hurrycurry-7c92e6c228c3c3e02ceec9af099b1bb133a88a8e.tar.zst
add pfannkuchen
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r--data/recipes/default.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js
index b9cd4906..4688e9e3 100644
--- a/data/recipes/default.js
+++ b/data/recipes/default.js
@@ -346,6 +346,9 @@ const strawberry_shake = either(
process(container_add(strawberry_puree, coconut).as("coconut,strawberry-puree")).as("strawberry-shake")
)
+// Doughnut (Pfannkuchen)
+edible(deep_fry(dough.tr(BA)).as("doughnut").tr(PL))
+
// Icecream
edible(freeze(strawberry_shake.tr(GL)).as("strawberry-icecream"))