From df50603df4a198bceaec2b0d334c35d2b7e8303f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Oct 2025 00:18:08 +0200 Subject: Hide some more items from recipe book --- data/recipes/default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/recipes/default.js b/data/recipes/default.js index e7980627..814ac2cc 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -280,7 +280,7 @@ edible("steak", // Salad edible("salad", combine(PL, cut(tomato), cut(lettuce)), - combine(PL, cut(lettuce)), + group_hidden(combine(PL, cut(lettuce))), ) // Burger @@ -306,8 +306,8 @@ edible("soups", // Noodles const noodle = cook(cut(roll(dough)).as("noodles").tr(POT)) edible("noodles", - combine(PL, noodle, tomato_soup), combine(PL, noodle, tomato_soup, cut(cheese)), + group_hidden(combine(PL, noodle, tomato_soup)), // combine(PL, noodle, tomato_juice, cut(cheese), sear(patty)), ) -- cgit v1.3