Blur 2.5.0 - Update to 1.19, Better Exclusions & Colors

This commit is contained in:
Motschen
2022-06-11 23:28:55 +02:00
parent 747188d023
commit b944975c9a
11 changed files with 33 additions and 35 deletions

View File

@@ -34,12 +34,6 @@ public abstract class MixinScreen {
Blur.INSTANCE.onScreenChange(this.client.currentScreen);
}
}
@Inject(at = @At("TAIL"), method = "render")
private void blur$showScreenTitle(MatrixStack matrixStack, int i, int j, float f, CallbackInfo ci) {
if (BlurConfig.showScreenTitle && this.client != null && this.client.currentScreen != null) {
this.textRenderer.drawWithShadow(matrixStack, this.client.currentScreen.getClass().getName(), 0, 0, 16777215, true);
}
}
@ModifyConstant(
method = "renderBackground(Lnet/minecraft/client/util/math/MatrixStack;I)V",