diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-25 12:11:13 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-25 12:11:13 -0800 |
commit | 8f12b5c1dc3dc1ba84bcd3b75f76594a9b5c0dd1 (patch) | |
tree | 40a64bbbd0ee2a757c27d9c6a80e55e565778280 /json/recipes | |
parent | Add superglue (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-8f12b5c1dc3dc1ba84bcd3b75f76594a9b5c0dd1.tar.xz |
Add plastic jerrycans
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 a703c7c..1556d17 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -230,7 +230,8 @@ { "id": "legguard_scrap", "description": " Craft: Leg Guards, Scrap" }, { "id": "boots_scrap", "description": " Craft: Boots, Scrap" }, { "id": "copper_ax", "description": " Craft: Axe, Copper" }, - { "id": "spear_copper", "description": " Craft: Spear, Copper" } + { "id": "spear_copper", "description": " Craft: Spear, Copper" }, + { "id": "jerrycan", "description": " Craft: Jerrycan, Plastic" } ] }, { |