pixelchat/mod-fabric/resources/pixelchat.mixins.json
2024-12-15 20:45:32 +01:00

14 lines
No EOL
220 B
JSON

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