23 lines
631 B
JSON
23 lines
631 B
JSON
{
|
|
"package": "com.r3944realms.leashedplayer.mixin",
|
|
"mixins": [
|
|
"both.MixinEntity",
|
|
"both.MixinLivingEntity",
|
|
"both.MixinPlayer",
|
|
"item.MixinArmorSlotMixin",
|
|
"item.MixinLeadItem",
|
|
"registry.MixinJukeboxSongs",
|
|
"registry.MixinPaintingVariants",
|
|
"server.MixinServerGamePacketListenerImpl"
|
|
],
|
|
"client": [
|
|
"client.MixinLevelRenderer",
|
|
"client.MixinPlayerRenderer",
|
|
"client.MixinPlayerRenderState"
|
|
],
|
|
"refmap": "whimsicality.refmap.json",
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"plugin": "com.r3944realms.leashedplayer.mixin.MixinPlugin"
|
|
} |