From ad0865745f390f1b00ccb7fa3c339fbc93b02bed Mon Sep 17 00:00:00 2001 From: TarikBR <64391349+TarikBR@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:16:23 -0300 Subject: [PATCH] re-enabled some mixins --- src/main/resources/sodium.mixins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/main/resources/sodium.mixins.json b/src/main/resources/sodium.mixins.json index 86ae36ba22..5a239cd402 100644 --- a/src/main/resources/sodium.mixins.json +++ b/src/main/resources/sodium.mixins.json @@ -68,6 +68,21 @@ "features.textures.mipmaps.MipmapHelperMixin", "features.textures.mipmaps.SpriteContentsMixin", "features.world.biome.BiomeMixin", - "workarounds.context_creation.WindowMixin" + "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" ] } \ No newline at end of file