summaryrefslogtreecommitdiff
path: root/json/recipes/other/containers.json
blob: 4c78686871cf90989b9717945e0ca8fef64408cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "type": "recipe",
    "result": "can_food_unsealed",
    "//": "Intended to create two due to the high material use, but this does not seem possible for this item type.",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_CONTAINERS",
    "skill_used": "fabrication",
    "difficulty": 3,
    "time": "30 m",
    "autolearn": true,
    "using": [
      [ "blacksmithing_standard", 1 ],
      [ "steel_tiny", 1 ]
    ],
    "qualities": [ { "id": "CHISEL", "level": 3 } ],
    "tools": [
      [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
    ]
  }
]