2 Commits

Author SHA1 Message Date
68103779fd Update pack_format to 71 in pack.mcmeta
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 8s
2025-06-23 01:07:36 +02:00
b39e0bf064 Fix ascent values in font JSON and update pack.mcmeta description format 2025-06-23 01:06:35 +02:00
2 changed files with 17 additions and 19 deletions

View File

@ -3,7 +3,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/admin.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -12,7 +12,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/admin+.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -21,7 +21,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/developer.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -30,7 +30,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/helper.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -39,7 +39,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/manager.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -48,7 +48,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/staff.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -57,7 +57,7 @@
{
"type": "bitmap",
"file": "minecraft:ranks/tulaj.png",
"ascent": 8,
"ascent": 7,
"height": 8,
"chars": [
""
@ -66,8 +66,8 @@
{
"type": "bitmap",
"file": "minecraft:ranks/auth.png",
"ascent": 8,
"height": 8,
"ascent": 11,
"height": 16,
"chars": [
""
]
@ -75,8 +75,8 @@
{
"type": "bitmap",
"file": "minecraft:ranks/lobby.png",
"ascent": 8,
"height": 8,
"ascent": 11,
"height": 16,
"chars": [
""
]
@ -84,8 +84,8 @@
{
"type": "bitmap",
"file": "minecraft:ranks/skyblock.png",
"ascent": 8,
"height": 8,
"ascent": 11,
"height": 16,
"chars": [
""
]
@ -93,8 +93,8 @@
{
"type": "bitmap",
"file": "minecraft:ranks/skypvp.png",
"ascent": 8,
"height": 8,
"ascent": 11,
"height": 16,
"chars": [
""
]

View File

@ -1,8 +1,6 @@
{
"pack": {
"pack_format": 9,
"description": [
{"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"}
]
"pack_format": 71,
"description": {"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"}
}
}