From 8bdf1771076908e0216d04aed2bfef8fed41b30d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 13:10:29 -0700 Subject: More readability changes and more standardized groups. --- json/recipes/food/canned.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'json/recipes/food/canned.json') diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 2bb3214..4a2a851 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -94,14 +94,14 @@ "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 5 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "using": [ "sugar_standard", 3 ], "tools": [ [ [ "food_processor", 40 ] ], [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ], "components": [ - [ [ "peanut_unshelled", 12 ] ], - [ [ "jar_glass", 1 ] ] + [ [ "peanut_unshelled", 12 ] ], + [ [ "sugar_standard", 3, "LIST" ] ] + [ [ "jar_glass", 1 ] ] ] }, { @@ -118,7 +118,6 @@ "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 5 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "using": [ "sugar_standard", 4 ], "tools": [ [ [ "food_processor", 40 ] ], [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] @@ -137,6 +136,7 @@ [ "walnut_unshelled", 25 ], [ "acorns", 25 ] ], + [ [ "sugar_standard", 4, "LIST" ] ] [ [ "jar_glass", 1 ] ] ] }, @@ -153,9 +153,6 @@ "time": "20 m", "book_learn": [ [ "cookbook_italian", 2 ] ], "batch_time_factors": [ 80, 5 ], - "using": [ - [ "any_butter_or_oil", 8 ] - ], "qualities": [ { "id": "COOK", "level": 3 } ], "tools": [ [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] @@ -164,6 +161,7 @@ [ [ "pine_nuts", 4 ] ], [ [ "seasoning_italian", 20 ], [ "wild_herbs", 40 ] ], [ [ "salt", 20 ], [ "seasoning_salt", 20 ] ], + [ [ "any_butter_or_oil", 8, "LIST" ] ] [ [ "jar_glass", 1 ] ] ] }, @@ -187,7 +185,8 @@ { "id": "COOK", "level": 3 } ], "tools": [ - [ [ "surface_heat", 8, "LIST" ] ], [ [ "can_sealer", -1 ] ] + [ [ "surface_heat", 8, "LIST" ] ], + [ [ "can_sealer", -1 ] ] ], "components": [ [ -- cgit v1.2.1