-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathupdate.json
38 lines (38 loc) · 1.23 KB
/
update.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
{
"homepage": "https://github.com/Maxwell-lt/TitleChanger/",
"1.10.2": {
"1.1.4": "Fix crash when mod is installed on a server",
"1.1.3": "Update to 1.12.2",
"1.1.2": "Fix update checker",
"1.1.1": "Only refresh the title bar every tick if %time% is in the title string",
"1.1.0": "Added runtime replacements",
"1.0": "First version"
},
"1.11.2": {
"1.1.4": "Fix crash when mod is installed on a server",
"1.1.3": "Update to 1.12.2",
"1.1.2": "Fix update checker",
"1.1.1": "Only refresh the title bar every tick if %time% is in the title string",
"1.1.0": "Added runtime replacements",
"1.0": "First version"
},
"1.12.2": {
"1.1.4": "Fix crash when mod is installed on a server",
"1.1.3": "Update to 1.12.2"
},
"1.14.4": {
"2.2": "Fixed generation of a useless config file, added update checking",
"2.1": "Added a handful of new features, including the ability to display the player's current location",
"2.0-b1": "Initial release for Minecraft 1.14"
},
"1.15.2": {
"3.1.0": "Ported to 1.15"
},
"promos": {
"1.10.2-latest": "1.1.4",
"1.11.2-latest": "1.1.4",
"1.12.2-latest": "1.1.4",
"1.14.4-latest": "2.2",
"1.15.2-latest": "3.1.0"
}
}