aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/riftmod.json
blob: c9fd5734323fecfd9222dd79d60c443090b40f39 (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
{
  "id": "roughlyenoughitems",
  "name": "RoughlyEnoughItems",
  "version": "${version}",
  "authors": [
    "Danielshe"
  ],
  "listeners": [
    {
      "class": "me.shedaniel.rei.REIMixinInit",
      "side": "client",
      "priority": 5
    },
    {
      "class": "me.shedaniel.rei.client.KeyBindHelper",
      "side": "client"
    },
    {
      "class": "me.shedaniel.rei.client.GuiHelper",
      "side": "client",
      "priority": -30
    }
  ],
  "url": "https://shedaniel.me",
  "description": "To allow players to view items and recipes."
}