summaryrefslogtreecommitdiff
path: root/json/recipes/other/containers.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/other/containers.json')
-rw-r--r--json/recipes/other/containers.json20
1 files changed, 20 insertions, 0 deletions
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 ] ]
+ ]
}
]