2020-04-16 00:45:18 +02:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.7",
|
|
|
|
"package": "com.minelittlepony.unicopia.mixin",
|
2023-08-17 18:04:51 +02:00
|
|
|
"plugin" : "com.minelittlepony.unicopia.UnicopiaMixinPlugin",
|
2020-06-02 13:36:31 +02:00
|
|
|
"refmap": "unicopia.mixin.refmap.json",
|
2021-12-22 10:15:09 +01:00
|
|
|
"compatibilityLevel": "JAVA_17",
|
2020-04-24 17:10:45 +02:00
|
|
|
"mixins": [
|
2023-05-06 00:22:41 +02:00
|
|
|
"MixinAbstractDecorationEntity",
|
2021-08-08 00:03:22 +02:00
|
|
|
"MixinBlazeEntity",
|
2023-05-17 20:49:38 +02:00
|
|
|
"MixinBlock",
|
2020-09-27 18:49:08 +02:00
|
|
|
"MixinBlockEntity",
|
2023-08-14 21:31:33 +02:00
|
|
|
"MixinBlockEntityType",
|
2020-04-25 22:22:05 +02:00
|
|
|
"MixinBlockItem",
|
2022-09-11 15:42:26 +02:00
|
|
|
"MixinBoatEntity",
|
2021-02-23 22:49:14 +01:00
|
|
|
"MixinBrain",
|
2023-06-07 21:35:29 +02:00
|
|
|
"MixinChunkBlockLightProvider",
|
|
|
|
"MutableBlockLightStorage",
|
2021-03-06 13:27:52 +01:00
|
|
|
"MixinDamageSource",
|
2023-11-08 13:58:31 +01:00
|
|
|
"MixinEnchantmentHelper",
|
2023-06-03 14:38:08 +02:00
|
|
|
"MixinFallLocation",
|
2021-08-04 15:38:03 +02:00
|
|
|
"MixinEntity",
|
2023-10-15 17:51:57 +02:00
|
|
|
"MixinEntityShapeContext",
|
2020-10-10 17:09:49 +02:00
|
|
|
"MixinFallingBlock",
|
2022-03-26 20:34:15 +01:00
|
|
|
"MixinFallingBlockEntity",
|
2022-10-03 23:44:30 +02:00
|
|
|
"MixinFlowableFluid",
|
2020-04-25 22:22:05 +02:00
|
|
|
"MixinItem",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinItemEntity",
|
|
|
|
"MixinLivingEntity",
|
2020-10-09 18:00:55 +02:00
|
|
|
"MixinMilkBucketItem",
|
2021-02-16 12:39:39 +01:00
|
|
|
"MixinMobEntity",
|
2021-01-29 17:37:41 +01:00
|
|
|
"MixinPersistentProjectileEntity",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinPlayerEntity",
|
2023-05-17 20:49:38 +02:00
|
|
|
"MixinPlayerInventory",
|
2023-08-09 18:53:05 +02:00
|
|
|
"MixinPlayerManager",
|
2022-09-21 23:19:29 +02:00
|
|
|
"MixinPowderSnowBlock",
|
2020-04-24 17:10:45 +02:00
|
|
|
"MixinProjectileEntity",
|
2023-11-08 13:58:31 +01:00
|
|
|
"MixinPufferfishEntity",
|
2020-09-24 14:49:02 +02:00
|
|
|
"MixinServerPlayerEntity",
|
2021-08-26 18:51:58 +02:00
|
|
|
"MixinServerPlayNetworkHandler",
|
2021-01-27 19:07:16 +01:00
|
|
|
"MixinServerWorld",
|
2023-04-30 13:34:20 +02:00
|
|
|
"MixinSleepManager",
|
2020-09-24 19:08:06 +02:00
|
|
|
"MixinSheepEntity",
|
2020-09-24 14:49:02 +02:00
|
|
|
"MixinShulkerEntity",
|
2022-10-07 17:52:45 +02:00
|
|
|
"MixinStateManager",
|
|
|
|
"MixinStateManagerBuilder",
|
|
|
|
"MixinBlockState",
|
2020-10-10 16:27:07 +02:00
|
|
|
"MixinTargetPredicate",
|
2023-10-09 23:05:41 +02:00
|
|
|
"MixinWardenEntity",
|
2021-02-23 17:09:24 +01:00
|
|
|
"MixinWorld",
|
2022-09-21 15:08:52 +02:00
|
|
|
"MixinWorldChunk",
|
|
|
|
"trinkets.MixinTrinketSurvivalSlot",
|
|
|
|
"trinkets.MixinTrinketItem",
|
2022-09-21 17:12:01 +02:00
|
|
|
"trinkets.MixinTrinketInventory",
|
2023-09-08 14:02:42 +02:00
|
|
|
"trinkets.MixinScreenHandler",
|
2023-09-11 00:28:53 +02:00
|
|
|
"seasons.MixinFertilizableUtil",
|
|
|
|
"ad_astra.MixinOxygenUtils"
|
2020-04-16 00:45:18 +02:00
|
|
|
],
|
|
|
|
"client": [
|
2022-03-27 17:47:52 +02:00
|
|
|
"client.MixinAnimalModel",
|
2021-02-03 21:25:42 +01:00
|
|
|
"client.MixinArmorFeatureRenderer",
|
2023-11-09 20:19:35 +01:00
|
|
|
"client.MixinBackgroundRenderer",
|
2020-04-16 00:45:18 +02:00
|
|
|
"client.MixinCamera",
|
2023-10-10 20:06:38 +02:00
|
|
|
"client.MixinClientWorld",
|
2020-04-22 16:28:20 +02:00
|
|
|
"client.MixinEntityRenderDispatcher",
|
2020-04-16 00:45:18 +02:00
|
|
|
"client.MixinGameRenderer",
|
2023-01-09 01:25:52 +01:00
|
|
|
"client.MixinHeldItemRenderer",
|
2020-09-22 15:11:20 +02:00
|
|
|
"client.MixinInGameHud",
|
2022-08-27 18:07:26 +02:00
|
|
|
"client.MixinInGameHud$HeartType",
|
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",
|
2022-01-03 21:54:07 +01:00
|
|
|
"client.MixinLivingEntityRenderer",
|
2023-09-14 00:15:21 +02:00
|
|
|
"client.MixinModelPart",
|
2021-01-26 21:32:19 +01:00
|
|
|
"client.MixinMouse",
|
2022-01-02 22:53:44 +01:00
|
|
|
"client.MixinPlayerEntityRenderer",
|
2021-11-14 00:17:43 +01:00
|
|
|
"client.MixinTooltipComponent",
|
2022-12-24 21:12:54 +01:00
|
|
|
"client.MixinTranslationStorage",
|
2022-09-20 18:17:02 +02:00
|
|
|
"client.MixinWorldRenderer",
|
2022-09-22 12:13:36 +02:00
|
|
|
"client.sodium.MixinSodiumWorldRenderer",
|
|
|
|
"trinkets.MixinTrinketCreativeSlot"
|
2020-04-16 00:45:18 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|