-
Bug
-
Resolution: Fixed
-
24w37a
-
None
-
Confirmed
-
Rendering, Resource Packs, Textures and models
-
Low
-
Platform
Relates to MC-276728.
The bug
If a bundle has a different item model as given via a command, it will appear darker than normal when the player scrolls through the contents.
How to reproduce
- Get a normal bundle
/give @s bundle[item_model="minecraft:stone"]
- Put items in each
- Scroll through each
- Compare visually
Expected results
The custom model bundle would not appear darker than the normal bundle.
Actual results
It is.
How to fix
Whatever hardcoded thing is overriding the inventory model needs to be revised, possibly component-driven.
- relates to
-
MC-276847 Bundles given the model of a different bundle will not preserve their color when scrolled through
- Resolved