Compare commits

...

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

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 24w18a.
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": [
{
"type": "bitmap",
"file": "minecraft:font/tilde.png",
"ascent": 7,
"chars": ["~"]
}
]
}
{"providers": [
{
"type": "bitmap", "ascent": 7,
"file": "minecraft:font/tilde.png",
"chars": ["~"]
}
]}

View file

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