From 6f3abad41c19a76065a8296b7acfd813efcbb81c Mon Sep 17 00:00:00 2001
From: Alec White Valentine <doncuentacuentos@hotmail.com>
Date: Mon, 4 Sep 2023 18:27:22 +0200
Subject: [PATCH 1/2] Added 3L caly jar recipes

---
 MST_Extra_BN/recipes/recipe_food.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/MST_Extra_BN/recipes/recipe_food.json b/MST_Extra_BN/recipes/recipe_food.json
index 9709a02..1b1d34b 100644
--- a/MST_Extra_BN/recipes/recipe_food.json
+++ b/MST_Extra_BN/recipes/recipe_food.json
@@ -207,5 +207,27 @@
       ],
       [ [ "offal_raw", 1, "LIST" ] ]
     ]
+  },
+  {
+    "type": "recipe",
+    "result": "veggy_canned",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_glass_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "water", 16 ], [ "water_clean", 16 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "mushroom", 24 ], [ "veggy_any_uncooked", 12, "LIST" ] ]
+    ]
   }
 ]

From 023e8f9b7523dd6c354d7fe4e461470aa22f2093 Mon Sep 17 00:00:00 2001
From: Alec White Valentine <doncuentacuentos@hotmail.com>
Date: Mon, 4 Sep 2023 18:27:52 +0200
Subject: [PATCH 2/2] Added more recipes

---
 MST_Extra_BN/recipes/recipe_food.json | 550 +++++++++++++++++++++++++-
 1 file changed, 549 insertions(+), 1 deletion(-)

diff --git a/MST_Extra_BN/recipes/recipe_food.json b/MST_Extra_BN/recipes/recipe_food.json
index 1b1d34b..d9c7839 100644
--- a/MST_Extra_BN/recipes/recipe_food.json
+++ b/MST_Extra_BN/recipes/recipe_food.json
@@ -213,7 +213,7 @@
     "result": "veggy_canned",
     "id_suffix": "jarred_3l",
     "byproducts": [ [ "water", 10 ] ],
-    "container": "jar_3l_glass_sealed",
+    "container": "jar_3l_clay_sealed",
     "category": "CC_FOOD",
     "subcategory": "CSC_FOOD_VEGGI",
     "skill_used": "cooking",
@@ -229,5 +229,553 @@
       [ [ "jar_3l_clay", 1 ] ],
       [ [ "mushroom", 24 ], [ "veggy_any_uncooked", 12, "LIST" ] ]
     ]
