-
Bug
-
Resolution: Works As Intended
-
None
-
24w37a
-
None
-
Confirmed
-
Commands, UI
The bug
When using commands to create items with a "tooltip_style" which does not match any existing tooltip texture, the missing texture is used.
This is inconsistent with other components such as custom_model_data, where the default textures are used as a fallback option.
How to reproduce
/give @s stone[minecraft:tooltip_style=invalid_texture]
- Mouse over
Expected results
Since this doesn't match any existing textures, the default tooltip texture would be used as a fallback.
The missing texture should only appear in cases where there are issues with the current resource pack.
Actual results
The missing texture is present and prominent.
How to fix
Use the default tooltip as a fallback texture if the specified tooltip style does not match anything in a loaded resource pack.
- relates to
-
MC-276671 Missing model when giving an item with an invalid model
- Resolved
-
MC-276725 Missing texture when eating an item with the air model
- Open
-
MC-276737 Missing texture when eating items with certain template models
- Resolved
-
MC-276768 Missing texture when throwing eggs with the air model
- Resolved