summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-04 13:45:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-04 13:45:43 -0700
commit7a35c6a7235091ae103cd4839e97ef724e082dca (patch)
treeed00aee73080d4b679f21d3360b115a0aa9562de
parentMore salt and sugar recipes (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-7a35c6a7235091ae103cd4839e97ef724e082dca.tar.xz
Add bonemeal
Allow use of food processor
-rw-r--r--json/recipes/basecamps/recipe_groups.json5
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" },