diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 05:18:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 05:18:52 -0700 |
commit | dbb46958a9131cfc12f3bcb08125de755e699ad9 (patch) | |
tree | 11d52bbce08af1a97e2924b82ef034355d77441e /json/recipes | |
parent | Add a recipe for producing thread from rags (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-dbb46958a9131cfc12f3bcb08125de755e699ad9.tar.xz |
Add plant fiber recipe
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index e528c24..cd20f33 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -134,7 +134,8 @@ { "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" } + { "id": "tanning_hide_modern", "description": " Craft: Tanning Hide, w/ Lye" }, + { "id": "plant_fibre", "description": " Craft: Plant Fiber" } ] }, { |