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,8 +1,7 @@
|--------------------------------------------------| [centered ~tilde | https://modrinth.com/resourcepack/centered-tilde]
| centered ~tilde |
| https://modrinth.com/resourcepack/centered-tilde |
|--------------------------------------------------|
> This resource pack moves the ~tilde character from top to center. Tested with versions from 1.13 to 1.21. This resource pack moves the ~tilde character from top to center.
Works on versions from 1.13 - 1.21.
Licensed under the CC0 1.0 license, available at https://creativecommons.org/publicdomain/zero/1.0/ Licensed under the CC0 1.0 license
https://creativecommons.org/publicdomain/zero/1.0/

View file

@ -1,10 +1,7 @@
{ {"providers": [
"providers": [ {
{ "type": "bitmap", "ascent": 7,
"type": "bitmap", "file": "minecraft:font/tilde.png",
"file": "minecraft:font/tilde.png", "chars": ["~"]
"ascent": 7, }
"chars": ["~"] ]}
}
]
}

View file

@ -1,7 +1,6 @@
{ {"pack": {
"pack": { "pack_format": 4,
"pack_format": 4, "supported_formats": [4, 34],
"supported_formats": [4, 34], "description": "centers the ~tilde character"
"description": "centers the ~tilde character" }
}
} }