initial version
This commit is contained in:
commit
2a61f2951a
6 changed files with 26 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.zip
|
8
README.txt
Normal file
8
README.txt
Normal 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/
|
10
assets/minecraft/font/default.json
Normal file
10
assets/minecraft/font/default.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"providers": [
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:font/tilde.png",
|
||||
"ascent": 7,
|
||||
"chars": ["~"]
|
||||
}
|
||||
]
|
||||
}
|
BIN
assets/minecraft/textures/font/tilde.png
Normal file
BIN
assets/minecraft/textures/font/tilde.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 497 B |
7
pack.mcmeta
Normal file
7
pack.mcmeta
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"supported_formats": [4, 33],
|
||||
"description": "centers the ~tilde character"
|
||||
}
|
||||
}
|
BIN
pack.png
Normal file
BIN
pack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 527 B |
Loading…
Reference in a new issue