summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-04 14:25:58 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-04 14:25:58 -0700
commit11cc7847acdc5444acaff7beda362857d6a63de0 (patch)
tree4eff9f298e3f02e125955c3d9ed4d117c247dc6c
parentChili Powder, Protein Powder (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-11cc7847acdc5444acaff7beda362857d6a63de0.tar.xz
Canning, with cans
-rw-r--r--json/recipes/basecamps/recipe_groups.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 95a5276..fbfac53 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -106,12 +106,18 @@
{ "id": "meat_pickled_jarred", "description": " Cook: Meat, Pickled" },
{ "id": "fish_pickled_jarred", "description": " Cook: Fish, Pickled" },
{ "id": "veggy_pickled_jarred", "description": " Cook: Veggy, Pickled" },
- { "id": "meat_canned_jarred", "description": " Cook: Meat, Canned" },
- { "id": "fish_canned_jarred", "description": " Cook: Fish, Canned" },
- { "id": "veggy_canned_jarred", "description": " Cook: Vegetables, Canned" },
- { "id": "can_beans_jarred", "description": " Cook: Beans, Canned" },
- { "id": "can_tomato_jarred", "description": " Cook: Tomatoes, Canned" },
- { "id": "apple_canned_jarred", "description": " Cook: Fruit, Canned" },
+ { "id": "meat_canned", "description": " Cook: Meat, Canned" },
+ { "id": "fish_canned", "description": " Cook: Fish, Canned" },
+ { "id": "veggy_canned", "description": " Cook: Vegetables, Canned" },
+ { "id": "can_beans", "description": " Cook: Beans, Canned" },
+ { "id": "can_tomato", "description": " Cook: Tomatoes, Canned" },
+ { "id": "apple_canned", "description": " Cook: Fruit, Canned" },
+ { "id": "meat_canned_jarred", "description": " Cook: Meat, Canned, Jar" },
+ { "id": "fish_canned_jarred", "description": " Cook: Fish, Canned, Jar" },
+ { "id": "veggy_canned_jarred", "description": " Cook: Vegetables, Canned, Jar" },
+ { "id": "can_beans_jarred", "description": " Cook: Beans, Canned, Jar" },
+ { "id": "can_tomato_jarred", "description": " Cook: Tomatoes, Canned, Jar" },
+ { "id": "apple_canned_jarred", "description": " Cook: Fruit, Canned, Jar" },
{ "id": "meat_aspic", "description": " Cook: Meat Aspic" },
{ "id": "veggy_aspic", "description": " Cook: Veggy Aspic" },
{ "id": "kompot", "description": " Cook: Kompot" }