Fix GUI font height values for auth, lobby, skyblock, and skypvp

This commit is contained in:
2025-06-23 02:21:02 +02:00
parent b40cc92331
commit 397a2fd54d

View File

@ -67,7 +67,7 @@
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/auth.png", "file": "minecraft:gui/auth.png",
"ascent": 10, "ascent": 10,
"height": 10, "height": 11,
"chars": [ "chars": [
"" ""
] ]
@ -76,7 +76,7 @@
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/lobby.png", "file": "minecraft:gui/lobby.png",
"ascent": 10, "ascent": 10,
"height": 10, "height": 11,
"chars": [ "chars": [
"" ""
] ]
@ -85,7 +85,7 @@
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skyblock.png", "file": "minecraft:gui/skyblock.png",
"ascent": 10, "ascent": 10,
"height": 10, "height": 11,
"chars": [ "chars": [
"" ""
] ]
@ -94,7 +94,7 @@
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skypvp.png", "file": "minecraft:gui/skypvp.png",
"ascent": 10, "ascent": 10,
"height": 10, "height": 11,
"chars": [ "chars": [
"" ""
] ]