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 0bc4dea commit 0fa9639
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 @@ -25,6 +25,14 @@
"core.render.immediate.consumer.VertexConsumerProviderImmediateMixin",
"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 @@ -34,11 +42,13 @@
"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",
Expand All @@ -49,10 +59,14 @@
"features.render.model.block.BlockModelRendererMixin",
"features.render.model.item.ItemRendererMixin",
"features.render.particle.BillboardParticleMixin",
"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",
"features.textures.animations.tracking.BlockModelRendererMixin",
"features.textures.animations.tracking.DrawContextMixin",
"features.textures.animations.tracking.SpriteAtlasTextureMixin",
"features.textures.animations.tracking.SpriteBillboardParticleMixin",
Expand All @@ -68,21 +82,7 @@
"features.textures.mipmaps.MipmapHelperMixin",
"features.textures.mipmaps.SpriteContentsMixin",
"features.world.biome.BiomeMixin",
"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 0fa9639

Please sign in to comment.