From 397a2fd54da1d00da444afbfd9ccebe7338a17ac Mon Sep 17 00:00:00 2001 From: B3ni Date: Mon, 23 Jun 2025 02:21:02 +0200 Subject: [PATCH] Fix GUI font height values for auth, lobby, skyblock, and skypvp --- pack/assets/minecraft/font/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index d6b574c..64bab75 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -67,7 +67,7 @@ "type": "bitmap", "file": "minecraft:gui/auth.png", "ascent": 10, - "height": 10, + "height": 11, "chars": [ "" ] @@ -76,7 +76,7 @@ "type": "bitmap", "file": "minecraft:gui/lobby.png", "ascent": 10, - "height": 10, + "height": 11, "chars": [ "" ] @@ -85,7 +85,7 @@ "type": "bitmap", "file": "minecraft:gui/skyblock.png", "ascent": 10, - "height": 10, + "height": 11, "chars": [ "" ] @@ -94,7 +94,7 @@ "type": "bitmap", "file": "minecraft:gui/skypvp.png", "ascent": 10, - "height": 10, + "height": 11, "chars": [ "" ]