diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 17:50:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 17:50:58 +0200 |
commit | 947ea54a0dfe0093f658c371dc1a8aef3df61b61 (patch) | |
tree | 257c5a12318017303cecad467f99daead732fc00 /data/recipes | |
parent | e2d6cd6f86370aa6dfb55dea73e34c09db634c51 (diff) | |
download | hurrycurry-947ea54a0dfe0093f658c371dc1a8aef3df61b61.tar hurrycurry-947ea54a0dfe0093f658c371dc1a8aef3df61b61.tar.bz2 hurrycurry-947ea54a0dfe0093f658c371dc1a8aef3df61b61.tar.zst |
add strawberry shake items
Diffstat (limited to 'data/recipes')
-rw-r--r-- | data/recipes/default.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 5899a80d..91afffe9 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -217,8 +217,8 @@ edible(nigiri) const strawberry_puree = process(strawberry.tr(FP)).as("strawberry-puree") const milk = process(coconut.tr(FP)).as("milk") const strawberry_shake = either( - process(container_add(milk, strawberry).as("coconut-strawberry-puree")).as("strawberry-shake"), - process(container_add(strawberry_puree, coconut).as("milk-strawberry")).as("strawberry-shake") + process(container_add(milk, strawberry).as("milk-strawberry")).as("strawberry-shake"), + process(container_add(strawberry_puree, coconut).as("coconut-strawberry-puree")).as("strawberry-shake") ) // Icecream |