From df86bf2d863161c68a67a1ff79d0fee3677ded62 Mon Sep 17 00:00:00 2001 From: B3ni Date: Sun, 22 Jun 2025 23:05:16 +0200 Subject: [PATCH] Refactor character mappings in font configuration for consistency --- pack/assets/minecraft/font/default.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pack/assets/minecraft/font/default.json b/pack/assets/minecraft/font/default.json index e8189c4..81a61fa 100644 --- a/pack/assets/minecraft/font/default.json +++ b/pack/assets/minecraft/font/default.json @@ -5,36 +5,28 @@ "file": "minecraft:gui/auth.png", "ascent": 16, "height": 16, - "chars": [ - "" - ] + "chars": [""] }, { "type": "bitmap", "file": "minecraft:gui/lobby.png", "ascent": 16, "height": 16, - "chars": [ - "" - ] + "chars": [""] }, { "type": "bitmap", "file": "minecraft:gui/skypvp.png", "ascent": 16, "height": 16, - "chars": [ - "" - ] + "chars": [""] }, { "type": "bitmap", "file": "minecraft:gui/skyblock.png", "ascent": 16, "height": 16, - "chars": [ - "" - ] + "chars": [""] }, { "type": "bitmap",