pixelchat/mod-fabric/resources/pixelchat.mixins.json

14 lines
220 B
JSON
Raw Normal View History

2024-12-15 19:45:32 +00:00
{
"required": true,
"package": "eu.e99.pixelchat.fabric.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ChatScreenMixin"
],
"injectors": {
"defaultRequire": 1
},
"client": [
"MessageHandlerMixin"
]
}