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/requirements/cooking_components.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'json/requirements') diff --git a/json/requirements/cooking_components.json b/json/requirements/cooking_components.json index b4ddcc1..edf55c2 100644 --- a/json/requirements/cooking_components.json +++ b/json/requirements/cooking_components.json @@ -54,5 +54,17 @@ [ "can_tuna", 2 ] ] ] + }, + { + "id": "edible_stomach", + "type": "requirement", + "components": [ + [ + [ "stomach_large", 1 ], + [ "stomach", 2 ] + [ "hstomach_large", 1 ], + [ "hstomach", 2 ] + ] + ] } ] -- cgit v1.2.1