attempt at reducing the character count while keeping readability as

much as possible
This commit is contained in:
magmaus3 2024-07-29 02:24:43 +02:00
parent 533a5c4b19
commit e460e00384
Signed by: magmaus3
GPG key ID: 695507CAEE1DB324
3 changed files with 17 additions and 22 deletions

View file

@ -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": ["~"]
}
]}