Skip to content

Commit 45dc976

Browse files
author
IMS212
committed
I hate ordinals, inject into everything
1 parent daa39f7 commit 45dc976

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sodiumCompatibility/java/net/coderbot/iris/compat/sodium/mixin/vertex_format/MixinFluidRenderer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public class MixinFluidRenderer {
4040
@SuppressWarnings("mapping")
4141
@Redirect(method = "render",
4242
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),
43+
"(ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;)V"),
4544
slice = @Slice(
4645
from = @At(value = "FIELD",
4746
target = "me/jellysquid/mods/sodium/common/util/DirectionUtil.HORIZONTAL_DIRECTIONS : [Lnet/minecraft/core/Direction;")

0 commit comments

Comments
 (0)