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 de78cb4 commit ff9d261
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@
"features.textures.mipmaps.MipmapHelperMixin",
"features.textures.mipmaps.SpriteContentsMixin",
"features.world.biome.BiomeMixin",
"workarounds.context_creation.WindowMixin"
"workarounds.context_creation.WindowMixin",

"core.world.chunk.PackedIntegerArrayMixin",
"core.world.chunk.EmptyPaletteStorageMixin",
"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"
]
}

0 comments on commit ff9d261

Please sign in to comment.