14 lines
220 B
JSON
14 lines
220 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"package": "eu.e99.pixelchat.fabric.mixin",
|
||
|
"compatibilityLevel": "JAVA_21",
|
||
|
"mixins": [
|
||
|
"ChatScreenMixin"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
},
|
||
|
"client": [
|
||
|
"MessageHandlerMixin"
|
||
|
]
|
||
|
}
|