22 lines
544 B
JSON
22 lines
544 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "top.leisuretimedock.animationcore.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "animcore.refmap.json",
|
|
"priority": -255,
|
|
"plugin": "top.leisuretimedock.animationcore.mixin.AnimCoreMixinPlugin",
|
|
"mixins": [
|
|
"animation.MixinEntity",
|
|
"animation.client.MixinPlayerAnimationFactoryHolder"
|
|
],
|
|
"client": [
|
|
"animation.client.MixinEntity",
|
|
"animation.client.MixinHumanoidModel",
|
|
"animation.client.MixinKeyframeAnimationPlayer"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|