+  },
+  {
+    "type": "recipe",
+    "result": "soup_mushroom",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "mushroom_soup_ingredients", 12 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "apple_canned",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "result_mult": 24,
+    "autolearn": true,
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "water", 22 ], [ "water_clean", 22 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "sweet_fruit", 24, "LIST" ] ],
+      [ [ "sugar_standard", 12, "LIST" ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "can_tomato",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "book_learn": [ [ "cookbook_italian", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "charges": 24,
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "water", 22 ], [ "water_clean", 22 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "tomato", 24 ], [ "irradiated_tomato", 24 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "can_beans",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "charges": 12,
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "water", 16 ], [ "water_clean", 16 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "beans_cooked", 12 ], [ "dry_beans", 12 ], [ "raw_beans", 12 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "soup_veggy",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "veggy_soup_ingredients", 12 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "broth",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "broth_ingredients", 12 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "sauce_red",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "2 h",
+    "charges": 48,
+    "book_learn": [ [ "cookbook_italian", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "water", 22 ], [ "water_clean", 22 ] ],
+      [ [ "can_tomato", 24 ], [ "tomato", 24 ], [ "irradiated_tomato", 24 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "apple_cider",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "preserving_juice", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "irradiated_apple", 24 ], [ "apple", 24 ] ],
+      [ [ "water", 10 ], [ "water_clean", 10 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "oj",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+    "container": "jar_3l_glass_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "preserving_juice", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_glass", 1 ] ],
+      [ [ "irradiated_orange", 24 ], [ "orange", 24 ] ],
+      [ [ "water", 10 ], [ "water_clean", 10 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "oj",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+    "container": "jar_3l_glass_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "preserving_juice", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_glass", 1 ] ],
+      [ [ "irradiated_orange", 24 ], [ "orange", 24 ] ],
+      [ [ "water", 10 ], [ "water_clean", 10 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "cranberry_juice",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "preserving_juice", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "irradiated_cranberries", 36 ], [ "cranberries", 36 ] ],
+      [ [ "water", 10 ], [ "water_clean", 10 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "juice",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 12 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "preserving_juice", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "kompot",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_DRINKS",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 3,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 2 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "sweet_fruit_like", 6, "LIST" ] ],
+      [ [ "sugar", 30 ] ],
+      [ [ "water", 22 ], [ "water_clean", 22 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "fish_pickled",
+    "id_suffix": "jarred_3l",
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "difficulty": 6,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 4 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
+    "components": [
+      [ [ "water", 6 ], [ "water_clean", 6 ], [ "salt_water", 6 ], [ "saline", 30 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "fish", 12 ] ],
+      [ [ "vinegar", 6 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "meat_pickled",
+    "id_suffix": "jarred_3l",
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "difficulty": 6,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 4 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
+    "components": [
+      [ [ "water", 6 ], [ "water_clean", 6 ], [ "salt_water", 6 ], [ "saline", 30 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "meat_red_raw", 12, "LIST" ] ],
+      [ [ "vinegar", 6 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "meat_canned",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_clay", 1 ] ], [ [ "meat_red_raw", 12, "LIST" ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "fish_canned",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_clay", 1 ] ], [ [ "fish", 12 ] ] ]
+  },
+  {
+    "result": "offal_canned",
+    "type": "recipe",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 12,
+    "batch_time_factors": [ 80, 5 ],
+    "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
+    "container": "jar_3l_clay_sealed",
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_clay", 1 ] ], [ [ "offal_raw", 12, "LIST" ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "soup_woods",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "woods_soup_ingredients", 6 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "soup_meat",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "meat_soup_ingredients", 6 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "soup_fish",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_MEAT",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "40 m",
+    "charges": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "using": [ [ "fish_soup_ingredients", 6 ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "dogfood",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_OTHER",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 6,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [
+      [ [ "water", 16 ], [ "water_clean", 16 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [ [ "meat", 6 ], [ "fish", 6 ] ],
+      [ [ "veggy", 6 ], [ "veggy_wild", 6 ] ]
+    ]
+  },
+  {
+    "type": "recipe",
+    "result": "catfood",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_OTHER",
+    "skill_used": "cooking",
+    "difficulty": 4,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_clay", 1 ] ], [ [ "meat", 24 ], [ "fish", 24 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "broth_bone",
+    "id_suffix": "jarred_3l",
+    "byproducts": [ [ "water", 10 ] ],
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_OTHER",
+    "skill_used": "cooking",
+    "skills_required": [ "mechanics", 1 ],
+    "difficulty": 4,
+    "time": "1 h 10 m",
+    "charges": 12,
+    "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+    "components": [ [ [ "jar_3l_clay", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ] ] ]
+  },
+  {
+    "type": "recipe",
+    "result": "veggy_pickled",
+    "id_suffix": "jarred_3l",
+    "container": "jar_3l_clay_sealed",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_VEGGI",
+    "skill_used": "cooking",
+    "difficulty": 5,
+    "time": "40 m",
+    "result_mult": 12,
+    "book_learn": [ [ "manual_canning", 4 ] ],
+    "batch_time_factors": [ 80, 5 ],
+    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
+    "//": "Canned tomatoes aren't an option as they've already been preserved.",
+    "components": [
+      [ [ "water", 6 ], [ "water_clean", 6 ], [ "salt_water", 6 ], [ "saline", 30 ] ],
+      [ [ "jar_3l_clay", 1 ] ],
+      [
+        [ "veggy", 12 ],
+        [ "veggy_wild", 12 ],
+        [ "mushroom", 12 ],
+        [ "tomato", 12 ],
+        [ "irradiated_tomato", 12 ],
+        [ "broccoli", 12 ],
+        [ "irradiated_broccoli", 12 ],
+        [ "zucchini", 12 ],
+        [ "irradiated_zucchini", 12 ],
+        [ "cucumber", 12 ],
+        [ "irradiated_cucumber", 12 ],
+        [ "potato", 12 ],
+        [ "irradiated_potato", 12 ],
+        [ "corn", 12 ],
+        [ "irradiated_corn", 12 ],
+        [ "onion", 12 ],
+        [ "irradiated_onion", 12 ],
+        [ "garlic_clove", 72 ],
+        [ "irradiated_carrot", 24 ],
+        [ "carrot", 24 ]
+      ],
+      [ [ "vinegar", 1 ] ]
+    ]
   }
+
 ]