From 221c8254a5bd617dc1c6de352e1ed5236e961ee0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 17 Jul 2024 21:37:45 +0200 Subject: add debug map and curry recipe --- data/recipes/default.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/recipes') 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() -- cgit v1.2.3-70-g09d2