From 1e8fc2c534f1f7f49b626d5b69372af39d9d2399 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 8 Dec 2023 13:52:07 -0800 Subject: Add thread from cotton balls. Add canvas sacks. Fix modinfo to use conflicts. --- Readme.txt | 2 ++ json/recipes/basecamps/recipe_groups.json | 2 ++ modinfo.json | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) 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" ] } ] -- cgit v1.2.1