Fixed SignEdit Mixin

This commit is contained in:
Frank 2022-05-26 23:54:45 +02:00
parent 3bc2018333
commit e08d85b605

View file

@ -40,16 +40,16 @@ public abstract class SignEditScreenMixin extends Screen {
super(component);
}
@Inject(method = "render(Lcom/mojang/blaze3d/vertex/PoseStack;IIF)V", at = @At(
@Inject(method = "render(Lcom/mojang/blaze3d/vertex/PoseStack;IIF)V", locals = LocalCapture.CAPTURE_FAILSOFT, at = @At(
value = "INVOKE",
target = "Lcom/mojang/blaze3d/vertex/PoseStack;pushPose()V",
shift = Shift.BEFORE
), locals = LocalCapture.CAPTURE_FAILSOFT)
))
private void bclib_checkOffset(PoseStack poseStack,
int i,
int j,
float f,
CallbackInfo info,
CallbackInfo ci,
float g,
BlockState blockState,
boolean bl,