-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathuncraft.json
47 lines (47 loc) · 1.03 KB
/
uncraft.json
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": 100,
"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": 100,
"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": 100,
"reversible": true,
"autolearn": false,
"components": [
[ [ "little_maid_R18", 1 ] ],
[ [ "human_smoked", 3 ] ]
]
}
]