From 7a35c6a7235091ae103cd4839e97ef724e082dca Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 4 Oct 2020 13:45:43 -0700 Subject: Add bonemeal Allow use of food processor --- json/recipes/basecamps/recipe_groups.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 2e13552..3530a38 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -31,9 +31,14 @@ "building_type": "COOK", "recipes": [ { "id": "flour", "description": " Cook: Flour" }, + { "id": "flour_with_from_food_processor", "description": " Cook: Flour, using Food Processor" }, { "id": "cornmeal", "description": " Cook: Cornmeal" }, + { "id": "cornmeal_with_from_food_processor", "description": " Cook: Cornmeal, using Food Processor" }, { "id": "oatmeal", "description": " Cook: Oatmeal" }, + { "id": "oatmeal_with_food_processor", "description": " Cook: Oatmeal, using Food Processor" }, { "id": "acorns_cooked", "description": " Cook: Acornmeal" }, + { "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" }, -- cgit v1.2.1