aboutsummaryrefslogtreecommitdiff
path: root/version.json
blob: a9b82644b7572f746c5812817c3814617793b5d5 (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
{
  "latest": [
    {
      "game": "1.13",
      "mod": "2.2.0.16"
    },
    {
      "game": "1.13.2",
      "mod": "2.3.0.17"
    }
  ],
  "changelogs": {
    "rift": [
      {
        "version": "2.2.0.16",
        "text": "Added a version checker, an option to mirror the item panel and fixed interacting with REI when hidden.",
        "level": "light"
      },
      {
        "version": "2.3.0.17",
        "text": "Fixed lots of bugs",
        "level": "useful"
      }
    ]
  }
}