summaryrefslogtreecommitdiff
path: root/json/requirements/cooking_components.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 13:00:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 13:00:31 -0700
commitbd3a8581c4e47258060051dcba506b7eb7a07b1c (patch)
treea25ac05693b9be2d0102fccb869ab6a2f1003149 /json/requirements/cooking_components.json
parentRemove stray comma. (diff)
downloadcataclysm-bn-mod_recipe-fixes-bd3a8581c4e47258060051dcba506b7eb7a07b1c.tar.xz
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.
Diffstat (limited to 'json/requirements/cooking_components.json')
-rw-r--r--json/requirements/cooking_components.json12
1 files changed, 12 insertions, 0 deletions
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 ]
+ ]
+ ]
}
]