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": [
|
|
|
|
"CustomItemUseEffectsMixin",
|
|
|
|
"MapItemSavedDataMixin",
|
2022-06-21 19:43:53 +02:00
|
|
|
"ContraptionDriverInteractMixin",
|
2022-06-01 03:00:44 +02:00
|
|
|
"accessor.AbstractProjectileDispenseBehaviorAccessor",
|
|
|
|
"accessor.DispenserBlockAccessor",
|
|
|
|
"accessor.FallingBlockEntityAccessor",
|
|
|
|
"accessor.LivingEntityAccessor",
|
|
|
|
"accessor.ServerLevelAccessor"
|
|
|
|
],
|
|
|
|
"client": [
|
2022-06-08 02:16:07 +02:00
|
|
|
"CameraMixin",
|
2022-06-01 03:00:44 +02:00
|
|
|
"DestroyProgressMixin",
|
|
|
|
"EntityContraptionInteractionMixin",
|
|
|
|
"FixNormalScalingMixin",
|
|
|
|
"GameRendererMixin",
|
|
|
|
"HeavyBootsOnPlayerMixin",
|
|
|
|
"MapRendererMixin",
|
|
|
|
"ModelDataRefreshMixin",
|
|
|
|
"WindowResizeMixin",
|
|
|
|
"accessor.AgeableListModelAccessor",
|
|
|
|
"accessor.GameRendererAccessor",
|
|
|
|
"accessor.ParticleEngineAccessor"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
},
|
|
|
|
"minVersion": "0.8"
|
2021-04-09 23:48:44 +02:00
|
|
|
}
|