2021-06-16 21:57:52 +02:00
|
|
|
{
|
2022-05-12 03:42:31 +02:00
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
"refmap": "flywheel.refmap.json",
|
|
|
|
"client": [
|
|
|
|
"BlockEntityRenderDispatcherAccessor",
|
|
|
|
"BlockEntityTypeMixin",
|
|
|
|
"BufferBuilderMixin",
|
|
|
|
"BufferUploaderMixin",
|
|
|
|
"ChunkRebuildHooksMixin",
|
|
|
|
"ClientLevelMixin",
|
|
|
|
"EntityTypeMixin",
|
|
|
|
"FixFabulousDepthMixin",
|
2022-07-23 02:24:41 +02:00
|
|
|
"FogUpdateMixin",
|
2022-05-12 03:42:31 +02:00
|
|
|
"GlStateManagerMixin",
|
|
|
|
"InstanceAddMixin",
|
|
|
|
"InstanceRemoveMixin",
|
|
|
|
"LevelRendererAccessor",
|
2022-06-30 23:29:35 +02:00
|
|
|
"LevelRendererInstanceUpdateMixin",
|
2022-05-12 03:42:31 +02:00
|
|
|
"LevelRendererMixin",
|
|
|
|
"PausedPartialTickAccessor",
|
|
|
|
"RenderTypeMixin",
|
|
|
|
"light.LightUpdateMixin",
|
|
|
|
"light.NetworkLightUpdateMixin",
|
|
|
|
"matrix.Matrix3fMixin",
|
|
|
|
"matrix.Matrix4fMixin",
|
|
|
|
"matrix.PoseStackMixin"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
2022-01-06 07:01:03 +01:00
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|