2021-06-16 21:57:52 +02:00
|
|
|
{
|
2021-06-23 05:06:00 +02:00
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.jozufozu.flywheel.mixin",
|
2021-09-15 22:46:38 +02:00
|
|
|
"compatibilityLevel": "JAVA_16",
|
2021-06-23 05:06:00 +02:00
|
|
|
"refmap": "flywheel.refmap.json",
|
|
|
|
"client": [
|
2021-11-18 23:59:39 +01:00
|
|
|
"CancelEntityRenderMixin",
|
|
|
|
"ChunkRebuildHooksMixin",
|
|
|
|
"FixFabulousDepthMixin",
|
2021-09-17 05:03:45 +02:00
|
|
|
"InstanceAddMixin",
|
2021-09-17 23:20:35 +02:00
|
|
|
"InstanceRemoveMixin",
|
2021-09-27 04:40:53 +02:00
|
|
|
"LeakChunkStorageArrayMixin",
|
2021-11-18 23:59:39 +01:00
|
|
|
"LevelRendererAccessor",
|
2021-11-10 01:48:54 +01:00
|
|
|
"PausedPartialTickAccessor",
|
2021-11-18 23:59:39 +01:00
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
2021-11-24 00:07:31 +01:00
|
|
|
"ShaderInstanceMixin",
|
|
|
|
"atlas.AtlasDataMixin",
|
|
|
|
"atlas.SheetDataAccessor",
|
|
|
|
"light.LightUpdateMixin",
|
|
|
|
"light.NetworkLightUpdateMixin",
|
|
|
|
"matrix.Matrix3fMixin",
|
|
|
|
"matrix.Matrix4fMixin",
|
|
|
|
"matrix.PoseStackMixin"
|
2021-06-23 05:06:00 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
2021-09-17 05:03:45 +02:00
|
|
|
"defaultRequire": 1
|
2021-06-23 05:06:00 +02:00
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|