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