mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"required": true,
|
|
"package": "com.aizistral.nochatrestrictions.mixins",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"minVersion": "0.8",
|
|
"refmap": "nochatrestrictions.refmap.json",
|
|
"mixins": [],
|
|
"client": [
|
|
"MixinMinecraft"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|