Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-187388

Standing Sign and Wall Sign have incorrect chat autocomplete icons

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.50.22 Preview, 1.21.31 Hotfix
    • Confirmed
    • Multiple
    • 1312286

      All standing sign and wall sign blocks do not show up correctly in the chat autocomplete list ID list in Bedrock Edition.

      These blocks should use the same icon as the item form of the sign.

      Expected Result

      The sign icon matches when used in the setblock and give commands.

      Observed Result

      The sign icon displays the Pale Oak Planks texture when used in the setblock command.

      To Reproduce

      1. Open a world in the 1.21.50 preview.
      2. Enable Cheats.
      3. Type "/setblock ~ ~ ~ pale_oak_" in chat.
      4. Observe the planks texture appearing over the icons for "pale_oak_standing_sign" and "pale_oak_wall_sign".
      5. Clear the chat.
      6. Type "/give @s pale_oak_sign"
      7. Observe the correct Pale Oak Sign texture.

      To Fix

      A simple fix can be done by setting the "carried_textures" property of "pale_oak_standing_sign" and "pale_oak_wall_sign" to "pale_oak_sign_carried" in blocks.json.

      Define "pale_oak_sign_carried" in terrain_texture.json as the Pale Oak Sign item texture:

      This fixes the Pale Oak Sign texture in the setblock autocomplete list, and does not change any other appearances of the block.

        1. image-2024-10-11-20-37-33-419.png
          14 kB
          AgentMindStorm2
        2. image-2024-10-11-20-38-12-411.png
          8 kB
          AgentMindStorm2
        3. image-2024-10-11-20-41-49-028.png
          38 kB
          AgentMindStorm2
        4. image-2024-10-11-20-42-33-351.png
          8 kB
          AgentMindStorm2
        5. image-2024-10-11-20-45-29-490.png
          25 kB
          AgentMindStorm2

            AgentMindStorm2 AgentMindStorm2
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: