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
11
README.txt
11
README.txt
|
@ -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/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"providers": [
|
||||
{"providers": [
|
||||
{
|
||||
"type": "bitmap",
|
||||
"type": "bitmap", "ascent": 7,
|
||||
"file": "minecraft:font/tilde.png",
|
||||
"ascent": 7,
|
||||
"chars": ["~"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"pack": {
|
||||
{"pack": {
|
||||
"pack_format": 4,
|
||||
"supported_formats": [4, 34],
|
||||
"description": "centers the ~tilde character"
|
||||
|
|
Loading…
Reference in a new issue