Skip to content

Commit

Permalink
add chili powder as substitute for curry powder
Browse files Browse the repository at this point in the history
  • Loading branch information
lazho committed Oct 8, 2019
1 parent 7f962a7 commit b037bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@
],
[ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ],
[ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ],
[ [ "curry_powder", 4 ] ]
[ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ]
]
},
{
Expand Down Expand Up @@ -4039,7 +4039,7 @@
[ "dry_rice", 1 ]
],
[ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ],
[ [ "curry_powder", 4 ] ]
[ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ]
]
},
{
Expand Down Expand Up @@ -5602,7 +5602,7 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "sausage", 2 ], [ "sausage_cooked", 2 ], [ "bratwurst_sausage", 2 ] ],
[ [ "curry_powder", 20 ] ],
[ [ "curry_powder", 20 ], [ "chilly-p", 20 ] ],
[ [ "ketchup", 4 ] ]
]
},
Expand Down Expand Up @@ -5637,7 +5637,7 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "mannwurst", 2 ], [ "mannwurst_cooked", 2 ], [ "mann_bratwurst", 2 ] ],
[ [ "curry_powder", 20 ] ],
[ [ "curry_powder", 20 ], [ "chilly-p", 20 ] ],
[ [ "ketchup", 4 ] ]
]
},
Expand Down

0 comments on commit b037bed

Please sign in to comment.