Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh committed Aug 3, 2024
1 parent 1940aca commit 8907050
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,5 @@ public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsume
ci.cancel();
}

@Redirect(method = "render*", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/render/RenderLayer;getEntitySolid(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/render/RenderLayer;"))
private RenderLayer fixCapeTransparency(Identifier texture) {
return RenderLayer.getArmorCutoutNoCull(texture);
}
}

0 comments on commit 8907050

Please sign in to comment.