Skip to content

Commit 64366e8

Browse files
authored
Use all edible tallows for cooking requirements (#83341)
1 parent 7474557 commit 64366e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/json/requirements/cooking_components.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,13 +1021,13 @@
10211021
"id": "any_butter_or_oil",
10221022
"type": "requirement",
10231023
"//": "For when a recipe calls for either cooking oil or butter, like many baking recipes do.",
1024-
"components": [ [ [ "cooking_oil", 1 ], [ "tallow", 1 ], [ "raw_butter", 1 ], [ "butter", 1 ], [ "ghee", 1 ] ] ]
1024+
"components": [ [ [ "cooking_oil", 1 ], [ "edible_tallow", 1, "LIST" ], [ "raw_butter", 1 ], [ "butter", 1 ], [ "ghee", 1 ] ] ]
10251025
},
10261026
{
10271027
"id": "fry_oil",
10281028
"type": "requirement",
1029-
"//": "For when a recipe calls for deep frying, and the food absorbs some oil. Clarafied butter or ghee can be used to deep fry, but butter's smoke point is too low without clarification",
1030-
"components": [ [ [ "cooking_oil", 1 ], [ "tallow", 1 ], [ "ghee", 1 ] ] ]
1029+
"//": "For when a recipe calls for deep frying, and the food absorbs some oil. Clarified butter or ghee can be used to deep fry, but butter's smoke point is too low without clarification",
1030+
"components": [ [ [ "cooking_oil", 1 ], [ "edible_tallow", 1, "LIST" ], [ "ghee", 1 ] ] ]
10311031
},
10321032
{
10331033
"id": "seasoning_mild",

0 commit comments

Comments
 (0)