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