Skip to content

Commit

Permalink
Fix mixin not getting remapped on Fabric
Browse files Browse the repository at this point in the history
[ci publish]
  • Loading branch information
Cadiboo committed Aug 20, 2024
1 parent f8dddf1 commit 38904f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class BlockRenderDispatcherMixin {
@Inject(
method = "renderBreakingTexture(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/BlockAndTintGetter;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;)V",
at = @At("HEAD"),
remap = false, // Forge-added method
cancellable = true
)
private void noCubes$renderBreakingTexture(BlockState state, BlockPos pos, BlockAndTintGetter world, PoseStack matrix, VertexConsumer buffer, CallbackInfo ci) {
Expand Down

0 comments on commit 38904f7

Please sign in to comment.