From f54ac0150b49a173eddbd57adebb26d403904152 Mon Sep 17 00:00:00 2001 From: B3ni Date: Mon, 23 Jun 2025 00:32:18 +0200 Subject: [PATCH] Update font bitmap files and standardize ascent and height values for ranks --- pack/assets/minecraft/font/default.json | 134 +++++++++--------- .../textures/{gui => ranks}/auth.png | Bin .../textures/{gui => ranks}/lobby.png | Bin .../textures/{gui => ranks}/skyblock.png | Bin .../textures/{gui => ranks}/skypvp.png | Bin 5 files changed, 67 insertions(+), 67 deletions(-) rename pack/assets/minecraft/textures/{gui => ranks}/auth.png (100%) rename pack/assets/minecraft/textures/{gui => ranks}/lobby.png (100%) rename pack/assets/minecraft/textures/{gui => ranks}/skyblock.png (100%) rename pack/assets/minecraft/textures/{gui => ranks}/skypvp.png (100%) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index e8189c4..67aeeef 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -1,66 +1,12 @@ { "providers": [ - { - "type": "bitmap", - "file": "minecraft:gui/auth.png", - "ascent": 16, - "height": 16, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/lobby.png", - "ascent": 16, - "height": 16, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/skypvp.png", - "ascent": 16, - "height": 16, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/skyblock.png", - "ascent": 16, - "height": 16, - "chars": [ - "" - ] - }, { "type": "bitmap", "file": "minecraft:ranks/admin.png", "ascent": 8, "height": 8, "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/helper.png", - "ascent": 8, - "height": 8, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/tulaj.png", - "ascent": 8, - "height": 8, - "chars": [ - "" + "" ] }, { @@ -69,16 +15,7 @@ "ascent": 8, "height": 8, "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/manager.png", - "ascent": 8, - "height": 8, - "chars": [ - "" + "" ] }, { @@ -87,7 +24,25 @@ "ascent": 8, "height": 8, "chars": [ - "" + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/helper.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/manager.png", + "ascent": 8, + "height": 8, + "chars": [ + "" ] }, { @@ -96,7 +51,52 @@ "ascent": 8, "height": 8, "chars": [ - "" + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/tulaj.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/auth.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/lobby.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/skyblock.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/skypvp.png", + "ascent": 8, + "height": 8, + "chars": [ + "" ] } ] diff --git a/pack/assets/minecraft/textures/gui/auth.png b/pack/assets/minecraft/textures/ranks/auth.png similarity index 100% rename from pack/assets/minecraft/textures/gui/auth.png rename to pack/assets/minecraft/textures/ranks/auth.png diff --git a/pack/assets/minecraft/textures/gui/lobby.png b/pack/assets/minecraft/textures/ranks/lobby.png similarity index 100% rename from pack/assets/minecraft/textures/gui/lobby.png rename to pack/assets/minecraft/textures/ranks/lobby.png diff --git a/pack/assets/minecraft/textures/gui/skyblock.png b/pack/assets/minecraft/textures/ranks/skyblock.png similarity index 100% rename from pack/assets/minecraft/textures/gui/skyblock.png rename to pack/assets/minecraft/textures/ranks/skyblock.png diff --git a/pack/assets/minecraft/textures/gui/skypvp.png b/pack/assets/minecraft/textures/ranks/skypvp.png similarity index 100% rename from pack/assets/minecraft/textures/gui/skypvp.png rename to pack/assets/minecraft/textures/ranks/skypvp.png