diff options
| -rw-r--r-- | json/recipes/food/canned.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 3717e53..5f8467e 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -56,7 +56,7 @@      "batch_time_factors": [ 80, 4 ],      "qualities": [ { "id": "COOK", "level": 3 } ],      "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], -    "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ] +    "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ] ]    },    {      "type": "recipe", | 
