5 Commits

Author SHA1 Message Date
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
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 12 additions and 9 deletions

Binary file not shown.

View File

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

View File

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

View File

@ -17,3 +17,6 @@ New version: 1.1.6
New version: 1.1.7
New version: 1.1.8
New version: 1.1.9
New version: 1.2.0
New version: 1.2.1
New version: 1.2.2