aboutsummaryrefslogtreecommitdiff
path: root/defaults/src/main/resources/fabric.mod.json
blob: 004b7a801433b61e7970d223ec130371a33edd91 (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
{
  "schemaVersion": 1,
  "id": "citresewn-defaults",
  "version": "${version}",
  "name": "CIT Resewn - Defaults",
  "description": "Default types and conditions for CIT Resewn",
  "authors": [
    "SHsuperCM"
  ],
  "license": "MIT",
  "icon": "assets/citresewn-defaults/logo.png",

  "environment": "client",
  "entrypoints": {
  },
  "accessWidener" : "citresewn-defaults.accesswidener",
  "mixins": [
    "citresewn-defaults.mixins.json"
  ],
  "custom": {
    "modmenu": {
      "parent": {
        "id": "citresewn"
      }
    }
  },
  "depends": {
    "citresewn": "${version}"
  }
}