2021-01-13 06:58:40 +01:00
|
|
|
{
|
2022-06-01 03:00:44 +02:00
|
|
|
"required": true,
|
|
|
|
"priority": 1100,
|
|
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_16",
|
|
|
|
"refmap": "create.refmap.json",
|
|
|
|
"mixins": [
|
2022-11-06 05:13:35 +01:00
|
|
|
"ClientboundMapItemDataPacketMixin",
|
|
|
|
"ContraptionDriverInteractMixin",
|
2022-06-01 03:00:44 +02:00
|
|
|
"CustomItemUseEffectsMixin",
|
|
|
|
"MapItemSavedDataMixin",
|
|
|
|
"accessor.AbstractProjectileDispenseBehaviorAccessor",
|
|
|
|
"accessor.DispenserBlockAccessor",
|
|
|
|
"accessor.FallingBlockEntityAccessor",
|
|
|
|
"accessor.LivingEntityAccessor",
|
|
|
|
"accessor.ServerLevelAccessor"
|
|
|
|
],
|
|
|
|
"client": [
|
2022-11-10 01:52:22 +01:00
|
|
|
"BlockDestructionProgressMixin",
|
2022-06-08 02:16:07 +02:00
|
|
|
"CameraMixin",
|
2022-06-01 03:00:44 +02:00
|
|
|
"EntityContraptionInteractionMixin",
|
|
|
|
"FixNormalScalingMixin",
|
|
|
|
"GameRendererMixin",
|
|
|
|
"HeavyBootsOnPlayerMixin",
|
2022-11-10 01:52:22 +01:00
|
|
|
"LevelRendererMixin",
|
2022-11-06 05:13:35 +01:00
|
|
|
"MapRendererMapInstanceMixin",
|
2022-06-01 03:00:44 +02:00
|
|
|
"ModelDataRefreshMixin",
|
|
|
|
"WindowResizeMixin",
|
|
|
|
"accessor.AgeableListModelAccessor",
|
|
|
|
"accessor.GameRendererAccessor",
|
|
|
|
"accessor.ParticleEngineAccessor"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
},
|
|
|
|
"minVersion": "0.8"
|
2021-04-09 23:48:44 +02:00
|
|
|
}
|