-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathversions.json
More file actions
40 lines (40 loc) · 1.11 KB
/
versions.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/alwayseat",
"1.12.2": {
"1.1": "- Made foods added through mantle also edible\n"
},
"1.13.2": {
"2.0": "- Updated to 1.13.2"
},
"1.14.2": {
"3.0": "- Update to 1.14.2"
},
"1.16.1": {
"4.0": "- Update to 1.16.1. \n Fix issues with config syncing"
},
"1.18.2": {
"5.0": "- Update to 1.18.2. \n- Complete rewrite to hopefully fix all server sync problems",
"5.1": "- Code changes to make updating more stable (hopefully)\n- Update config to not require world restart\n"
},
"1.19.2": {
"5.2": "- Update to 1.19.2."
},
"promos": {
"1.12.2-latest": "1.1",
"1.12.2-recommended": "1.1",
"1.13.2-latest": "2.0",
"1.13.2-recommended": "2.0",
"1.14.2-latest": "3.0",
"1.14.2-recommended": "3.0",
"1.16.1-latest": "4.0",
"1.16.1-recommended": "4.0",
"1.16.2-latest": "4.0",
"1.16.2-recommended": "4.0",
"1.16.3-latest": "4.0",
"1.16.3-recommended": "4.0",
"1.18.2-latest": "5.1",
"1.18.2-recommended": "5.1",
"1.19.2-latest": "5.2",
"1.19.2-recommended": "5.2"
}
}