diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 837a1a5e3963c..74bd52ad2a37f 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -6327,7 +6327,13 @@ "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], "components": [ [ [ "fiddlehead_raw", 2 ] ], - [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ], [ "any_butter", 1, "LIST" ] ], + [ + [ "cooking_oil", 1 ], + [ "cooking_oil2", 1 ], + [ "any_butter", 1, "LIST" ], + [ "edible_fat", 1, "LIST" ], + [ "edible_tallow_lard", 1, "LIST" ] + ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] }, @@ -6344,6 +6350,15 @@ "autolearn": true, "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], - "components": [ [ [ "fiddlehead_boiled", 2 ] ], [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ], [ "any_butter", 1, "LIST" ] ] ] + "components": [ + [ [ "fiddlehead_boiled", 2 ] ], + [ + [ "cooking_oil", 1 ], + [ "cooking_oil2", 1 ], + [ "any_butter", 1, "LIST" ], + [ "edible_fat", 1, "LIST" ], + [ "edible_tallow_lard", 1, "LIST" ] + ] + ] } ]