aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 54a2f37e0ecb66230ee509b217afbf8429c781f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id": "roughlyenoughitems",
  "name": "RoughlyEnoughItems",
  "description": "To allow players to view items and recipes.",
  "version": "2.0.0.37",
  "side": "client",
  "authors": [
    "Danielshe"
  ],
  "initializers": [
    "me.shedaniel.rei.RoughlyEnoughItemsCore",
    "me.shedaniel.rei.client.ClientHelper"
  ],
  "requires": {
    "fabric": "0.1.4.71"
  },
  "mixins": {
    "client": "roughlyenoughitems.client.json"
  }
}