Skip to content

Commit

Permalink
Update recipe_food.json
Browse files Browse the repository at this point in the history
Fixing style
  • Loading branch information
ashGlaw committed Feb 6, 2020
1 parent 06542f4 commit 1968cae
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -6327,11 +6327,7 @@
"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" ] ],
[ [ "water", 1 ], [ "water_clean", 1 ] ]
]
},
Expand All @@ -6348,13 +6344,6 @@
"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" ] ] ]
}
]

0 comments on commit 1968cae

Please sign in to comment.