blob: b483bd9e73531591cd2d2010aabcfbe0a5606092 (
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
|
{
"schemaVersion": 1,
"id": "citresewn",
"version": "${version}",
"name": "CITResewn",
"description": "Re-implements MCPatcher's CIT",
"authors": [
"SHsuperCM"
],
"contact": {},
"license": "MIT",
"environment": "client",
"entrypoints": {
"client": [
"shcm.shsupercm.fabric.citresewn.CITResewnClient"
]
},
"mixins": [
"citresewn.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.6",
"minecraft": "1.17.1"
}
}
|