diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-04 13:45:43 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-04 13:45:43 -0700 |
commit | 7a35c6a7235091ae103cd4839e97ef724e082dca (patch) | |
tree | ed00aee73080d4b679f21d3360b115a0aa9562de /json/recipes | |
parent | More salt and sugar recipes (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-7a35c6a7235091ae103cd4839e97ef724e082dca.tar.xz |
Add bonemeal
Allow use of food processor
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 5 |
1 files changed, 5 insertions, 0 deletions
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" }, |