aboutsummaryrefslogtreecommitdiff
path: root/version.json
blob: 44c024ee731ef232bf9243e64fa0a01685a9951a (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
{
  "latest": [
    {
      "game": "1.13",
      "mod": "2.2.0.16"
    },
    {
      "game": "1.13.2",
      "mod": "2.3.0.18"
    }
  ],
  "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"
      },
      {
        "version": "2.3.0.18",
        "text": "Fixed Optifine Conflict",
        "level": "useful"
      }
    ]
  }
}