diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-01 13:17:47 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-01 13:17:47 -0700 |
commit | 27d1b269cd91132abec31c1f7dadded8ae143170 (patch) | |
tree | 8283f730377e6f5415df424f4988b91b9bac173f | |
parent | Fix duplication of some drophammer recipes. (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-27d1b269cd91132abec31c1f7dadded8ae143170.tar.xz |
Allow recipes for cordage.
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 0e92c23..f0247e9 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -165,7 +165,11 @@ { "id": "fur", "description": " Fur Pelt" }, { "id": "leather_modern", "description": " Leather Patch [using Lye]" }, { "id": "fur_modern", "description": " Fur Pelt [using Lye]" }, - { "id": "plant_fibre", "description": " Plant Fiber" } + { "id": "plant_fibre", "description": " Plant Fiber" }, + { "id": "cordage_6", "description": " Cordage Piece, Short" }, + { "id": "cordage_36", "description": " Cordage Piece, Long" }, + { "id": "rope_makeshift_6", "description": " Cordage Rope, Short" }, + { "id": "rope_makeshift_30", "description": " Cordage Rope, Long" } ] }, { |