15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.vladmarica.betterpingdisplay.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"PlayerListHudInvoker",
|
|
"PlayerListHudMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|