From 291f2c82e206b97caddbaf4fc57b307611c8101d Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 31 Jan 2022 20:39:14 -0800
Subject: Port to DDA.

---
 json/recipes/basecamps/recipe_groups.json | 18 ++++++++----------
 json/recipes/recipe_other.json            |  1 +
 2 files changed, 9 insertions(+), 10 deletions(-)

(limited to 'json')

diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 560df99..f7bcbfd 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -21,7 +21,9 @@
       { "id": "pistachio_roasted", "description": " Cook: Pistachio, Roasted" },
       { "id": "soy_nuts", "description": " Cook: Soybeans, Roasted" },
       { "id": "walnut_roasted", "description": " Cook: Walnut, Roasted" },
-      { "id": "salsify_baked", "description": " Cook: Salsify, Roasted" }
+      { "id": "salsify_baked", "description": " Cook: Salsify, Roasted" },
+      { "id": "starch", "description": " Cook: Starch" },
+      { "id": "starch_from_fibrous_stuff", "description": " Cook: Starch" }
     ]
   },
   {
@@ -36,15 +38,12 @@
       { "id": "oatmeal", "description": " Cook: Oatmeal" },
       { "id": "oatmeal_with_food_processor", "description": " Cook: Oatmeal, using Food Processor" },
       { "id": "acorns_cooked", "description": " Cook: Acornmeal" },
-      { "id": "acorns_cooked_food_processor", "description": " Cook: Acornmeal, using Food Processor" },
       { "id": "meal_bone", "description": " Cook: Bonemeal" },
       { "id": "meal_bone_with_from_food_processor", "description": " Cook: Bonemeal, using Food Processor" },
       { "id": "salt", "description": " Cook: Salt, from Bleach/Lye" },
       { "id": "salt_from_hickory", "description": " Cook: Salt, from Hickory Root" },
       { "id": "salt_from_salt_water", "description": " Cook: Salt, from Salt Water" },
       { "id": "salt_from_mineral", "description": " Cook: Salt, from Rock Salt" },
-      { "id": "starch", "description": " Cook: Starch" },
-      { "id": "starch_from_fibrous_stuff", "description": " Cook: Starch" },
       { "id": "lard", "description": " Cook: Lard" },
       { "id": "protein_powder", "description": " Cook: Protein Powder" },
       { "id": "protein_powder_with_from_food_processor", "description": " Cook: Protein Powder, using Food Processor" },
@@ -136,10 +135,10 @@
       { "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": "leather_modern", "description": " Craft: Leather Patch, with Lye" },
-      { "id": "fur_modern", "description": " Craft: Fur Pelt, with Lye" },
-      { "id": "plant_fibre", "description": " Craft: Plant Fiber" }
+      { "id": "plant_fibre", "description": " Craft: Plant Fiber" },
+      { "id": "wood_panel_from nailed planks", "description": " Craft: Wooden Panel, from Nailed Planks" },
+      { "id": "wood_panel_from wooden beams", "description": " Craft: Wooden Panel, from Wooden Beams" },
+      { "id": "wood_beam_from logs", "description": " Craft: Wooden Beam, from Logs" }
     ]
   },
   {
@@ -250,7 +249,7 @@
       { "id": "swage", "description": " Craft: Swage and Die Set" }
     ]
   },
-  { 
+  {
     "type": "recipe_group",
     "id": "blacksmith_recipes_4",
     "building_type": "SMITH",
@@ -266,7 +265,6 @@
       { "id": "rebar", "description": " Craft: Rebar" },
       { "id": "sheet_metal", "description": " Craft: Sheet Metal" },
       { "id": "steel_plate", "description": " Craft: Plating, Steel" },
-      { "id": "hard_plate", "description": " Craft: Plating, Hard Steel" },
       { "id": "spiked_plate", "description": " Craft: Plating, Spiked Steel" },
       { "id": "caltrops", "description": " Craft: Caltrops" },
       { "id": "glass_sheet", "description": " Craft: Glass Sheet" },
diff --git a/json/recipes/recipe_other.json b/json/recipes/recipe_other.json
index 8c55ff7..285d720 100644
--- a/json/recipes/recipe_other.json
+++ b/json/recipes/recipe_other.json
@@ -1,6 +1,7 @@
 [
   { 
     "type": "recipe",
+    "activity_level": "fake",
     "result": "thread",
     "id_suffix": "from_rags",
     "category": "CC_OTHER",
-- 
cgit v1.2.1