-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
74 lines (74 loc) · 1.76 KB
/
settings.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
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
{
"versions": [
{
"version": "1.14.4",
"platforms": "fabric\nforge",
"game_versions": "1.14\n1.14.1\n1.14.2\n1.14.3\n1.14.4"
},
{
"version": "1.15.2",
"platforms": "fabric\nforge",
"game_versions": "1.15\n1.15.1\n1.15.2"
},
{
"version": "1.16.5",
"platforms": "fabric\nforge",
"game_versions": "1.16\n1.16.1\n1.16.2\n1.16.3\n1.16.4\n1.16.5"
},
{
"version": "1.17.1",
"platforms": "fabric\nforge",
"game_versions": "1.17\n1.17.1"
},
{
"version": "1.18.2",
"platforms": "fabric\nforge",
"game_versions": "1.18\n1.18.1\n1.18.2\n1.18.3\n1.18.4"
},
{
"version": "1.19.2",
"platforms": "fabric\nforge",
"game_versions": "1.19\n1.19.1\n1.19.2"
},
{
"version": "1.19.4",
"platforms": "fabric\nforge\npaper",
"game_versions": "1.19.3\n1.19.4"
},
{
"version": "1.20.1",
"platforms": "fabric\nforge\npaper",
"game_versions": "1.20\n1.20.1"
},
{
"version": "1.20.2",
"platforms": "fabric\nforge\npaper",
"game_versions": "1.20.2"
},
{
"version": "1.20.4",
"platforms": "fabric\nforge\npaper",
"game_versions": "1.20.3\n1.20.4"
},
{
"version": "1.20.6",
"platforms": "fabric\nforge\npaper\nneoforge",
"game_versions": "1.20.5\n1.20.6"
},
{
"version": "1.21.1",
"platforms": "fabric\nforge\npaper\nneoforge",
"game_versions": "1.21\n1.21.1"
},
{
"version": "1.21.3",
"platforms": "fabric\nforge\npaper\nneoforge",
"game_versions": "1.21.2\n1.21.3"
},
{
"version": "1.21.4",
"platforms": "fabric\nforge\nneoforge",
"game_versions": "1.21.4"
}
]
}