From 2d70e0bd05f90a31795b7ab1182b1042ca2a5c9c Mon Sep 17 00:00:00 2001 From: B3ni Date: Mon, 23 Jun 2025 01:58:57 +0200 Subject: [PATCH] Fix font ascent and height values for GUI elements --- pack/assets/minecraft/font/default.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index 7ffde97..d6b574c 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -66,8 +66,8 @@ { "type": "bitmap", "file": "minecraft:gui/auth.png", - "ascent": 11, - "height": 12, + "ascent": 10, + "height": 10, "chars": [ "" ] @@ -75,8 +75,8 @@ { "type": "bitmap", "file": "minecraft:gui/lobby.png", - "ascent": 11, - "height": 12, + "ascent": 10, + "height": 10, "chars": [ "" ] @@ -84,8 +84,8 @@ { "type": "bitmap", "file": "minecraft:gui/skyblock.png", - "ascent": 11, - "height": 12, + "ascent": 10, + "height": 10, "chars": [ "" ] @@ -93,8 +93,8 @@ { "type": "bitmap", "file": "minecraft:gui/skypvp.png", - "ascent": 11, - "height": 12, + "ascent": 10, + "height": 10, "chars": [ "" ]