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

View file

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

View file

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