-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.json
24 lines (24 loc) · 1.15 KB
/
version.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
{
"homepage": "https://minecraft.curseforge.com/projects/commander",
"1.10.2": {
"1.0.1": "Second update of Commander mod. This update now makes Commander mod depend upon McLib (version 1.0.2) mod, and also adds multiple commands in line parsing.",
"1.0": "Initial release of Commander adds very basic features."
},
"1.11.2": {
"1.0.1": "Second update of Commander mod. This update now makes Commander mod depend upon McLib (version 1.0.2) mod, and also adds multiple commands in line parsing.",
"1.0": "Initial release of Commander adds very basic features."
},
"1.12.2": {
"1.1": "This update was updated to McLib 2.3.",
"1.0.1": "Second update of Commander mod. This update now makes Commander mod depend upon McLib (version 1.0.2) mod, and also adds multiple commands in line parsing.",
"1.0": "Initial release of Commander adds very basic features."
},
"promos": {
"1.10.2-latest": "1.0.1",
"1.10.2-recommended": "1.0.1",
"1.11.2-latest": "1.0.1",
"1.11.2-recommended": "1.0.1",
"1.12.2-latest": "1.1",
"1.12.2-recommended": "1.1"
}
}