pixelchat/mod-fabric/resources/pixelchat.mixins.json
2024-12-16 17:49:57 +01:00

13 lines
No EOL
233 B
JSON

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