Skip to content

Commit

Permalink
Update mixin to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralhalo committed May 14, 2024
1 parent 736656f commit 686aa8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class MixinInventoryScreen {
@Inject(
method = "renderEntityInInventory",
at = @At(value = "INVOKE", target = "Lcom/mojang/blaze3d/systems/RenderSystem;runAsFancy(Ljava/lang/Runnable;)V"))
private static void beforeRenderEntity(GuiGraphics guiGraphics, int i, int j, int k, Quaternionf quaternionf, Quaternionf quaternionf2, LivingEntity livingEntity, CallbackInfo ci) {
private static void beforeRenderEntity(GuiGraphics guiGraphics, float f, float g, int i, Vector3f vector3f, Quaternionf quaternionf, Quaternionf quaternionf2, LivingEntity livingEntity, CallbackInfo ci) {
ContextFlagState.setRenderingEntityInGui(true);
}
}

0 comments on commit 686aa8e

Please sign in to comment.