-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion.json
More file actions
54 lines (54 loc) · 804 Bytes
/
version.json
File metadata and controls
54 lines (54 loc) · 804 Bytes
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
{
"release": "v5.1.2",
"semver": {
"major": 5,
"minor": 1,
"patch": 2,
"pre": 0
},
"targets": [
{
"label": "1_20_3",
"pack_format": 26,
"overlays": [
"1_20_3"
]
},
{
"label": "1_20_5",
"pack_format": 41,
"overlays": [
"1_20_5"
]
},
{
"label": "pre_1_21_4",
"pack_format": 48,
"overlays": [
"_pre_1_21_4",
"compat_1_21_4"
]
},
{
"label": "1_21_5",
"pack_format": 71,
"overlays": [
"1_21_5"
]
},
{
"label": "1_21_6",
"pack_format": 80,
"overlays": [
"1_21_6"
]
},
{
"label": "26_1",
"pack_format": 101,
"overlays": [
"26_1"
]
}
]
}