pixelchat/mod-fabric/resources/pixelchat.mixins.json
2024-12-15 21:53:29 +01:00

12 lines
No EOL
200 B
JSON

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