5 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
b40cc92331 Update to version 1.2.2 [skip ci] 2025-06-23 00:04:26 +00:00
9656556f83 Remove obsolete MineDivinity-Pack.zip file
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 19s
2025-06-23 02:04:06 +02:00
3afe17a9db Update to version 1.2.1 [skip ci] 2025-06-22 23:59:15 +00:00
4 changed files with 7 additions and 5 deletions

Binary file not shown.

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

View File

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

View File

@ -18,3 +18,5 @@ 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 New version: 1.2.0
New version: 1.2.1
New version: 1.2.2