Skip to content

Commit

Permalink
changed to requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxNight authored Dec 10, 2024
1 parent 5ee1753 commit d1b9782
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/recipes/food/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
[ [ "meat_red_raw", 1, "LIST" ] ],
[ [ "salt", 1 ] ],
[ [ "onion", 1 ] ],
[ [ "tomato", 2 ], [ "tomato_cut", 2 ] ],
[ [ "any_tomato", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ],
[ [ "sugar", 1 ] ],
[ [ "bell_pepper", 1 ], [ "bell_pepper_cut", 1 ] ]
[ [ "any_bell_pepper", 1, "LIST" ] ]
],
"charges": 6
},
Expand All @@ -67,9 +67,9 @@
[ [ "meat_red_raw", 1, "LIST" ], [ "poultry_raw_any", 2, "LIST" ] ],
[ [ "salt", 1 ] ],
[ [ "onion", 1 ] ],
[ [ "tomato", 1 ], [ "tomato_cut", 1 ] ],
[ [ "any_tomato", 1, "LIST" ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ],
[ [ "bell_pepper", 1 ], [ "bell_pepper_cut", 1 ] ],
[ [ "any_bell_pepper", 1, "LIST" ] ],
[ [ "garlic_clove", 2 ], [ "rehydrated_garlic", 2 ] ],
[ [ "seasoning_mild", 2, "LIST" ] ]
],
Expand All @@ -93,8 +93,8 @@
[ [ "salt", 1 ] ],
[ [ "pepper", 1 ] ],
[ [ "onion", 2 ] ],
[ [ "tomato", 4 ], [ "tomato_cut", 4 ] ],
[ [ "bell_pepper", 2 ], [ "bell_pepper_cut", 2 ] ],
[ [ "any_tomato", 4, "LIST" ] ],
[ [ "any_bell_pepper", 2, "LIST" ] ],
[ [ "garlic_clove", 2 ], [ "rehydrated_garlic", 2 ] ],
[ [ "seasoning_mild", 2, "LIST" ] ],
[ [ "yoghurt", 1 ] ]
Expand Down

0 comments on commit d1b9782

Please sign in to comment.