15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.github.hhhzzzsss.songplayer.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"ClientPlayerEntityMixin",
|
|
"ClientPlayNetworkHandlerMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|