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": "${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": "~1.20"
},
"recommends": {
"modmenu": "*",
"cloth-config2": "*"
},
"breaks": {
"canvas": "*"
}
}
|