15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.github.mirko.neoclient.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"ChatScreenMixin",
|
|
"ClientPlayerEntityMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|