diff options
| author | nokoe <nokoe@mailbox.org> | 2025-09-30 00:13:51 +0200 | 
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-09-30 00:18:07 +0200 | 
| commit | 7c92e6c228c3c3e02ceec9af099b1bb133a88a8e (patch) | |
| tree | ad8a89fd7d34f66d25f97849819e87b3e1880abe /data/recipes/default.js | |
| parent | 4d883a67ef81ef9428e39734664430724668077f (diff) | |
| download | hurrycurry-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.js | 3 | 
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")) | 
