aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: f7bc1dc1360d162fae17fbf869afdfe90a69801b (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
32
33
34
35
{
  "schemaVersion": 1,
  "id": "citresewn",
  "version": "${mod_version}",
  "name": "CIT Resewn",
  "description": "Re-implements MCPatcher's CIT",
  "authors": [
    "SHsuperCM"
  ],
  "license": "MIT",
  "icon": "assets/citresewn/logo.png",
  "contact": {
    "homepage": "https://citresewn.shcm.io/",
    "sources": "https://github.com/SHsuperCM/CITResewn",
    "issues": "https://github.com/SHsuperCM/CITResewn/issues"
  },

  "environment": "client",
  "accessWidener" : "citresewn.accesswidener",
  "mixins": [
    "citresewn.mixins.json"
  ],
  "depends": {
    "fabric": "*",
    "fabricloader": "*",
    "minecraft": "${mod_target_mc}"
  },
  "recommends": {
    "modmenu": "*",
    "cloth-config2": "*"
  },
  "breaks": {
    "canvas": "*"
  }
}