initial version

This commit is contained in:
magmaus3 2024-05-08 01:25:13 +02:00
commit 2a61f2951a
Signed by: magmaus3
GPG key ID: 695507CAEE1DB324
6 changed files with 26 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.zip

8
README.txt Normal file
View file

@ -0,0 +1,8 @@
|--------------------------------------------------|
| 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.
Licensed under the CC0 1.0 license, available at https://creativecommons.org/publicdomain/zero/1.0/

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

7
pack.mcmeta Normal file
View file

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

BIN
pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B