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": [
|
|
|
|
"CancelEntityRenderMixin",
|
2021-09-27 07:17:14 +02:00
|
|
|
"ChunkRebuildHooksMixin",
|
2021-06-23 05:06:00 +02:00
|
|
|
"FixFabulousDepthMixin",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
2021-07-12 23:52:54 +02:00
|
|
|
"atlas.AtlasDataMixin",
|
|
|
|
"atlas.SheetDataAccessor",
|
2021-06-23 05:06:00 +02:00
|
|
|
"light.LightUpdateMixin",
|
2021-07-19 03:00:09 +02:00
|
|
|
"light.NetworkLightUpdateMixin",
|
2021-09-17 05:03:45 +02:00
|
|
|
"LevelRendererAccessor",
|
|
|
|
"InstanceAddMixin",
|
2021-09-17 23:20:35 +02:00
|
|
|
"InstanceRemoveMixin",
|
2021-09-27 04:40:53 +02:00
|
|
|
"LeakChunkStorageArrayMixin",
|
|
|
|
"PausedPartialTickAccessor"
|
2021-06-23 05:06:00 +02:00
|
|
|
],
|
2021-09-27 06:15:02 +02:00
|
|
|
"mixins": [
|
|
|
|
"matrix.Matrix3fMixin",
|
|
|
|
"matrix.Matrix4fMixin"
|
|
|
|
],
|
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
|
|
|
}
|