aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 949a448a53fd607253c1a58c3416215a2b5ef846 (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": "This is an example description! Tell everyone what your mod is about!",
  "version": "1.0-SNAPSHOT",
  "side": "client",
  "authors": [
    "Danielshe"
  ],
  "initializers": [
    "me.shedaniel.Core"
  ],
  "requires": {
    "fabric": "*"
  },
  "mixins": {
    "client": "roughlyenoughitems.client.json"
  }
}