Skip to content

Commit

Permalink
Upadte
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ConfectionaryQwQ authored Feb 8, 2024
1 parent e188a74 commit 8d7f2c6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"core.render.immediate.consumer.SpriteTexturedVertexConsumerMixin",
"core.render.immediate.consumer.VertexConsumersMixin$DualMixin",
"core.render.immediate.consumer.VertexConsumersMixin$UnionMixin",
"core.render.world.ChunkBuilderMixin",
"core.world.biome.ClientWorldMixin",
"core.world.chunk.EmptyPaletteStorageMixin",
"core.world.chunk.PackedIntegerArrayMixin",
"core.world.chunk.PalettedContainerMixin",
"core.world.map.ClientChunkManagerMixin",
"core.world.map.ClientPlayNetworkHandlerMixin",
"core.world.map.ClientWorldMixin",
"features.gui.hooks.console.GameRendererMixin",
"features.gui.hooks.debug.DebugHudMixin",
"features.gui.hooks.settings.OptionsScreenMixin",
Expand All @@ -33,22 +41,28 @@
"features.options.overlays.InGameHudMixin",
"features.options.render_layers.LeavesBlockMixin",
"features.options.render_layers.RenderLayersMixin",
"features.options.weather.WorldRendererMixin",
"features.render.entity.CuboidMixin",
"features.render.entity.ModelPartMixin",
"features.render.entity.cull.EntityRendererMixin",
"features.render.entity.shadows.EntityRenderDispatcherMixin",
"features.render.gui.font.GlyphRendererMixin",
"features.render.gui.outlines.WorldRendererMixin",
"features.render.immediate.DirectionMixin",
"features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin",
"features.render.immediate.buffer_builder.sorting.BufferBuilderMixin",
"features.render.immediate.buffer_builder.sorting.VertexSorterMixin",
"features.render.immediate.matrix_stack.MatrixStackMixin",
"features.render.immediate.matrix_stack.VertexConsumerMixin",
"features.render.model.RenderLayersMixin",
"features.render.model.block.BlockModelRendererMixin",
"features.render.model.item.ItemRendererMixin",
"features.render.particle.BillboardParticleMixin",
"features.render.world.clouds.BackgroundRendererInvoker",
"features.render.world.clouds.WorldRendererMixin",
"features.render.world.sky.BackgroundRendererMixin",
"features.render.world.sky.ClientWorldMixin",
"features.render.world.sky.WorldRendererMixin",
"features.shader.uniform.ShaderProgramMixin",
"features.textures.NativeImageAccessor",
"features.textures.SpriteContentsInvoker",
Expand All @@ -69,21 +83,7 @@
"features.world.biome.BiomeMixin",
"features.world.biome.FoliageColorsAccessor",
"features.world.biome.GrassColorsAccessor",
"features.world.storage.ClientChunkMapMixin",
"workarounds.context_creation.WindowMixin",

"core.world.biome.ClientWorldMixin",
"core.world.chunk.EmptyPaletteStorageMixin",
"core.world.chunk.PackedIntegerArrayMixin",
"core.world.chunk.PalettedContainerMixin",
"core.world.map.ClientChunkManagerMixin",
"core.world.map.ClientPlayNetworkHandlerMixin",
"core.world.map.ClientWorldMixin",
"features.options.weather.WorldRendererMixin",
"features.render.gui.outlines.WorldRendererMixin",
"features.render.world.clouds.WorldRendererMixin",
"features.render.world.sky.ClientWorldMixin",
"features.render.world.sky.WorldRendererMixin",
"features.textures.animations.tracking.BlockModelRendererMixin",
"features.world.storage.ClientChunkMapMixin"
]
}

0 comments on commit 8d7f2c6

Please sign in to comment.