Compare commits

..

No commits in common. "main" and "v1" have entirely different histories.
main ... v1

3 changed files with 22 additions and 17 deletions

View file

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

View file

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

View file

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