summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipe_groups.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipe_groups.json b/recipe_groups.json
index 4ad86aa..83c551b 100644
--- a/recipe_groups.json
+++ b/recipe_groups.json
@@ -93,5 +93,25 @@
"building_type": "FARM",
"recipes": [
]
+ },
+ {
+ "type": "recipe_group",
+ "name": "blacksmith_recipes_5",
+ "building_type": "SMITH",
+ "recipes": [
+ { "id": "knife_combat", "description": " Craft: Knife, Combat" },
+ { "id": "knife_trench", "description": " Craft: Knife, Trench" },
+ { "id": "spear_steel", "description": " Craft: Spear, Steel" },
+ { "id": "machete", "description": " Craft: Machete" },
+ { "id": "pipe", "description": " Craft: Pipe" },
+ { "id": "screwdriver", "description": " Craft: Screwdriver" },
+ { "id": "throwing_axe", "description": " Craft: Axe, Throwing" },
+ { "id": "wrench", "description": " Craft: Wrench" },
+ { "id": "hatchet", "description": " Craft: Hatchet" },
+ { "id": "throwing_knife", "description": " Craft: Knife, Throwing" },
+ { "id": "crowbar", "description": " Craft: Crowbar" },
+ { "id": "pot", "description": " Craft: Pot" },
+ { "id": "hoe", "description": " Craft: Hoe" }
+ ]
}
]