aboutsummaryrefslogtreecommitdiff
path: root/uncraft.json
blob: ca7f362f5e06ab6b8b3632fe4ad5d43403f5057a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
  {
    "type" : "recipe",
    "result": "little_maid_meat_smoked_fin",
    "id_suffix": "uncraft",
    "category": "CC_NONCRAFT",
    "subcategory": "CSC_NONCRAFT",
    "difficulty": 0,
    "time": "0 m",
    "reversible": true,
    "autolearn": false,
    "components": [
      [ [ "little_maid_R18", 1 ] ],
      [ [ "meat_smoked", 3 ] ]
    ]
  },
  {
    "type" : "recipe",
    "result": "little_maid_fish_smoked_fin",
    "id_suffix": "uncraft",
    "category": "CC_NONCRAFT",
    "subcategory": "CSC_NONCRAFT",
    "difficulty": 0,
    "time": "0 m",
    "reversible": true,
    "autolearn": false,
    "components": [
      [ [ "little_maid_R18", 1 ] ],
      [ [ "fish_smoked", 6 ] ]
    ]
  },
  {
    "type" : "recipe",
    "result": "little_maid_human_smoked_fin",
    "id_suffix": "uncraft",
    "category": "CC_NONCRAFT",
    "subcategory": "CSC_NONCRAFT",
    "difficulty": 0,
    "time": "0 m",
    "reversible": true,
    "autolearn": false,
    "components": [
      [ [ "little_maid_R18", 1 ] ],
      [ [ "human_smoked", 3 ] ]
    ]
  }
]