aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 3ab2b9bb81839aafb06ce9f17973ebcd84ffcd5f (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
31
{
  "schemaVersion": 1,
  "id": "citresewn",
  "version": "${version}",
  "name": "CITResewn",
  "description": "Re-implements MCPatcher's CIT",
  "authors": [
    "SHsuperCM"
  ],
  "license": "MIT",
  "icon": "assets/citresewn/logo.png",

  "environment": "client",
  "entrypoints": {
    "client": [
      "shcm.shsupercm.fabric.citresewn.CITResewn"
    ],
    "modmenu": [
      "shcm.shsupercm.fabric.citresewn.config.CITResewnModMenu"
    ]
  },
  "accessWidener" : "citresewn.accesswidener",
  "mixins": [
    "citresewn.mixins.json"
  ],
  "depends": {
    "fabric": "*",
    "fabricloader": "*",
    "minecraft": "1.18.x"
  }
}