-
Notifications
You must be signed in to change notification settings - Fork 4
/
versions.json
37 lines (37 loc) · 1.53 KB
/
versions.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
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/simply-cats/files/all",
"1.20.1": {
"1.20.1-0.2.3": "Fixed litter box crash & added back cat bowls!",
"1.20.1-0.2.2": "Initial port! Nothing new yet."
},
"1.19.2": {
"1.19.2-0.2.3": "Fixed litter box crash & added back cat bowls!",
"1.19.2-0.2.2": "Initial port! Nothing new yet."
},
"1.18.2": {
"1.18.2-0.2.3": "Fixed litter box crash & added back cat bowls!",
"1.18.2-0.2.2": "Initial port! Nothing new yet."
},
"1.16.5": {
"1.16.5-0.2.2": "Fixed kittens not inheriting Inhibitor properly",
"1.16.5-0.2.1": "Fixed kittens crashing and corrupting worlds",
"1.16.5-0.2.0": "Added Color inhibitor gene (silver tabbies and smokes), blue-eyed and red-eyed albino alleles (true albino cats), and more see full log uploaded with curseforge file"
},
"1.12.2": {
"1.12.2-0.2.2": "Fixed kittens not inheriting Inhibitor properly",
"1.12.2-0.2.1": "Fixed kittens crashing and corrupting worlds",
"1.12.2-0.2.0": "Added Color inhibitor gene (silver tabbies and smokes), blue-eyed and red-eyed albino alleles (true albino cats)"
},
"promos": {
"1.20.1-latest": "1.19.2-0.2.3",
"1.20.1-recommended": "1.19.2-0.2.3",
"1.19.2-latest": "1.19.2-0.2.3",
"1.19.2-recommended": "1.19.2-0.2.3",
"1.18.2-latest": "1.18.2-0.2.3",
"1.18.2-recommended": "1.18.2-0.2.3",
"1.16.5-latest": "1.16.5-0.2.2",
"1.16.5-recommended": "1.16.5-0.2.2",
"1.12.2-latest": "1.12.2-0.2.2",
"1.12.2-recommended": "1.12.2-0.2.2"
}
}