diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 13:26:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 13:26:56 -0700 |
commit | 0767d128b74b445580973a321213f9cc6774c198 (patch) | |
tree | b76a5e25329f7f7432e164b263fb2d3d6b2376b6 /json/recipes | |
parent | More readability changes and more standardized groups. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-0767d128b74b445580973a321213f9cc6774c198.tar.xz |
Typos.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/food/canned.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 4a2a851..a2525b7 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -100,7 +100,7 @@ ], "components": [ [ [ "peanut_unshelled", 12 ] ], - [ [ "sugar_standard", 3, "LIST" ] ] + [ [ "sugar_standard", 3, "LIST" ] ], [ [ "jar_glass", 1 ] ] ] }, @@ -136,7 +136,7 @@ [ "walnut_unshelled", 25 ], [ "acorns", 25 ] ], - [ [ "sugar_standard", 4, "LIST" ] ] + [ [ "sugar_standard", 4, "LIST" ] ], [ [ "jar_glass", 1 ] ] ] }, @@ -161,7 +161,7 @@ [ [ "pine_nuts", 4 ] ], [ [ "seasoning_italian", 20 ], [ "wild_herbs", 40 ] ], [ [ "salt", 20 ], [ "seasoning_salt", 20 ] ], - [ [ "any_butter_or_oil", 8, "LIST" ] ] + [ [ "any_butter_or_oil", 8, "LIST" ] ], [ [ "jar_glass", 1 ] ] ] }, |