Refactor character mappings in font configuration for consistency
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 10s
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 10s
This commit is contained in:
@ -5,36 +5,28 @@
|
|||||||
"file": "minecraft:gui/auth.png",
|
"file": "minecraft:gui/auth.png",
|
||||||
"ascent": 16,
|
"ascent": 16,
|
||||||
"height": 16,
|
"height": 16,
|
||||||
"chars": [
|
"chars": [""]
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/lobby.png",
|
"file": "minecraft:gui/lobby.png",
|
||||||
"ascent": 16,
|
"ascent": 16,
|
||||||
"height": 16,
|
"height": 16,
|
||||||
"chars": [
|
"chars": [""]
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skypvp.png",
|
"file": "minecraft:gui/skypvp.png",
|
||||||
"ascent": 16,
|
"ascent": 16,
|
||||||
"height": 16,
|
"height": 16,
|
||||||
"chars": [
|
"chars": [""]
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skyblock.png",
|
"file": "minecraft:gui/skyblock.png",
|
||||||
"ascent": 16,
|
"ascent": 16,
|
||||||
"height": 16,
|
"height": 16,
|
||||||
"chars": [
|
"chars": [""]
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
|
Reference in New Issue
Block a user