mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 13:56:04 +01:00
3ce1345d6a
- Add flywheel$ prefix to mixin duck interfaces/accessors - Better chat messages for /flywheel backend command - Track VAO via vanilla
32 lines
902 B
JSON
32 lines
902 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"BufferBuilderMixin",
|
|
"BufferUploaderAccessor",
|
|
"CancelEntityRenderMixin",
|
|
"ChunkRebuildHooksMixin",
|
|
"FixFabulousDepthMixin",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LevelRendererAccessor",
|
|
"PausedPartialTickAccessor",
|
|
"RenderHooksMixin",
|
|
"RenderTexturesMixin",
|
|
"ShaderCloseMixin",
|
|
"ShaderInstanceAccessor",
|
|
"atlas.AtlasDataMixin",
|
|
"atlas.SheetDataAccessor",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"matrix.Matrix3fMixin",
|
|
"matrix.Matrix4fMixin",
|
|
"matrix.PoseStackMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|