-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpack.mcmeta
More file actions
55 lines (55 loc) · 1.5 KB
/
Copy pathpack.mcmeta
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
48
49
50
51
52
53
54
55
{
"pack": {
"description": {
"translate": "bedrockflavor.description",
"fallback": "Adds several features of the Bedrock edition."
},
"pack_format": 46,
"min_format": 46,
"max_format": 88,
"supported_formats": {
"min_inclusive": 46,
"max_inclusive": 88
}
},
"overlays": {
"entries": [
{
"directory": "overlay_74",
"formats": [46, 74],
"min_format": 46,
"max_format": 74
},
{
"directory": "overlay_69",
"formats": [46, 69],
"min_format": 46,
"max_format": 69
},
{
"directory": "overlay_63",
"formats": [63, 88],
"min_format": 63,
"max_format": 88
},
{
"directory": "overlay_60",
"formats": [33, 60],
"min_format": 33,
"max_format": 60
},
{
"directory": "overlay_56",
"formats": [46, 56],
"min_format": 46,
"max_format": 56
},
{
"directory": "overlay_48",
"formats": [48, 88],
"min_format": 48,
"max_format": 88
}
]
}
}