2020-04-16 00:45:18 +02:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.7",
|
|
|
|
"package": "com.minelittlepony.unicopia.mixin",
|
2020-06-02 13:36:31 +02:00
|
|
|
"refmap": "unicopia.mixin.refmap.json",
|
2020-04-16 00:45:18 +02:00
|
|
|
"compatibilityLevel": "JAVA_8",
|
2020-04-24 17:10:45 +02:00
|
|
|
"mixins": [
|
2020-09-27 18:49:08 +02:00
|
|
|
"MixinBlockEntity",
|
2020-04-25 22:22:05 +02:00
|
|
|
"MixinBlockItem",
|
2020-10-10 17:09:49 +02:00
|
|
|
"MixinFallingBlock",
|
2020-04-25 22:22:05 +02:00
|
|
|
"MixinItem",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinItemEntity",
|
2020-09-22 15:11:20 +02:00
|
|
|
"MixinItems",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinLivingEntity",
|
2020-10-09 18:00:55 +02:00
|
|
|
"MixinMilkBucketItem",
|
2021-01-29 17:37:41 +01:00
|
|
|
"MixinPersistentProjectileEntity",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinPlayerEntity",
|
|
|
|
"MixinProjectileEntity",
|
2020-09-24 14:49:02 +02:00
|
|
|
"MixinServerPlayerEntity",
|
2021-01-27 19:07:16 +01:00
|
|
|
"MixinServerWorld",
|
2020-09-24 19:08:06 +02:00
|
|
|
"MixinSheepEntity",
|
2020-09-24 14:49:02 +02:00
|
|
|
"MixinShulkerEntity",
|
2020-10-10 16:27:07 +02:00
|
|
|
"MixinTargetPredicate",
|
|
|
|
"MixinWorld"
|
2020-04-16 00:45:18 +02:00
|
|
|
],
|
|
|
|
"client": [
|
2021-02-03 21:25:42 +01:00
|
|
|
"client.MixinArmorFeatureRenderer",
|
2020-04-16 00:45:18 +02:00
|
|
|
"client.MixinCamera",
|
2020-10-04 12:59:07 +02:00
|
|
|
"client.MixinClientPlayerInteractionManager",
|
2020-04-22 16:28:20 +02:00
|
|
|
"client.MixinEntityRenderDispatcher",
|
2020-04-16 00:45:18 +02:00
|
|
|
"client.MixinGameRenderer",
|
2020-09-22 15:11:20 +02:00
|
|
|
"client.MixinInGameHud",
|
2021-01-21 09:41:28 +01:00
|
|
|
"client.MixinItem",
|
2020-04-26 22:40:55 +02:00
|
|
|
"client.MixinItemModels",
|
2020-04-16 00:45:18 +02:00
|
|
|
"client.MixinKeyboardInput",
|
2020-09-25 20:24:48 +02:00
|
|
|
"client.MixinLightmapTextureManager",
|
2021-01-26 21:32:19 +01:00
|
|
|
"client.MixinMouse",
|
|
|
|
"client.MixinWorldRenderer"
|
2020-04-16 00:45:18 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|