Skip to content

Commit

Permalink
Fix Mixin remap
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jul 21, 2024
1 parent 744b178 commit 0aff015
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ private void drawMagicConfigGuiDropDownListSetFlag(CallbackInfo ci) {
at = @At(
value = "INVOKE",
//#if MC > 11502
target = "Lfi/dy/masa/malilib/gui/widgets/WidgetBase;postRenderHovered(IIZLcom/mojang/blaze3d/vertex/PoseStack;)V"
target = "Lfi/dy/masa/malilib/gui/widgets/WidgetBase;postRenderHovered(IIZLcom/mojang/blaze3d/vertex/PoseStack;)V",
remap = true
//#else
//$$ target = "Lfi/dy/masa/malilib/gui/widgets/WidgetBase;postRenderHovered(IIZ)V"
//#endif
Expand Down

0 comments on commit 0aff015

Please sign in to comment.