diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-14 07:58:00 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-14 07:58:00 -0700 |
commit | f3d96a76af9372dbcc85a654e2fcb1395f138a78 (patch) | |
tree | 0dc9e5fdafd565f63a8f14a6540b2307c13ef6e8 | |
parent | Add NPC recipe to dismantle limestone shards. (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-f3d96a76af9372dbcc85a654e2fcb1395f138a78.tar.xz |
Add support for limestone.
-Dismantling just takes too long and cannot be delegated.
-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 3e9307c..0e92c23 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -245,6 +245,7 @@ { "id": "chem_sulphur", "description": " Sulfur" }, { "id": "zinc_metal", "description": " Zinc" }, { "id": "zinc_metal_chem_zinc", "description": " Zinc (from Zinc Oxide)" }, + { "id": "material_limestone", "description": " Limestone" }, { "id": "denat_alocohol_sealed", "description": " Denatured Alcohol" }, { "id": "material_cement", "description": " Cement" }, { "id": "anvil", "description": " Anvil" }, |