From bd3a8581c4e47258060051dcba506b7eb7a07b1c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 May 2023 13:00:31 -0700 Subject: Sandwiches, fish soup, french toast now use bread_sandwich group. Peanut Butter now uses sugar_standard group. Wasteland Sausages, rennet, and sausage casing now use custom edible_stomach group. Upstream bone broth now allows human bones. Various updates to recipes in order to sync with upstream where my fixes had diverged. --- json/recipes/food/snack.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'json/recipes/food/snack.json') diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json index 8fd6625..f8a24d8 100644 --- a/json/recipes/food/snack.json +++ b/json/recipes/food/snack.json @@ -35,16 +35,9 @@ "batch_time_factors": [ 50, 3 ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ - [ - [ "flatbread", 2 ], - [ "bread", 2 ], - [ "cornbread", 2 ], - [ "wastebread", 2 ], - [ "sourdough_bread", 2 ], - [ "brioche", 2 ] - ], + [ [ "bread_sandwich", 2, "LIST" ] ], [ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ], - [ [ "mayonnaise", 1 ], [ "mustard", 1 ], [ "horseradish", 1 ], [ "seasoning_salt", 1 ] ] + [ [ "condiment", 1, "LIST" ], [ "seasoning_salt", 1 ] ] ] } ] -- cgit v1.2.1