From 9e00fcb95ab1097b3449c3f0b52752c1a092949e Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 13 Dec 2021 05:23:32 -0800
Subject: Add Leather Patch and Fur Pelt recipes in place of old tanning
 leather/pelt recipes.

---
 json/recipes/basecamps/recipe_groups.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 3f4bb50..a8b5442 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -132,8 +132,10 @@
     "recipes": [
       { "id": "tinder", "description": " Craft: Tinder" },
       { "id": "pointy_stick", "description": " Craft: Pointy Sticks" },
-      { "id": "cured_pelt", "description": " Craft: Cured Pelt" },
       { "id": "cured_hide", "description": " Craft: Cured Hide" },
+      { "id": "cured_pelt", "description": " Craft: Cured Pelt" },
+      { "id": "leather", "description": " Craft: Leather Patch" },
+      { "id": "fur", "description": " Craft: Fur Pelt" },
       { "id": "plant_fibre", "description": " Craft: Plant Fiber" }
     ]
   },
-- 
cgit v1.2.1