mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
2fe69350ef
- Free all DrawBuffers on renderer reload - Add flw.debugMemorySafety flag to detect leaked untracked MemoryBlocks - Replace VertexListProviderRegistry with static methods in VertexListProvider and a VertexFormatMixin - Make the DrawBuffer constructor accept a VertexFormat instead of a RenderType - Merge TStack into TransformStack - Move all duck interfaces/extensions to extension package - Make mixin style more consistent
35 lines
883 B
JSON
35 lines
883 B
JSON
{
|
|
"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",
|
|
"FogUpdateMixin",
|
|
"GlStateManagerMixin",
|
|
"InstanceAddMixin",
|
|
"InstanceRemoveMixin",
|
|
"LevelRendererAccessor",
|
|
"LevelRendererInstanceUpdateMixin",
|
|
"LevelRendererMixin",
|
|
"PausedPartialTickAccessor",
|
|
"RenderTypeMixin",
|
|
"VertexFormatMixin",
|
|
"light.LightUpdateMixin",
|
|
"light.NetworkLightUpdateMixin",
|
|
"matrix.Matrix3fMixin",
|
|
"matrix.Matrix4fMixin",
|
|
"matrix.PoseStackMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|