attempt at reducing the character count while keeping readability as
much as possible
This commit is contained in:
parent
533a5c4b19
commit
e460e00384
3 changed files with 17 additions and 22 deletions
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"providers": [
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:font/tilde.png",
|
||||
"ascent": 7,
|
||||
"chars": ["~"]
|
||||
}
|
||||
]
|
||||
}
|
||||
{"providers": [
|
||||
{
|
||||
"type": "bitmap", "ascent": 7,
|
||||
"file": "minecraft:font/tilde.png",
|
||||
"chars": ["~"]
|
||||
}
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue