Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
36d312d4ca | |||
140c8ee0a9 | |||
4d9e2f5faa |
@ -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": [
|
||||
""
|
||||
|
@ -9,3 +9,4 @@ New version: 1.0.8
|
||||
New version: 1.0.9
|
||||
New version: 1.1.0
|
||||
New version: 1.1.1
|
||||
New version: 1.1.2
|
||||
|
Reference in New Issue
Block a user