2021-06-16 21:57:52 +02:00
|
|
|
{
|
2021-12-06 10:47:52 +01:00
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.jozufozu.flywheel.mixin",
|
2021-12-08 21:16:01 +01:00
|
|
|
"compatibilityLevel": "JAVA_17",
|
2021-12-06 10:47:52 +01:00
|
|
|
"refmap": "flywheel.refmap.json",
|
|
|
|
"client": [
|
2022-01-04 06:41:08 +01:00
|
|
|
"BlockEntityTypeMixin",
|
2021-12-15 09:35:48 +01:00
|
|
|
"BufferBuilderMixin",
|
2021-12-24 10:45:38 +01:00
|
|
|
"BufferUploaderAccessor",
|
2021-12-06 10:47:52 +01:00
|
|
|
"CancelEntityRenderMixin",
|
|
|
|
"ChunkRebuildHooksMixin",
|
2022-01-04 06:41:08 +01:00
|
|
|
"EntityTypeMixin",
|
2021-12-06 10:47:52 +01:00
|
|
|
"FixFabulousDepthMixin",
|
|
|
|
"InstanceAddMixin",
|
|
|
|
"InstanceRemoveMixin",
|
|
|
|
"LevelRendererAccessor",
|
|
|
|
"PausedPartialTickAccessor",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"RenderTexturesMixin",
|
|
|
|
"ShaderCloseMixin",
|
2021-12-17 08:10:24 +01:00
|
|
|
"ShaderInstanceAccessor",
|
2021-12-06 10:47:52 +01:00
|
|
|
"atlas.AtlasDataMixin",
|
|
|
|
"atlas.SheetDataAccessor",
|
|
|
|
"light.LightUpdateMixin",
|
|
|
|
"light.NetworkLightUpdateMixin",
|
|
|
|
"matrix.Matrix3fMixin",
|
|
|
|
"matrix.Matrix4fMixin",
|
|
|
|
"matrix.PoseStackMixin"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|