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

12 lines
200 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",
"injectors": {
"defaultRequire": 1
},
"client": [
2024-12-15 20:53:29 +00:00
"ChatScreenMixin",
"BossBarHudMixin"
2024-12-15 19:45:32 +00:00
]
}