Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-178150

New Format Colors missing from _global_variables.json

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.60.24 Preview
    • None
    • Unconfirmed
    • Multiple

      I'm not sure if this is a bug or just a forgotten feature, but _global_variables.json is missing the latest added color formats. The existing ones are old and outdated

      //////// Color format colors ////////
        "$0_color_format": [ 0.0, 0.0, 0.0 ], // Black
        "$1_color_format": [ 0.0, 0.0, 0.667 ], // Dark Blue
        "$2_color_format": [ 0.0, 0.667, 0 ], // Dark Green
        "$3_color_format": [ 0.0, 0.667, 0.667 ], // Dark Aqua
        "$4_color_format": [ 0.667, 0.0, 0.0 ], // Dark Red
        "$5_color_format": [ 0.667, 0.0, 0.667 ], // Dark Purple
        "$6_color_format": [ 1.0, 0.667, 0.0 ], // Gold
        "$7_color_format": [ 0.776, 0.776, 0.776 ], // Gray
        "$8_color_format": [ 0.333, 0.333, 0.333 ], // Dark Gray
        "$9_color_format": [ 0.333, 0.333, 1.0 ], // Blue
        "$a_color_format": [ 0.333, 1.0, 0.333 ], // Green
        "$b_color_format": [ 0.333, 1.0, 1.0 ], // Aqua
        "$c_color_format": [ 1.0, 0.333, 0.333 ], // Red
        "$d_color_format": [ 1.0, 0.333, 1.0 ], // Light Purple
        "$e_color_format": [ 1.0, 1.0, 0.333 ], // Yellow
        "$f_color_format": [ 1.0, 1.0, 1.0 ], // White

            TheEnemiez David
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: