From e2c5fb29b9e6ca6baecf0c24698009d4161f06c1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 8 Aug 2020 02:04:06 -0700 Subject: Add steel, spiked steel, hard steel plating to workshop --- json/recipes/basecamps/recipe_groups.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'json') diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 16b38d2..dfcf3f5 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -161,6 +161,26 @@ { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk" } ] }, + { + "type": "recipe_group", + "name": "blacksmith_recipes_4", + "building_type": "SMITH", + "recipes": [ + { "id": "blade", "description": " Craft: Blade" }, + { "id": "bearing", "description": " Craft: Bearings" }, + { "id": "caltrops", "description": " Craft: Caltrops" }, + { "id": "hand_drill", "description": " Craft: Hand Drill" }, + { "id": "sheet_metal", "description": " Craft: Sheet Metal" }, + { "id": "steel_plate", "description": " Craft: Plating, Steel" }, + { "id": "spiked_plate", "description": " Craft: Plating, Spiked Steel" }, + { "id": "hard_plate", "description": " Craft: Plating, Hard Steel" }, + { "id": "chain", "description": " Craft: Chain" }, + { "id": "shovel", "description": " Craft: Shovel" }, + { "id": "rebar", "description": " Craft: Rebar" }, + { "id": "gold_ring", "description": " Craft: Gold Ring" }, + { "id": "hammer_sledge", "description": " Craft: Hammer, Sledge" } + ] + }, { "type": "recipe_group", "name": "blacksmith_recipes_5", -- cgit v1.2.1