We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa39f7 commit 45dc976Copy full SHA for 45dc976
src/sodiumCompatibility/java/net/coderbot/iris/compat/sodium/mixin/vertex_format/MixinFluidRenderer.java
@@ -40,8 +40,7 @@ public class MixinFluidRenderer {
40
@SuppressWarnings("mapping")
41
@Redirect(method = "render",
42
at = @At(value = "INVOKE", target = "me/jellysquid/mods/sodium/client/model/IndexBufferBuilder.add" +
43
- "(ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;)V",
44
- ordinal = 1),
+ "(ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;)V"),
45
slice = @Slice(
46
from = @At(value = "FIELD",
47
target = "me/jellysquid/mods/sodium/common/util/DirectionUtil.HORIZONTAL_DIRECTIONS : [Lnet/minecraft/core/Direction;")
0 commit comments