Skip to content

Commit

Permalink
Rename SodiumFluidRendererMixin to better match the target class's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
1 parent f26bd79 commit f32561c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@Mixin(targets = {
"net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.DefaultFluidRenderer"},
remap = false)
public class SodiumFluidRendererMixin
public class SodiumDefaultFluidRendererMixin
{
@Unique
private ThreadLocal<BlockPos.Mutable> mutablePosForExposedCheck =
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/wurst.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"ScreenMixin",
"ShulkerBoxScreenMixin",
"SimpleOptionMixin",
"SodiumDefaultFluidRendererMixin",
"SodiumBlockOcclusionCacheMixin",
"SodiumFluidRendererMixin",
"StatsScreenMixin",
"StatusEffectInstanceMixin",
"TelemetryManagerMixin",
Expand Down

0 comments on commit f32561c

Please sign in to comment.