diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c4ffc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.zip diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4084beb --- /dev/null +++ b/README.txt @@ -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/ diff --git a/assets/minecraft/font/default.json b/assets/minecraft/font/default.json new file mode 100644 index 0000000..a89fb8e --- /dev/null +++ b/assets/minecraft/font/default.json @@ -0,0 +1,10 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/tilde.png", + "ascent": 7, + "chars": ["~"] + } + ] +} diff --git a/assets/minecraft/textures/font/tilde.png b/assets/minecraft/textures/font/tilde.png new file mode 100644 index 0000000..b764d7d Binary files /dev/null and b/assets/minecraft/textures/font/tilde.png differ diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..300ffa4 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,7 @@ +{ + "pack": { + "pack_format": 4, + "supported_formats": [4, 33], + "description": "centers the ~tilde character" + } +} diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..dac01dc Binary files /dev/null and b/pack.png differ