diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:43:07 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:43:07 -0700 |
commit | 97d519ddac6cb407ac6d08bec5f9b6428ee1bc06 (patch) | |
tree | f64a8f7f13f5af816f2001e2743512ecceeb7af5 /json/recipes/basecamps | |
parent | Add crafting for the hunting knife (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-97d519ddac6cb407ac6d08bec5f9b6428ee1bc06.tar.xz |
Add Canning pot
Diffstat (limited to 'json/recipes/basecamps')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 2a95e0a..2088478 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -201,6 +201,7 @@ { "id": "throwing_knife", "description": " Craft: Knife, Throwing" }, { "id": "crowbar", "description": " Craft: Crowbar" }, { "id": "pot", "description": " Craft: Pot" }, + { "id": "pot_canning", "description": " Craft: Pot, Canning" }, { "id": "hoe", "description": " Craft: Hoe" } ] } |