Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
985036e1e7 | |||
397a2fd54d | |||
b40cc92331 |
@ -67,7 +67,7 @@
|
|||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/auth.png",
|
"file": "minecraft:gui/auth.png",
|
||||||
"ascent": 10,
|
"ascent": 10,
|
||||||
"height": 10,
|
"height": 11,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/lobby.png",
|
"file": "minecraft:gui/lobby.png",
|
||||||
"ascent": 10,
|
"ascent": 10,
|
||||||
"height": 10,
|
"height": 11,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
@ -85,7 +85,7 @@
|
|||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skyblock.png",
|
"file": "minecraft:gui/skyblock.png",
|
||||||
"ascent": 10,
|
"ascent": 10,
|
||||||
"height": 10,
|
"height": 11,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skypvp.png",
|
"file": "minecraft:gui/skypvp.png",
|
||||||
"ascent": 10,
|
"ascent": 10,
|
||||||
"height": 10,
|
"height": 11,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"color": "#FF5555"
|
"color": "#FF5555"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "v1.2.1",
|
"text": "v1.2.2",
|
||||||
"bold": true,
|
"bold": true,
|
||||||
"color": "#FFAA00"
|
"color": "#FFAA00"
|
||||||
}
|
}
|
||||||
|
@ -19,3 +19,4 @@ New version: 1.1.8
|
|||||||
New version: 1.1.9
|
New version: 1.1.9
|
||||||
New version: 1.2.0
|
New version: 1.2.0
|
||||||
New version: 1.2.1
|
New version: 1.2.1
|
||||||
|
New version: 1.2.2
|
||||||
|
Reference in New Issue
Block a user