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

Crafter UI uses incorrect hover textures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.0.24 Preview, 1.21.0.26 Preview, 1.20.81 Hotfix
    • Confirmed
    • Multiple
    • 1235533

      The Crafter UI introduced in 1.21 does not use the correct textures from textures/ui. This causes inconsistencies when trying to port texture packs from Java Edition, among other things.

      • The disabled slot uses the enabled hover texture:

      • The slot highlight texture is 2px smaller than it should be, causing an unintended "double border" effect (one from the hover texture and one from the white_border element). The extra white_border element should be removed so the texture can do the work:

      • This issue also affects Pocket UI (from crafter_screen_pocket.json):

      • Due to this issue, the slot_disabled_hover and slot_disabled_hover_pocket textures are currently unused.

      Expected Result

      The slot_disabled_hover and slot_disabled_hover_pocket textures are used on disabled slots instead of slot_enabled_hover and slot_enabled_hover_pocket, respectively. Since these textures include a white border, there should not be an additional white border added around the button.

      Observed Result

      The slot_enabled_hover and slot_enabled_hover_pocket textures are used on disabled slots as well as enabled slots. A redundant white border is also added.

            AgentMindStorm2 AgentMindStorm2
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: