diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index 0fe5546..07ab118 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -8,6 +8,33 @@ "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": [ + "" + ] } ] } \ No newline at end of file diff --git a/pack/assets/minecraft/textures/gui/lobby.png b/pack/assets/minecraft/textures/gui/lobby.png new file mode 100644 index 0000000..e5f6d90 Binary files /dev/null and b/pack/assets/minecraft/textures/gui/lobby.png differ diff --git a/pack/assets/minecraft/textures/gui/skyblock.png b/pack/assets/minecraft/textures/gui/skyblock.png new file mode 100644 index 0000000..82f86d2 Binary files /dev/null and b/pack/assets/minecraft/textures/gui/skyblock.png differ diff --git a/pack/assets/minecraft/textures/gui/skypvp.png b/pack/assets/minecraft/textures/gui/skypvp.png new file mode 100644 index 0000000..90da6df Binary files /dev/null and b/pack/assets/minecraft/textures/gui/skypvp.png differ diff --git a/pack/assets/minecraft/textures/ranks/admin+.png b/pack/assets/minecraft/textures/ranks/admin+.png new file mode 100644 index 0000000..e05c02e Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/admin+.png differ diff --git a/pack/assets/minecraft/textures/ranks/admin.png b/pack/assets/minecraft/textures/ranks/admin.png new file mode 100644 index 0000000..31b75a0 Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/admin.png differ diff --git a/pack/assets/minecraft/textures/ranks/developer.png b/pack/assets/minecraft/textures/ranks/developer.png new file mode 100644 index 0000000..f06de5d Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/developer.png differ diff --git a/pack/assets/minecraft/textures/ranks/helper.png b/pack/assets/minecraft/textures/ranks/helper.png new file mode 100644 index 0000000..9c57c26 Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/helper.png differ diff --git a/pack/assets/minecraft/textures/ranks/manager.png b/pack/assets/minecraft/textures/ranks/manager.png new file mode 100644 index 0000000..84b941c Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/manager.png differ diff --git a/pack/assets/minecraft/textures/ranks/staff.PNG b/pack/assets/minecraft/textures/ranks/staff.PNG new file mode 100644 index 0000000..aca1ab3 Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/staff.PNG differ diff --git a/pack/assets/minecraft/textures/ranks/tulaj.png b/pack/assets/minecraft/textures/ranks/tulaj.png new file mode 100644 index 0000000..f04ffad Binary files /dev/null and b/pack/assets/minecraft/textures/ranks/tulaj.png differ