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