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

13 lines
233 B
JSON
Raw Permalink Normal View History

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