aboutsummaryrefslogtreecommitdiff
path: root/version.json
blob: be0c8343158db6a25681c8ffed94bb365008eb50 (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
31
32
33
34
35
36
37
38
39
{
  "latest": [
    {
      "game": "19w04a",
      "mod": "2.2.0.48"
    },
    {
      "game": "19w04b",
      "mod": "2.2.0.48"
    },
    {
      "game": "19w05a",
      "mod": "2.2.0.49"
    },
    {
      "game": "19w06a",
      "mod": "2.2.0.50"
    }
  ],
  "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"
      },
      {
        "version": "2.2.0.50",
        "text": "Updated to 19w06a",
        "level": "none"
      }
    ]
  }
}