-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.json
More file actions
111 lines (111 loc) · 3.23 KB
/
update.json
File metadata and controls
111 lines (111 loc) · 3.23 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/worldeditcui-forge-edition-3",
"promos": {
"1.16.5-latest" : "1.0.6",
"1.16.5-recomended" : "1.0.6",
"1.16.4-latest" : "1.0.6",
"1.16.4-recomended" : "1.0.6",
"1.16.3-latest" : "1.0.6",
"1.16.3-recomended" : "1.0.6",
"1.16.2-latest" : "1.0.6",
"1.16.2-recomended" : "1.0.6",
"1.15.2-latest" : "1.0.6",
"1.15.2-recomended" : "1.0.6",
"1.14.4-latest" : "1.0.6",
"1.14.4-recomended" : "1.0.6",
"1.13.2-latest" : "1.0.6",
"1.13.2-recomended" : "1.0.6",
"1.12.2-latest" : "1.0.6",
"1.12.2-recomended" : "1.0.6",
"1.11.2-latest" : "1.0.6",
"1.11.2-recomended" : "1.0.6",
"1.10.2-latest" : "1.0.6",
"1.10.2-recomended" : "1.0.6",
"1.9.4-latest" : "1.0.6",
"1.9.4-recomended" : "1.0.6"
},
"1.16.5" : {
"1.0.6" : "bug fix",
"1.0.5" : "Added support to 1.16.5"
},
"1.16.4" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Added support to 1.16.4"
},
"1.16.3" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Added support to 1.16.3"
},
"1.16.2" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Added support to 1.16.3",
"1.0.2" : "Framework update to support 1.16.2"
},
"1.15.2" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.15.2"
},
"1.14.4" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.14.4"
},
"1.13.2" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.13.2"
},
"1.12.2" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.12.2"
},
"1.11.2" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.11.2"
},
"1.10.2" : {
"1.0.6" : "bug fix",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.10.2"
},
"1.9.4" : {
"1.0.6" : "bug fix",
"1.0.5" : "Framework update",
"1.0.4" : "Framework update",
"1.0.3" : "Framework update",
"1.0.2" : "Framework update to support 1.16.2",
"1.0.1" : "Minor bug fix",
"1.0.0" : "First release for 1.9.4"
}
}