fabric-rendering-fluids-v1 implementation
comp500 opened this issue ยท 2 comments
Sodium replaces Minecraft's FluidRenderer with it's own, so https://github.com/FabricMC/fabric/blob/1.16/fabric-rendering-fluids-v1/src/main/java/net/fabricmc/fabric/mixin/client/rendering/fluid/MixinFluidRenderer.java doesn't apply. It should be fairly straightforward to reimplement this mixin for Sodium's fluid rendering code.
See https://github.com/jellysquid3/sodium-fabric/issues/485 and Mixinors/Astromine#334
Similarly, some mixins in fabric-rendering-v1
may also need to be reimplemented.