diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-16 22:01:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-16 22:01:21 -0700 |
commit | 9146092edc138c8f83eef93c0da6b0c7d96c3a70 (patch) | |
tree | 52c492278e6d6a20d53b83206f5bbc4c974dee0a /json/recipes/basecamps | |
parent | Add all craftable seeds to the farm (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-9146092edc138c8f83eef93c0da6b0c7d96c3a70.tar.xz |
Add oatmeal to kitchen
Diffstat (limited to 'json/recipes/basecamps')
-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 c72183b..0eff375 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -29,6 +29,7 @@ "recipes": [ { "id": "flour", "description": " Cook: Flour" }, { "id": "cornmeal", "description": " Cook: Cornmeal" }, + { "id": "oatmeal", "description": " Cook: Oatmeal" }, { "id": "acorns_cooked", "description": " Cook: Acornmeal" }, { "id": "salt", "description": " Cook: Salt" }, { "id": "lard", "description": " Cook: Lard" }, |