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

13 lines
No EOL
218 B
JSON

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