diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/food/canned.json | 15 | 
1 files changed, 12 insertions, 3 deletions
| diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index eadf0b4..3718b18 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -217,11 +217,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 ] ],        [ [ "can_medium_unsealed", 1 ] ],        [ [ "scrap", 1 ] ] | 
