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

MC crashes with too wide characters in signs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.14.2 Pre-Release 4
    • None
    • Unconfirmed
    • Crash

       

      Mc crashes when a sign containing a character wider than the sign is placed.

      JSON that defines character

      {
       "providers": [
       {
       "type": "bitmap",
       "file": "sample:sign_overlay.png",
       "ascent": 31,
       "height": 48,
       "chars": [
       "\ue000"
       ]
       }
       ]
      }

      sample:sign_overlay.png is a 24x12 texture

      Command to get sign

       

      /give @p minecraft:oak_sign{BlockEntityTag:{Text3:"{\"text\":\"\",\"color\":\"white\"}"}} 1
      

       

      NOTE:
      It does not crash if the block is placed prior to applying the resource pack 

       

       

            Unassigned Unassigned
            wilux00 Wilux Dahlqvist
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: