diff options
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 0eff375..16b38d2 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -147,6 +147,22 @@ }, { "type": "recipe_group", + "name": "blacksmith_recipes_1", + "building_type": "SMITH", + "recipes": [ + { "id": "scrap_copper", "description": " Craft: Copper, Scrap" }, + { "id": "charcoal_npc", "description": " Craft: Charcoal" }, + { "id": "spike", "description": " Craft: Spike" }, + { "id": "caltrops_glass", "description": " Craft: Glass Caltrops" }, + { "id": "steel_chunk", "description": " Craft: Steel, Chunk" }, + { "id": "crucible", "description": " Craft: Crucible" }, + { "id": "anvil", "description": " Craft: Anvil" }, + { "id": "steel_lump", "description": " Craft: Steel, Lump" }, + { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk" } + ] + }, + { + "type": "recipe_group", "name": "blacksmith_recipes_5", "building_type": "SMITH", "recipes": [ |