13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "shadow.fabric.mixin.client.rendering",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"client": [
|
|
"MixinArmorFeatureRenderer",
|
|
"MixinItem"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|