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
36
|
{
"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",
"contact": {
"homepage": "https://citresewn.shcm.io/",
"sources": "https://github.com/SHsuperCM/CITResewn",
"issues": "https://github.com/SHsuperCM/CITResewn/issues"
},
"environment": "client",
"accessWidener" : "citresewn-defaults.accesswidener",
"mixins": [
"citresewn-defaults.mixins.json"
],
"custom": {
"modmenu": {
"parent": {
"id": "citresewn"
}
}
},
"depends": {
"citresewn": "${version}"
},
"conflicts": {
"eatinganimationid": "*"
}
}
|