Skip to content

Commit

Permalink
re-enabled some mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikBR committed Feb 7, 2024
1 parent 402412f commit 28d277c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,21 @@
"features.world.biome.BiomeMixin",
"features.world.biome.FoliageColorsAccessor",
"features.world.biome.GrassColorsAccessor",
"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"
]
}

0 comments on commit 28d277c

Please sign in to comment.