diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-12 19:34:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-06-12 19:34:36 -0700 |
commit | 6bd3c99975285c7d70b6c4255bfd60857d3babae (patch) | |
tree | c6702b4178357fa03965b198bcb3e64773677c28 /json | |
parent | Fix bratwurst to require 10 sausage casings. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-6bd3c99975285c7d70b6c4255bfd60857d3babae.tar.xz |
Update chili recipe based on upstream changes.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/food/meat.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index d977b63..4adea01 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -123,11 +123,20 @@ [ "dry_mushroom", 2 ], [ "morel_cooked", 2 ], [ "mushroom_cooked", 2 ], - [ "dry_veggy", 2 ] + [ "dry_veggy", 2 ], + [ "can_beans", 1 ], + [ "beans_cooked", 1 ], + [ "lentils_cooked", 1 ] + ], + [ + [ "tomato", 1 ], + [ "irradiated_tomato", 1 ], + [ "can_tomato", 1 ], + [ "irradiated_onion", 1 ], + [ "onion", 1 ], + [ "garlic_clove", 1 ] ], - [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ], [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ], - [ [ "can_beans", 1 ], [ "beans_cooked", 1 ] ], [ [ "chilly-p", 2 ], [ "chili_pepper", 1 ] ] ] }, |