|
7 | 7 | "mixins": [ |
8 | 8 | ], |
9 | 9 | "client": [ |
10 | | - "window.WindowMixin", |
11 | | - "window.WindowAccessor", |
12 | | - |
13 | | - "chunk.ClientPacketListenerM", |
14 | 10 | "chunk.ClientChunkCacheM", |
| 11 | + "chunk.ClientPacketListenerM", |
15 | 12 | "chunk.DirectionMixin", |
16 | 13 | "chunk.FrustumMixin", |
17 | 14 | "chunk.LevelRendererMixin", |
18 | 15 | "chunk.SectionBufferBuilderPoolM", |
19 | 16 | "chunk.SectionRenderDispatcherM", |
20 | 17 | "chunk.ViewAreaM", |
21 | 18 | "chunk.VisibilitySetMixin", |
22 | | - |
23 | 19 | "compatibility.EffectInstanceM", |
| 20 | + "compatibility.PostChainM", |
| 21 | + "compatibility.PostPassM", |
24 | 22 | "compatibility.ProgramM", |
25 | 23 | "compatibility.UniformM", |
26 | 24 | "compatibility.gl.GL11M", |
27 | 25 | "compatibility.gl.GL15M", |
28 | 26 | "compatibility.gl.GL30M", |
29 | | - |
30 | | - "debug.crash_report.SystemReportM", |
31 | 27 | "debug.DebugScreenOverlayM", |
32 | 28 | "debug.GlDebugInfoM", |
33 | 29 | "debug.KeyboardHandlerM", |
34 | | - |
| 30 | + "debug.crash_report.SystemReportM", |
35 | 31 | "matrix.Matrix4fM", |
36 | 32 | "matrix.PoseAccessor", |
37 | | - |
| 33 | + "profiling.ClientMetricsSamplersProviderMixin", |
38 | 34 | "profiling.GuiMixin", |
39 | 35 | "profiling.KeyboardHandlerM", |
40 | 36 | "profiling.LevelRendererMixin", |
41 | | - |
42 | 37 | "render.BufferUploaderM", |
43 | 38 | "render.GameRendererMixin", |
44 | 39 | "render.GlProgramManagerMixin", |
|
69 | 64 | "render.vertex.IndexTypeMixin", |
70 | 65 | "render.vertex.VertexBufferM", |
71 | 66 | "render.vertex.VertexFormatMixin", |
72 | | - |
73 | | - "screen.ScreenM", |
74 | 67 | "screen.OptionsScreenM", |
75 | | - |
76 | | - "texture.mip.MipmapGeneratorM", |
| 68 | + "screen.ScreenM", |
| 69 | + "texture.MAbstractTexture", |
| 70 | + "texture.MTextureUtil", |
77 | 71 | "texture.image.MNativeImage", |
78 | 72 | "texture.image.NativeImageAccessor", |
| 73 | + "texture.mip.MipmapGeneratorM", |
79 | 74 | "texture.update.GameRendererM", |
80 | 75 | "texture.update.MLightTexture", |
81 | 76 | "texture.update.MSpriteContents", |
82 | 77 | "texture.update.MTextureManager", |
83 | | - "texture.MAbstractTexture", |
84 | | - "texture.MTextureUtil", |
85 | | - |
86 | 78 | "util.ScreenshotRecorderM", |
87 | | - |
88 | 79 | "vertex.EntityOutlineGeneratorM", |
89 | 80 | "vertex.SpriteCoordinateExpanderM", |
90 | 81 | "vertex.VertexMultiConsumersM$DoubleM", |
91 | 82 | "vertex.VertexMultiConsumersM$MultipleM", |
92 | 83 | "vertex.VertexMultiConsumersM$SheetDecalM", |
93 | | - |
| 84 | + "voxel.VoxelShapeMixin", |
94 | 85 | "wayland.InputConstantsM", |
95 | 86 | "wayland.MinecraftMixin", |
96 | | - |
97 | | - "texture.mip.MipmapGeneratorM", |
98 | | - |
99 | | - "compatibility.PostChainM", |
100 | | - "compatibility.PostPassM", |
101 | | - |
102 | | - "voxel.VoxelShapeMixin" |
| 87 | + "window.WindowAccessor", |
| 88 | + "window.WindowMixin" |
103 | 89 | ], |
104 | 90 | "injectors": { |
105 | 91 | "defaultRequire": 1 |
|
0 commit comments