Skip to content

Commit

Permalink
this shouldnt be static(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jan 30, 2024
1 parent 3735ab9 commit 7f38c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private void setColorRuneTargetStack(T entity, ItemStack itemStack, EquipmentSlo
}

@ModifyExpressionValue(method = "renderGlint(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/model/Model;)V", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/renderer/RenderType;armorEntityGlint()Lnet/minecraft/client/renderer/RenderType;"))
private static RenderType getArmorGlint(RenderType prev) {
private RenderType getArmorGlint(RenderType prev) {
return ColorRunesModule.Client.getArmorEntityGlint();
}
}

0 comments on commit 7f38c1f

Please sign in to comment.