diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-20 10:29:44 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-20 10:29:44 -0800 |
commit | b51e1fdaa73a4917f0421306910bb91517d316ca (patch) | |
tree | 47b016ad49461959d79a460e9eaee22565101def /json/recipes | |
parent | Add concrete (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-b51e1fdaa73a4917f0421306910bb91517d316ca.tar.xz |
Add Tanned Hides and Pelts
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 59a1079..040bc4c 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -139,7 +139,11 @@ { "id": "tinder", "description": " Craft: Tinder" }, { "id": "pointy_stick", "description": " Craft: Pointy Sticks" }, { "id": "cured_pelt", "description": " Craft: Cured Pelt" }, - { "id": "cured_hide", "description": " Craft: Cured Hide" } + { "id": "cured_hide", "description": " Craft: Cured Hide" }, + { "id": "tanning_pelt", "description": " Craft: Tanning Pelt" }, + { "id": "tanning_hide", "description": " Craft: Tanning Hide" }, + { "id": "tanning_pelt_modern", "description": " Craft: Tanning Pelt, w/ Lye" }, + { "id": "tanning_hide_modern", "description": " Craft: Tanning Hide, w/ Lye" } ] }, { |