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