From c742d56a7a232d3dc5ba8d540b3cc8b8aefa7d45 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 9 Feb 2024 22:41:53 -0800
Subject: Updated canned chili recipe to match the non-canned materials.

---
 json/recipes/food/canned.json | 15 ++++++++++++---
 1 file 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 ] ]
-- 
cgit v1.2.1