From e460e0038403e58562ea684e62ed4e62768dd385 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Mon, 29 Jul 2024 02:24:43 +0200 Subject: [PATCH] attempt at reducing the character count while keeping readability as much as possible --- README.txt | 11 +++++------ assets/minecraft/font/default.json | 17 +++++++---------- pack.mcmeta | 11 +++++------ 3 files changed, 17 insertions(+), 22 deletions(-) diff --git a/README.txt b/README.txt index 975d6a9..99fd306 100644 --- a/README.txt +++ b/README.txt @@ -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 1.21. +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/ diff --git a/assets/minecraft/font/default.json b/assets/minecraft/font/default.json index a89fb8e..89857c8 100644 --- a/assets/minecraft/font/default.json +++ b/assets/minecraft/font/default.json @@ -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": ["~"] + } +]} diff --git a/pack.mcmeta b/pack.mcmeta index 06bf97f..bf3fd6a 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,7 +1,6 @@ -{ - "pack": { - "pack_format": 4, - "supported_formats": [4, 34], - "description": "centers the ~tilde character" - } +{"pack": { + "pack_format": 4, + "supported_formats": [4, 34], + "description": "centers the ~tilde character" + } }