diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-17 01:50:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-17 01:50:27 -0700 |
commit | 5c1d6b06dce6d3dda063ef32692cfd4fa6c4df10 (patch) | |
tree | f872162e95e1b6579ee1794b82011a7baecfe257 /json/recipes | |
parent | Add acornmeal with food processor per BN 2021-09-16-0506 (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-5c1d6b06dce6d3dda063ef32692cfd4fa6c4df10.tar.xz |
Typo
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 0e3939a..d9a31dc 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -35,7 +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": "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" }, |