From bfa80d8868028458c596da452e687307f7a6c526 Mon Sep 17 00:00:00 2001 From: B3ni Date: Sun, 22 Jun 2025 12:48:11 +0200 Subject: [PATCH] Add additional bitmap font textures for ranks: admin, helper, tulaj, admin+, manager, developer, and staff --- pack/assets/minecraft/font/default.json | 63 +++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index 07ab118..b064ece 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -35,6 +35,69 @@ "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": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/admin+.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/manager.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/developer.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/staff.png", + "ascent": 8, + "height": 8, + "chars": [ + "" + ] } ] } \ No newline at end of file