diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-15 22:59:01 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-15 22:59:01 -0700 |
| commit | 73efd4f642978dc2d7bb9a1d06ff75a21a735d15 (patch) | |
| tree | d0241c5cf0f30b2b3b2a40bb1cd4841837590c34 | |
| parent | Add some chemical recipes. (diff) | |
| download | cataclysm-dda-mod_faction-camp-recipe-expansion-73efd4f642978dc2d7bb9a1d06ff75a21a735d15.tar.xz | |
Add acornmeal with food processor per BN 2021-09-16-0506
| -rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index c4659e9..0e3939a 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -35,6 +35,7 @@ { "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_with_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" }, |
