From 11cc7847acdc5444acaff7beda362857d6a63de0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 4 Oct 2020 14:25:58 -0700 Subject: Canning, with cans --- json/recipes/basecamps/recipe_groups.json | 18 ++++++++++++------ 1 file 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" } -- cgit v1.2.1