diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index 64bab75..4c4e558 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -1,103 +1,81 @@ { - "providers": [ - { - "type": "bitmap", - "file": "minecraft:ranks/admin.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/admin+.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/developer.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/helper.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/manager.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/staff.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/tulaj.png", - "ascent": 7, - "height": 7, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/auth.png", - "ascent": 10, - "height": 11, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/lobby.png", - "ascent": 10, - "height": 11, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/skyblock.png", - "ascent": 10, - "height": 11, - "chars": [ - "" - ] - }, - { - "type": "bitmap", - "file": "minecraft:gui/skypvp.png", - "ascent": 10, - "height": 11, - "chars": [ - "" - ] - } - ] -} \ No newline at end of file + "providers": [ + { + "type": "bitmap", + "file": "minecraft:ranks/admin.png", + "ascent": 7, + "height": 7, + "chars": ["\uE000"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/admin+.png", + "ascent": 7, + "height": 7, + "chars": ["\uE001"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/developer.png", + "ascent": 7, + "height": 7, + "chars": ["\uE002"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/helper.png", + "ascent": 7, + "height": 7, + "chars": ["\uE003"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/manager.png", + "ascent": 7, + "height": 7, + "chars": ["\uE004"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/staff.png", + "ascent": 7, + "height": 7, + "chars": ["\uE005"] + }, + { + "type": "bitmap", + "file": "minecraft:ranks/tulaj.png", + "ascent": 7, + "height": 7, + "chars": ["\uE006"] + }, + { + "type": "bitmap", + "file": "minecraft:gui/auth.png", + "ascent": 10, + "height": 11, + "chars": ["\uE007"] + }, + { + "type": "bitmap", + "file": "minecraft:gui/lobby.png", + "ascent": 10, + "height": 11, + "chars": ["\uE008"] + }, + { + "type": "bitmap", + "file": "minecraft:gui/skyblock.png", + "ascent": 10, + "height": 11, + "chars": ["\uE009"] + }, + { + "type": "bitmap", + "file": "minecraft:gui/skypvp.png", + "ascent": 10, + "height": 11, + "chars": ["\uE00A"] + } + ] +}