From ea3208c59d25fbb98845fe792e5aab618e0387bd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 16 May 2023 14:52:20 -0700 Subject: Add recipes for canned corn, large tin cans, and large canning. --- json/recipes/other/containers.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'json/recipes/other') diff --git a/json/recipes/other/containers.json b/json/recipes/other/containers.json index 5fcdb1b..7034a88 100644 --- a/json/recipes/other/containers.json +++ b/json/recipes/other/containers.json @@ -17,5 +17,25 @@ "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + }, + { + "type": "recipe", + "//": "Based on the medium tin can, with additional time/materials based on the difference between the half and 3 litre glass jars.", + "result": "can_food_big_unsealed", + "byproducts": [ [ "can_food_unsealed", 1 ] ], + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 h 10 m", + "autolearn": true, + "using": [ + [ "blacksmithing_standard", 3 ], + [ "steel_tiny", 3 ] + ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] } ] -- cgit v1.2.1