-
Bug
-
Resolution: Unresolved
-
None
-
24w35a, 24w37a, 24w39a, 1.21.2 Pre-Release 3
-
Confirmed
-
Textures and models, UI
-
1299605
-
Expansion A
The storage bar colors for partial and full bundles are inconsistent across platforms and locations within the menu. The Bedrock equivalent of this report is MCPE-186256.
For reference, Small Bar means this storage bar:
Large Bar means this storage bar:
The Small Bar colors differ between platforms:
Bedrock vs. Java Small Bar Colors
Color | JAVA Blue Storage Bar | JAVA Red Storage Bar | BEDROCK Blue Storage Bar | BEDROCK Red Storage Bar |
---|---|---|---|---|
Hex | 7087FF | FF5454 | 6666FF | FF6666 |
RGB | 112, 135, 255 | 255, 84, 84 | 102, 102, 255 | 255, 102, 102 |
RGB (0-1) | 0.439, 0.529, 1.0 | 1.0, 0.329, 0.329 | 0.4, 0.4, 1.0 | 1.0, 0.4, 0.4 |
The Large Bar colors match between platforms, but are inconsistent with the Small Bar colors:
Bedrock vs. Java Large Bar Colors
Color | JAVA Blue Storage Bar | JAVA Red Storage Bar | BEDROCK Blue Storage Bar | BEDROCK Red Storage Bar |
---|---|---|---|---|
Hex | 5555FF | FF5555 | 5555FF | FF5555 |
RGB | 85, 85, 255 | 255, 85, 85 | 85, 85, 255 | 255, 85, 85 |
RGB (0-1) | 0.333, 0.333, 1.0 | 1.0, 0.333, 0.333 | 0.333, 0.333, 1.0 | 1.0, 0.333, 0.333 |
Expected Result
Bundle storage bar colors are identical in all sizes across both platforms.
Observed Result
Bundle storage bar colors vary on each platform and with each size.
Note
Large storage bar colors are determined both by the bundle_progressbar_[fill/full] files on Java and theĀ container_weight_bar_[fill/full] files on Bedrock.
Small storage bar colors are hard-coded on Java Edition. Small storage bar colors are determined by theĀ primary_color and full_storage_color properties in ui_common.json on Bedrock.
- relates to
-
MCPE-186256 Bundle storage bar colors are inconsistent
- Open