Skip to content

Commit

Permalink
disabled some perf killer mixins on pojav
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikBR committed Feb 8, 2024
1 parent ff9d261 commit 9a9772e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"conformVisibility": true
},
"client": [
"core.MinecraftClientMixin",
"core.WindowMixin",
"core.gui.WorldLoadingStateMixin",
"core.model.colors.BlockColorsMixin",
Expand Down Expand Up @@ -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",
]
}

0 comments on commit 9a9772e

Please sign in to comment.