From a46cb2c49a9a6ab9f48e491892212581f36018bb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Aug 2020 02:49:21 -0700 Subject: Add plastic chunks --- json/recipes/basecamps/recipe_groups.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 @@ -145,6 +145,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", -- cgit v1.2.1