Skip to content

Commit

Permalink
Merge branch '1.17.1' into 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jul 25, 2022
2 parents 5a7012f + 45dc976 commit ef29c83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public class MixinFluidRenderer {
@SuppressWarnings("mapping")
@Redirect(method = "render",
at = @At(value = "INVOKE", target = "me/jellysquid/mods/sodium/client/model/IndexBufferBuilder.add" +
"(ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;)V",
ordinal = 1),
"(ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;)V"),
slice = @Slice(
from = @At(value = "FIELD",
target = "me/jellysquid/mods/sodium/common/util/DirectionUtil.HORIZONTAL_DIRECTIONS : [Lnet/minecraft/core/Direction;")
Expand Down

0 comments on commit ef29c83

Please sign in to comment.