From d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Sep 2025 17:10:32 +0200 Subject: Add bun crate recipes and to debug map --- data/recipes/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/recipes') diff --git a/data/recipes/default.js b/data/recipes/default.js index cc2dfab4..1c4b7445 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -241,7 +241,7 @@ edible( // Steak const french_fries = sear(cut(potato)).as("french-fries"); -const bun = bake(dough).as("bun") +const bun = either(bake(dough).as("bun"), crate("bun")) edible( bun.tr(PL), french_fries.tr(PL), -- cgit v1.2.3-70-g09d2