private void renderWatermark(MatrixStack matrixStack, int offset, boolean glowing, boolean shadow) {
RenderUtil.Render2D.drawRoundedCorner(offset + 2, offset, 2, 12, left_vec, new Vector4i(getColor(0), getColor(100), getColor(0), getColor(100)));
GaussianBlur.startBlur();
RenderUtil.Render2D.drawRoundedCorner(offset + 4, offset, 152, 12, right_vec, b_color);
GaussianBlur.endBlur(20, 1);
RenderUtil.Render2D.drawRoundedCorner(offset + 4, offset, 152, 12, right_vec, b_color);
Fonts.msMedium[16].drawString(matrixStack, "PonClient" + TextFormatting.GRAY
+ " / "+ TextFormatting.WHITE + "hwid" + TextFormatting.GRAY
+ " / "+ TextFormatting.WHITE + "uid: 1" + TextFormatting.GRAY
+ " / "+ TextFormatting.WHITE + "till: never", 10, offset + 4, t_color);
}