diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 08:32:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-13 08:32:01 -0800 |
commit | 224678e1ce577030d5fb64752864343c4b0d3bc5 (patch) | |
tree | 8a419ac09d64f11824e784acbaaa614ed784fe46 /json/recipes | |
parent | Add Leather Patch and Fur Pelt recipes in place of old tanning leather/pelt r... (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-224678e1ce577030d5fb64752864343c4b0d3bc5.tar.xz |
Switch to leather patches and fur pelts for tanning.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index a8b5442..2f889f2 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -136,6 +136,8 @@ { "id": "cured_pelt", "description": " Craft: Cured Pelt" }, { "id": "leather", "description": " Craft: Leather Patch" }, { "id": "fur", "description": " Craft: Fur Pelt" }, + { "id": "leather_modern", "description": " Craft: Leather Patch, with Lye" }, + { "id": "fur_modern", "description": " Craft: Fur Pelt, with Lye" }, { "id": "plant_fibre", "description": " Craft: Plant Fiber" } ] }, |