diff options
Diffstat (limited to 'data/recipes')
-rw-r--r-- | data/recipes/default.ts | 4 |
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() |