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 aede1c7 commit ad08657
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 @@ -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"
]
}

0 comments on commit ad08657

Please sign in to comment.