Mojira Archive
MCPE-181339

Crafter UI uses incorrect hover textures

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.