From b39e0bf06436f43d3abc76ec296a5b2faa2ad3d1 Mon Sep 17 00:00:00 2001 From: B3ni Date: Mon, 23 Jun 2025 01:06:35 +0200 Subject: [PATCH] Fix ascent values in font JSON and update pack.mcmeta description format --- pack/assets/minecraft/font/default.json | 30 ++++++++++++------------- pack/pack.mcmeta | 4 +--- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index 67aeeef..5eb26ae 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -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": [ "" ] diff --git a/pack/pack.mcmeta b/pack/pack.mcmeta index a34ff59..bd94355 100644 --- a/pack/pack.mcmeta +++ b/pack/pack.mcmeta @@ -1,8 +1,6 @@ { "pack": { "pack_format": 9, - "description": [ - {"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"} - ] + "description": {"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"} } } \ No newline at end of file