2 Commits

Author SHA1 Message Date
985036e1e7 Remove obsolete MineDivinity-Pack.zip file
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 20s
2025-06-23 02:21:10 +02:00
397a2fd54d Fix GUI font height values for auth, lobby, skyblock, and skypvp 2025-06-23 02:21:02 +02:00
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -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": [
""
]