summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-08 13:52:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-08 13:52:07 -0800
commit1e8fc2c534f1f7f49b626d5b69372af39d9d2399 (patch)
treec1c5831fee73ce9df296378b281dcd72fa4b18bc
parentFix typo from copypasta. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-1e8fc2c534f1f7f49b626d5b69372af39d9d2399.tar.xz
Add thread from cotton balls.
Add canvas sacks. Fix modinfo to use conflicts.
-rw-r--r--Readme.txt2
-rw-r--r--json/recipes/basecamps/recipe_groups.json2
-rw-r--r--modinfo.json3
3 files changed, 6 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index e630023..e013a4a 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -29,6 +29,8 @@ Reloaded Ammunition.
Denatured Alcohol. (via shim item)
Biodiesel. (via shim item)
Renamed several recipes to make the resulting item more clear.
+Thread from cotton balls or rags.
+Canvas Sacks.
Workshop Baseline guide for crafting requirements:
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index d4aab65..f1e1828 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -227,7 +227,9 @@
{ "id": "brick", "description": " Craft: Brick" },
{ "id": "scrap_copper", "description": " Craft: Copper, Scrap" },
{ "id": "plastic_chunk_from_plastic_bags", "description": " Craft: Plastic, Chunk, from Plastic Bags" },
+ { "id": "thread", "description": " Craft: Thread" },
{ "id": "thread_from_rags", "description": " Craft: Thread, from Rags" },
+ { "id": "bag_canvas", "description": " Craft: Canvas Sack" },
{ "id": "spike", "description": " Craft: Spike" },
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
diff --git a/modinfo.json b/modinfo.json
index 1bc488d..6103bc5 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -6,6 +6,7 @@
"authors": ["jc_gargma"],
"description": "Add several recipes to the faction camp that in all honesty should be there.",
"category": "rebalance",
- "dependencies": [ "bn", "recipe_fixes" ]
+ "dependencies": [ "bn", "recipe_fixes" ],
+ "conflicts": [ "no_rivtech_guns", "faction_camp_recipe_expansion_norv" ]
}
]