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

View File

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