Compare commits
2 Commits
4d9e2f5faa
...
36d312d4ca
Author | SHA1 | Date | |
---|---|---|---|
36d312d4ca | |||
140c8ee0a9 |
@ -3,35 +3,43 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/auth.png",
|
||||
"ascent": 7,
|
||||
"height": 8,
|
||||
"chars": [""]
|
||||
"ascent": 16,
|
||||
"height": 16,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/lobby.png",
|
||||
"ascent": 7,
|
||||
"height": 8,
|
||||
"chars": [""]
|
||||
"ascent": 16,
|
||||
"height": 16,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/skypvp.png",
|
||||
"ascent": 7,
|
||||
"height": 8,
|
||||
"chars": [""]
|
||||
"ascent": 16,
|
||||
"height": 16,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/skyblock.png",
|
||||
"ascent": 7,
|
||||
"height": 8,
|
||||
"chars": [""]
|
||||
"ascent": 16,
|
||||
"height": 16,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/admin.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -40,7 +48,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/helper.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -49,7 +57,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/tulaj.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -58,7 +66,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/admin+.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -67,7 +75,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/manager.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -76,7 +84,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/developer.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
@ -85,7 +93,7 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/staff.png",
|
||||
"ascent": 7,
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
|
Reference in New Issue
Block a user