Skip to content

Commit

Permalink
Fix mixin target error
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Jan 21, 2025
1 parent f2b66bf commit 3f95094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void init() {
method = "render",
at = @At(
value = "INVOKE",
target = "Lcom/mamiyaotaru/voxelmap/gui/GuiRadarOptions;renderTransparentBackground(Lnet/minecraft/client/gui/GuiGraphics;)V"
target = "Lcom/mamiyaotaru/voxelmap/gui/GuiRadarOptions;renderBlurredBackground()V"
)
)
protected void civvoxelmap$doNotRenderBackground(
Expand Down

0 comments on commit 3f95094

Please sign in to comment.