diff --git a/data/json/recipes/food/meat.json b/data/json/recipes/food/meat.json index 03c6bc5f74a6..4e44899a986a 100644 --- a/data/json/recipes/food/meat.json +++ b/data/json/recipes/food/meat.json @@ -2562,7 +2562,7 @@ "autolearn": [ [ "cooking", 5 ] ], "//": "Charcuterie: The Craft of Salting, Smoking, and Curing would be a good book for someone to use for further meat products recipes.", "book_learn": [ [ "survival_book", 3 ], [ "family_cookbook", 3 ], [ "offalcooking", 2 ] ], - "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ], + "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT", "level": 1 } ], "tools": [ [ [ "funnel", -1 ] ] ], "components": [ [ [ "stomach", 1 ], [ "stomach_large", 1 ] ], [ [ "salt", 20 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] }, diff --git a/data/json/recipes/food/other.json b/data/json/recipes/food/other.json index 3166c4056b25..d38beef08318 100644 --- a/data/json/recipes/food/other.json +++ b/data/json/recipes/food/other.json @@ -2174,7 +2174,7 @@ "charges": 20, "autolearn": [ [ "cooking", 5 ], [ "fabrication", 2 ] ], "book_learn": [ [ "survival_book", 3 ], [ "family_cookbook", 3 ], [ "offalcooking", 2 ], [ "cookbook_foodfashions", 3 ] ], - "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ], + "qualities": [ { "id": "CUT", "level": 1 } ], "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], "components": [ [ [ "bag_plastic", 1 ] ] ] }