From 96ac6bfc5dd142bc8532f5ca58e164b18a7a411a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 23 Jun 2023 20:22:44 -0700 Subject: Add veggy_green list as additional options for stir fry. --- json/recipes/food/meat.json | 2 +- json/recipes/food/veggi.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index 4adea01..98e2aaa 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -551,7 +551,7 @@ [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], [ [ "any_butter_or_oil", 2, "LIST" ] ], [ [ "sugar_standard", 1, "LIST" ] ], - [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ], [ [ "soysauce", 1 ] ] ] }, diff --git a/json/recipes/food/veggi.json b/json/recipes/food/veggi.json index b34a123..b1a9f5d 100644 --- a/json/recipes/food/veggi.json +++ b/json/recipes/food/veggi.json @@ -103,7 +103,7 @@ [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], [ [ "cooking_oil", 2 ] ], [ [ "sugar_standard", 1, "LIST" ] ], - [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ], [ [ "soysauce", 1 ] ] ] }, @@ -127,7 +127,7 @@ [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], [ [ "cooking_oil", 2 ] ], [ [ "sugar_standard", 1, "LIST" ] ], - [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ], [ [ "soysauce", 1 ] ] ] } -- cgit v1.2.1