From 9a9772eeec0f84c17f23449575f6eb96186759e3 Mon Sep 17 00:00:00 2001 From: TarikBR <64391349+TarikBR@users.noreply.github.com> Date: Thu, 8 Feb 2024 07:09:43 -0300 Subject: [PATCH] disabled some perf killer mixins on pojav --- src/main/resources/sodium.mixins.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/main/resources/sodium.mixins.json b/src/main/resources/sodium.mixins.json index 716a745872..91f8426037 100644 --- a/src/main/resources/sodium.mixins.json +++ b/src/main/resources/sodium.mixins.json @@ -10,7 +10,6 @@ "conformVisibility": true }, "client": [ - "core.MinecraftClientMixin", "core.WindowMixin", "core.gui.WorldLoadingStateMixin", "core.model.colors.BlockColorsMixin", @@ -75,17 +74,11 @@ "core.world.chunk.PalettedContainerMixin", "core.world.biome.ClientWorldMixin", - "core.world.map.ClientWorldMixin", - "core.world.map.ClientPlayNetworkHandlerMixin", - "core.world.map.ClientChunkManagerMixin", - - "features.world.storage.ClientChunkMapMixin", "features.render.world.sky.ClientWorldMixin", - "features.textures.animations.tracking.BlockModelRendererMixin", "features.options.weather.WorldRendererMixin", - "features.render.gui.outlines.WorldRendererMixin", "features.render.world.clouds.WorldRendererMixin", "features.render.world.sky.WorldRendererMixin" + "features.render.world.sky.WorldRendererMixin", ] } \ No newline at end of file