blob: be5423280a4d12299f850361a3d37eaf3e8cee4f (
plain)
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
|
{
"latest": [
{
"game": "19w04a",
"mod": "2.2.0.48"
},
{
"game": "19w04b",
"mod": "2.2.0.48"
},
{
"game": "19w05a",
"mod": "2.2.0.49"
}
],
"changelogs": {
"fabric": [
{
"version": "2.2.0.48",
"text": "Added a version checker, an option to mirror the item panel and fixed interacting with REI when hidden.",
"level": "light"
},
{
"version": "2.2.0.49",
"text": "Fixed Crashing when rendering tooltips",
"level": "normal"
}
]
}
}
|