-
Bug
-
Resolution: Unresolved
-
None
-
23w33a, 23w35a, 1.20.2
-
None
-
Confirmed
-
Textures and models, UI
The bug
Unlike other special slots with their own unique appearences (e.g. loom slots), the "Destroy Item" slot in the "Survival Inventory" tab accessible in Creative mode does not have a unique, dedicated texture file for this slot, and it is instead a part of textures/gui/container/creative_inventory/tab_inventory.png, making it inconsistent with almost all other special slots.
How to reproduce
- Open the contents of the jar file
- Navigate to textures/gui/container/creative_inventory/tab_inventory.png
- Inspect this image file
Expected results
The destroy item slot would look like a normal slot, with the red background and X being handled with a separate file.
Actual results
The red background and X are built into this inventory texture instead, making it inconsistent with other special inventory slots.
How to fix
An extracted destroy_item slot texture has been extracted from tab_inventory.png. It can be placed somewhere (likely textures/gui/sprites/container/creative_inventory) and the game would place this texture file over the existing slot like it does with empty armor slots, empty smithing table slots and the like.
- relates to
-
MC-74408 The brewing stand GUI does not have container sprites for the fuel and potion output slots
- Resolved