Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-267198

Resource pack is failing if there are changes to font.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 1.20.3
    • None
    • Unconfirmed

      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"             ]         }

          ]
      }

            Unassigned Unassigned
            MrRedi MrRedi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: