diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-14 07:20:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-14 07:20:30 -0800 |
commit | 856a0b1708d76a2034d543301744aa3b27d23456 (patch) | |
tree | b4a9eb6d3c6fd2b78fc54332f40c9ef1441bd2ca /json/recipes | |
parent | Add rebar and steel rail recipes (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-856a0b1708d76a2034d543301744aa3b27d23456.tar.xz |
Add metallic smoother
Diffstat (limited to 'json/recipes')
-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 ea048e1..581f4d8 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -232,6 +232,7 @@ "building_type": "SMITH", "recipes": [ { "id": "chisel", "description": " Craft: Metalworking Chisel" }, + { "id": "metal_smoother", "description": " Craft: Metallic Smoother" }, { "id": "hammer", "description": " Craft: Hammer" }, { "id": "tongs", "description": " Craft: Metal Tongs" }, { "id": "nail", "description": " Craft: Nail" }, |