Mojira Archive
MC-267198

Resource pack is failing if there are changes to font.

Resource pack works if there are no changes to font and even loads if there is old "pack_format", but fails to load if there are changes to font. (I'm talking about custom icons that replace text like "\uE001"...). I'm writing the code into "default.json" file that is in: ["resource pack name"/assets/minecraft/font/default.json] and takes png file in: ["resource pack name"/assets/minecraft/textures/font/"other files"]. Here is the code in the default.json file:

 
{
    "providers": [
       

{             "type": "bitmap",             "file": "minecraft:font/icons/hotbars/thirst_filled.png",             "ascent": 11,             "height": 11,             "chars": [                 "\uE001"             ]         }

    ]
}

Awaiting Response

MrRedi

2023-12-06, 06:22 PM

2023-12-07, 09:49 AM

2023-12-07, 09:49 AM

0

1

Unconfirmed

1.20.3

-