aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/default.js
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-15 22:12:25 +0200
committertpart <tpart120@proton.me>2025-09-15 22:12:25 +0200
commit0b780e2271e63f10a2580afe9507d18d735527f8 (patch)
tree4a186427d97b718f3b9e1c2a914103a0ee085aa1 /data/recipes/default.js
parent2ab827a9975b59490a9f46a7d22b9fd387879c18 (diff)
downloadhurrycurry-0b780e2271e63f10a2580afe9507d18d735527f8.tar
hurrycurry-0b780e2271e63f10a2580afe9507d18d735527f8.tar.bz2
hurrycurry-0b780e2271e63f10a2580afe9507d18d735527f8.tar.zst
Change strawberry ice cream recipe & models
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r--data/recipes/default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js
index edce63da..7c8f6f36 100644
--- a/data/recipes/default.js
+++ b/data/recipes/default.js
@@ -264,7 +264,7 @@ const strawberry_shake = either(
)
// Icecream
-edible(freeze(strawberry_shake).as("strawberry-icecream").tr(PL))
+edible(freeze(strawberry_shake.tr(GL)).as("strawberry-icecream"))
// Mochi
const rice_flour = process(rice.tr(FP)).as("rice-flour")