2 Commits

Author SHA1 Message Date
2d70e0bd05 Fix font ascent and height values for GUI elements
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 17s
2025-06-23 01:58:57 +02:00
244402e39c Update to version 1.2.0 [skip ci] 2025-06-22 23:50:31 +00:00
4 changed files with 10 additions and 9 deletions

Binary file not shown.

View File

@ -66,8 +66,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/auth.png", "file": "minecraft:gui/auth.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -75,8 +75,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/lobby.png", "file": "minecraft:gui/lobby.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -84,8 +84,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skyblock.png", "file": "minecraft:gui/skyblock.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -93,8 +93,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skypvp.png", "file": "minecraft:gui/skypvp.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]

View File

@ -8,7 +8,7 @@
"color": "#FF5555" "color": "#FF5555"
}, },
{ {
"text": "v1.1.9", "text": "v1.2.0",
"bold": true, "bold": true,
"color": "#FFAA00" "color": "#FFAA00"
} }

View File

@ -17,3 +17,4 @@ New version: 1.1.6
New version: 1.1.7 New version: 1.1.7
New version: 1.1.8 New version: 1.1.8
New version: 1.1.9 New version: 1.1.9
New version: 1.2.0