mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
f1e63106fc
- Implement alternate backend using SBBs
30 lines
834 B
JSON
30 lines
834 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "flywheel.refmap.json",
|
|
"client": [
|
|
"BufferBuilderMixin",
|
|
"CancelEntityRenderMixin",
|
|
"ChunkRebuildHooksMixin",
|
|
"FixFabulousDepthMixin",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LevelRendererAccessor",
|
|
"PausedPartialTickAccessor",
|
|
"RenderHooksMixin",
|
|
"RenderTexturesMixin",
|
|
"ShaderCloseMixin",
|
|
"atlas.AtlasDataMixin",
|
|
"atlas.SheetDataAccessor",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"matrix.Matrix3fMixin",
|
|
"matrix.Matrix4fMixin",
|
|
"matrix.PoseStackMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|