Comparing Minecraft Bedrock version 1.14.30.2 against version 1.14.0.9

Comparing Minecraft 1.14.30.2 against Minecraft 1.14.0.9 (the previous major release version)

*Note: The data below ignores files located within the Chemistry, Education, Education Demo, Font, Persona, Vanilla Trial, Vanilla VR and Preview directories as these are not affecting of the vanilla game.

Data Folders

Version 1.14.30.2 has a total of 7,614 files within the data folders
Version 1.14.0.9 has a total of 7,613 files within the data folders
There are 1 more files in the 1.14.30.2 data folders than 1.14.0.9

File Changes

There are 2 new files in the data folders.
2 files have been removed from the data folders.
15 files have changed inside the data folders.

Which files have been added/removed and changed?






    • behavior_packs/vanilla_1.14/entities/bee.json
    • behavior_packs/vanilla/entities/wolf.json
    • texts/en_US.lang
    • resource_packs/vanilla_1.14/items/honey_bottle.json
    • resource_packs/vanilla/ui/convert_purchases_to_xbl_screen.json
    • resource_packs/vanilla/ui/day_one_experience_intro_screen.json
    • resource_packs/vanilla/ui/gamepad_disconnected.json
    • resource_packs/vanilla/ui/persona_screen.json
    • resource_packs/vanilla/ui/progress_screen.json
    • resource_packs/vanilla/ui/realmsPlus_sections/landing_section.json
    • resource_packs/vanilla/ui/settings_sections/general_section.json
    • resource_packs/vanilla/ui/start_screen.json
    • resource_packs/vanilla/ui/toast_screen.json
    • resource_packs/vanilla/ui/ui_template_tabs.json
    • resource_packs/vanilla/ui/xbl_console_signin.json

Comparison Deep Dive

A list of all of the changes to the existing vanilla behavior pack and resource pack files between versions...

Note: This does not include new files or entries that have been added between versions. It just compares entries that exist between each version.


      • New Value:
        "minecraft:behavior.melee_attack": {
            "priority": 3,
            "target_dist": 1.2,
            "track_target": false,
            "attack_once": true,
            "reach_multiplier": 2,
            "look_distance": 30,
            "untrackable_cooldown_delay": 17,
            "speed_multiplier": 9,
            "target_tracking": {
                "refresh_period_min": 4,
                "refresh_period_max": 11,
                "backoff": [
                 {
                    "distance_squared_gt": 256,
                    "refresh_period_delta": 50
                 },
                 {
                    "distance_squared_gt": 1024,
                    "refresh_period_delta": 100
                 }
                ]
            },
            "on_attack": {
                "event": "countdown_to_perish_event",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:behavior.melee_attack": {
            "priority": 2,
            "target_dist": 1.2,
            "track_target": false,
            "attack_once": true,
            "reach_multiplier": 2,
            "look_distance": 30,
            "untrackable_cooldown_delay": 17,
            "speed_multiplier": 9,
            "target_tracking": {
                "refresh_period_min": 4,
                "refresh_period_max": 11,
                "backoff": [
                 {
                    "distance_squared_gt": 256,
                    "refresh_period_delta": 50
                 },
                 {
                    "distance_squared_gt": 1024,
                    "refresh_period_delta": 100
                 }
                ]
            },
            "on_attack": {
                "event": "countdown_to_perish_event",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:behavior.breed": {
            "priority": 6,
            "speed_multiplier": 1
        }
        Previous Value:
        "minecraft:behavior.breed": {
            "priority": 4,
            "speed_multiplier": 1
        }
      • New Value:
        "minecraft:behavior.move_to_block": {
            "priority": 11,
            "search_range": 16,
            "search_height": 10,
            "tick_interval": 1,
            "goal_radius": 0.633,
            "target_blocks": [
                "bee_nest",
                "beehive"
            ],
            "on_reach": [
                {
                 "event": "minecraft:bee_returned_to_hive",
                 "target": "block"
                }
            ]
        }
        Previous Value:
        "minecraft:behavior.move_to_block": {
            "priority": 10,
            "search_range": 16,
            "search_height": 10,
            "tick_interval": 1,
            "goal_radius": 0.633,
            "target_blocks": [
                "bee_nest",
                "beehive"
            ],
            "on_reach": [
                {
                 "event": "minecraft:bee_returned_to_hive",
                 "target": "block"
                }
            ]
        }
      • New Value:
        "minecraft:behavior.move_to_block": {
            "priority": 11,
            "tick_interval": 1,
            "start_chance": 0.5,
            "search_range": 6,
            "search_height": 4,
            "goal_radius": 1,
            "stay_duration": 20,
            "target_selection_method": "random",
            "target_offset": [
                0,
                0.25,
                0
            ],
            "target_blocks": [
                "minecraft:red_flower",
                "minecraft:yellow_flower",
                "minecraft:wither_rose",
                "minecraft:sweet_berry_bush",
                "minecraft:double_plant:8",
                "minecraft:double_plant:9",
                "minecraft:double_plant:12",
                "minecraft:double_plant:13"
            ],
            "on_stay_completed": [
                {
                 "event": "collected_nectar",
                 "target": "self"
                }
            ]
        }
        Previous Value:
        "minecraft:behavior.move_to_block": {
            "priority": 10,
            "tick_interval": 1,
            "start_chance": 0.5,
            "search_range": 6,
            "search_height": 4,
            "goal_radius": 1,
            "stay_duration": 20,
            "target_selection_method": "random",
            "target_offset": [
                0,
                0.25,
                0
            ],
            "target_blocks": [
                "minecraft:red_flower",
                "minecraft:yellow_flower",
                "minecraft:wither_rose",
                "minecraft:sweet_berry_bush",
                "minecraft:double_plant:8",
                "minecraft:double_plant:9",
                "minecraft:double_plant:12",
                "minecraft:double_plant:13"
            ],
            "on_stay_completed": [
                {
                 "event": "collected_nectar",
                 "target": "self"
                }
            ]
        }
      • New Value:
        "minecraft:behavior.go_home": {
            "priority": 5,
            "speed_multiplier": 1,
            "interval": 1,
            "goal_radius": 1.2,
            "on_home": [
                {
                 "filters": {
                    "any_of": [
                        {
                         "test": "is_block",
                         "subject": "block",
                         "value": "minecraft:bee_nest"
                        },
                        {
                         "test": "is_block",
                         "subject": "block",
                         "value": "minecraft:beehive"
                        }
                    ]
                 },
                 "event": "minecraft:bee_returned_to_hive",
                 "target": "block"
                },
                {
                 "filters": {
                    "all_of": [
                        {
                         "test": "is_block",
                         "subject": "block",
                         "operator": "!=",
                         "value": "minecraft:bee_nest"
                        },
                        {
                         "test": "is_block",
                         "subject": "block",
                         "operator": "!=",
                         "value": "minecraft:beehive"
                        }
                    ]
                 },
                 "event": "find_hive_event",
                 "target": "self"
                }
            ],
            "on_failed": {
                "event": "find_hive_event",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:behavior.go_home": {
            "priority": 4,
            "speed_multiplier": 1,
            "interval": 1,
            "goal_radius": 1.2,
            "on_home": [
                {
                 "filters": {
                    "any_of": [
                        {
                         "test": "is_block",
                         "subject": "block",
                         "value": "minecraft:bee_nest"
                        },
                        {
                         "test": "is_block",
                         "subject": "block",
                         "value": "minecraft:beehive"
                        }
                    ]
                 },
                 "event": "minecraft:bee_returned_to_hive",
                 "target": "block"
                },
                {
                 "filters": {
                    "all_of": [
                        {
                         "test": "is_block",
                         "subject": "block",
                         "operator": "!=",
                         "value": "minecraft:bee_nest"
                        },
                        {
                         "test": "is_block",
                         "subject": "block",
                         "operator": "!=",
                         "value": "minecraft:beehive"
                        }
                    ]
                 },
                 "event": "find_hive_event",
                 "target": "self"
                }
            ],
            "on_failed": {
                "event": "find_hive_event",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:behavior.nearest_attackable_target": {
            "priority": 3,
            "entity_types": [
                {
                 "filters": {
                    "test": "is_family",
                    "subject": "other",
                    "value": "player"
                 },
                 "max_dist": 10
                }
            ]
        }
        Previous Value:
        "minecraft:behavior.nearest_attackable_target": {
            "priority": 2,
            "entity_types": [
                {
                 "filters": {
                    "test": "is_family",
                    "subject": "other",
                    "value": "player"
                 },
                 "max_dist": 10
                }
            ]
        }
      • New Value:
        "minecraft:behavior.hurt_by_target": {
            "priority": 2
        }
        Previous Value:
        "minecraft:behavior.hurt_by_target": {
            "priority": 1
        }
      • New Value:
        "minecraft:behavior.panic": {
            "priority": 1,
            "speed_multiplier": 1.25,
            "force": true
        }
      • New Value:
        "minecraft:behavior.float": {
            "priority": 20
        }
        Previous Value:
        "minecraft:behavior.float": {
            "priority": 19
        }
      • New Value:
        "minecraft:behavior.random_hover": {
            "priority": 12,
            "xz_dist": 8,
            "y_dist": 8,
            "y_offset": -1,
            "interval": 1,
            "hover_height": [
                1,
                4
            ]
        }
        Previous Value:
        "minecraft:behavior.random_hover": {
            "priority": 11,
            "xz_dist": 8,
            "y_dist": 8,
            "y_offset": -1,
            "interval": 1,
            "hover_height": [
                1,
                4
            ]
        }
      • New Value:
        "minecraft:behavior.tempt": {
            "priority": 7,
            "speed_multiplier": 1.25,
            "within_radius": 8,
            "can_tempt_vertically": true,
            "items": [
                "minecraft:red_flower",
                "minecraft:yellow_flower",
                "minecraft:wither_rose",
                "minecraft:double_plant:0",
                "minecraft:double_plant:1",
                "minecraft:double_plant:4",
                "minecraft:double_plant:5"
            ]
        }
        Previous Value:
        "minecraft:behavior.tempt": {
            "priority": 5,
            "speed_multiplier": 1.25,
            "within_radius": 8,
            "can_tempt_vertically": true,
            "items": [
                "minecraft:red_flower",
                "minecraft:yellow_flower",
                "minecraft:wither_rose",
                "minecraft:double_plant:0",
                "minecraft:double_plant:1",
                "minecraft:double_plant:4",
                "minecraft:double_plant:5"
            ]
        }
      • New Value:
        "escape_fire": {
            "minecraft:behavior.panic": {
                "priority": 4,
                "speed_multiplier": 1.25,
                "force": true
            },
            "minecraft:timer": {
                "looping": false,
                "time": [
                 20,
                 50
                ],
                "randomInterval": true,
                "time_down_event": {
                 "event": "stop_panicking_after_fire",
                 "target": "self"
                }
            }
        }
      • New Value:
        "abort_sheltering": {
            "remove": {
                "component_groups": [
                 "abort_shelter_detection",
                 "return_to_home",
                 "escape_fire"
                ]
            },
            "add": {
                "component_groups": [
                 "shelter_detection",
                 "look_for_food"
                ]
            }
        }
        Previous Value:
        "abort_sheltering": {
            "remove": {
                "component_groups": [
                 "abort_shelter_detection",
                 "return_to_home"
                ]
            },
            "add": {
                "component_groups": [
                 "shelter_detection",
                 "look_for_food"
                ]
            }
        }
      • New Value:
        "countdown_to_perish_event": {
            "remove": {
                "component_groups": [
                 "collect_nectar",
                 "track_attacker",
                 "take_nearest_target",
                 "look_for_food",
                 "angry_bee",
                 "hive_full",
                 "escape_fire",
                 "find_hive"
                ]
            },
            "add": {
                "component_groups": [
                 "countdown_to_perish"
                ]
            }
        }
        Previous Value:
        "countdown_to_perish_event": {
            "remove": {
                "component_groups": [
                 "collect_nectar",
                 "track_attacker",
                 "take_nearest_target",
                 "look_for_food",
                 "angry_bee",
                 "hive_full",
                 "find_hive"
                ]
            },
            "add": {
                "component_groups": [
                 "countdown_to_perish"
                ]
            }
        }
      • New Value:
        "find_hive_timeout": {
            "sequence": [
                {
                 "filters": {
                    "test": "has_component",
                    "operator": "!=",
                    "value": "minecraft:is_charged"
                 },
                 "remove": {
                    "component_groups": [
                        "find_hive",
                        "escape_fire"
                    ]
                 },
                 "add": {
                    "component_groups": [
                        "look_for_food"
                    ]
                 }
                },
                {
                 "filters": {
                    "test": "has_component",
                    "value": "minecraft:is_charged"
                 },
                 "remove": {
                    "component_groups": [
                        "find_hive"
                    ]
                 },
                 "add": {
                    "component_groups": [
                        "return_to_home"
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "find_hive_timeout": {
            "sequence": [
                {
                 "filters": {
                    "test": "has_component",
                    "operator": "!=",
                    "value": "minecraft:is_charged"
                 },
                 "remove": {
                    "component_groups": [
                        "find_hive"
                    ]
                 },
                 "add": {
                    "component_groups": [
                        "look_for_food"
                    ]
                 }
                },
                {
                 "filters": {
                    "test": "has_component",
                    "value": "minecraft:is_charged"
                 },
                 "remove": {
                    "component_groups": [
                        "find_hive"
                    ]
                 },
                 "add": {
                    "component_groups": [
                        "return_to_home"
                    ]
                 }
                }
            ]
        }
      • New Value:
        "hive_destroyed": {
            "sequence": [
                {
                 "filters": {
                    "test": "is_family",
                    "subject": "self",
                    "operator": "!=",
                    "value": "pacified"
                 },
                 "add": {
                    "component_groups": [
                        "take_nearest_target"
                    ]
                 },
                 "remove": {
                    "component_groups": [
                        "escape_fire"
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "hive_destroyed": {
            "add": {
                "component_groups": [
                 "take_nearest_target"
                ]
            }
        }
      • New Value:
        "minecraft:ageable_grow_up": {
            "remove": {
                "component_groups": [
                 "bee_baby"
                ]
            },
            "add": {
                "component_groups": [
                 "bee_adult"
                ]
            }
        }
        Previous Value:
        "minecraft:ageable_grow_up": {
            "remove": {
                "component_groups": [
                 "bee_baby"
                ]
            },
            "add": {
                "component_groups": [
                 "bee_adult",
                 "track_attacker"
                ]
            }
        }
      • New Value:
        "minecraft:entity_born": {
            "add": {
                "component_groups": [
                 "bee_baby",
                 "shelter_detection",
                 "track_attacker",
                 "look_for_food"
                ]
            }
        }
        Previous Value:
        "minecraft:entity_born": {
            "add": {
                "component_groups": [
                 "bee_baby",
                 "shelter_detection",
                 "look_for_food"
                ]
            }
        }
      • New Value:
        "minecraft:entity_spawned": {
            "sequence": [
                {
                 "randomize": [
                    {
                        "weight": 95,
                        "add": {
                         "component_groups": [
                            "bee_adult"
                         ]
                        }
                    },
                    {
                        "weight": 5,
                        "add": {
                         "component_groups": [
                            "bee_baby"
                         ]
                        }
                    }
                 ]
                },
                {
                 "add": {
                    "component_groups": [
                        "track_attacker",
                        "shelter_detection",
                        "look_for_food"
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "minecraft:entity_spawned": {
            "randomize": [
                {
                 "weight": 95,
                 "add": {
                    "component_groups": [
                        "bee_adult",
                        "track_attacker",
                        "shelter_detection",
                        "look_for_food"
                    ]
                 }
                },
                {
                 "weight": 5,
                 "add": {
                    "component_groups": [
                        "bee_baby",
                        "shelter_detection",
                        "look_for_food"
                    ]
                 }
                }
            ]
        }
      • New Value:
        "minecraft:exited_disturbed_hive": {
            "add": {
                "component_groups": [
                 "take_nearest_target"
                ]
            },
            "remove": {
                "component_groups": [
                 "find_hive",
                 "return_to_home",
                 "has_nectar",
                 "abort_shelter_detection",
                 "shelter_detection",
                 "escape_fire"
                ]
            }
        }
        Previous Value:
        "minecraft:exited_disturbed_hive": {
            "add": {
                "component_groups": [
                 "take_nearest_target"
                ]
            },
            "remove": {
                "component_groups": [
                 "find_hive",
                 "return_to_home",
                 "has_nectar",
                 "abort_shelter_detection",
                 "shelter_detection"
                ]
            }
        }
      • New Value:
        "minecraft:exited_hive_on_fire": {
            "add": {
                "component_groups": [
                 "escape_fire"
                ]
            }
        }
      • New Value:
        "stop_panicking_after_fire": {
            "remove": {
                "component_groups": [
                 "escape_fire"
                ]
            }
        }
      • New Value:
        "minecraft:behavior.follow_parent": {
            "priority": 8,
            "speed_multiplier": 1.1
        }
        Previous Value:
        "minecraft:behavior.follow_parent": {
            "priority": 6,
            "speed_multiplier": 1.1
        }

      • New Value:
        "button_panel": {
            "type": "stack_panel",
            "orientation": "horizontal",
            "size": [
                "100%",
                30
            ],
            "controls": [
                {
                 "save_to_xbox_button@common_buttons.light_text_button": {
                    "$pressed_button_name": "button.save_to_xbl",
                    "$button_text": "xbl.savePurchase.saveButton",
                    "size": [
                        "50% - 1px",
                        30
                    ],
                    "$button_text_max_size": [
                        "100%",
                        20
                    ],
                    "$button_focus_precedence": 10
                 }
                },
                {
                 "padding": {
                    "type": "panel",
                    "size": [
                        2,
                        "100%"
                    ]
                 }
                },
                {
                 "leave_on_device_button@common_buttons.light_text_button": {
                    "$pressed_button_name": "button.leave_on_device",
                    "$button_text": "xbl.savePurchase.leaveOnDevice",
                    "size": [
                        "50% - 1px",
                        30
                    ],
                    "$button_text_max_size": [
                        "100%",
                        20
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "button_panel": {
            "type": "stack_panel",
            "orientation": "horizontal",
            "size": [
                "100%",
                30
            ],
            "controls": [
                {
                 "save_to_xbox_button@common_buttons.light_text_button": {
                    "$pressed_button_name": "button.save_to_xbl",
                    "$button_text": "#confirm_button_text",
                    "size": [
                        "50% - 1px",
                        30
                    ],
                    "$button_text_max_size": [
                        "100%",
                        20
                    ],
                    "$button_focus_precedence": 10,
                    "$button_text_binding_type": "global"
                 }
                },
                {
                 "padding": {
                    "type": "panel",
                    "size": [
                        2,
                        "100%"
                    ]
                 }
                },
                {
                 "leave_on_device_button@common_buttons.light_text_button": {
                    "$pressed_button_name": "button.leave_on_device",
                    "$button_text": "#skip_button_text",
                    "size": [
                        "50% - 1px",
                        30
                    ],
                    "$button_text_max_size": [
                        "100%",
                        20
                    ],
                    "$button_text_binding_type": "global"
                 }
                }
            ]
        }
      • New Value:
        "cross_platform_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "cross_platform_navigation_tab_toggle",
            "$toggle_group_forced_index": 2,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_cross_platform_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "$top_tab_tts_name": "$tab_tts_name_cross_platform"
        }
        Previous Value:
        "cross_platform_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "cross_platform_navigation_tab_toggle",
            "$toggle_group_forced_index": 2,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_cross_platform_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel"
        }
      • New Value:
        "marketplace_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "marketplace_navigation_tab_toggle",
            "$toggle_group_forced_index": 1,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_marketplace_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "$top_tab_tts_name": "$tab_tts_name_marketplace"
        }
        Previous Value:
        "marketplace_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "marketplace_navigation_tab_toggle",
            "$toggle_group_forced_index": 1,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_marketplace_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel"
        }
      • New Value:
        "padding_4@day_one_experience_intro.padding_vertical": []
        Previous Value:
        "padding_4@day_one_experience_intro.padding_vertical": {
            "size": [
                "100%",
                16
            ]
        }
      • New Value:
        "realms_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "realms_navigation_tab_toggle",
            "$toggle_group_forced_index": 3,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_realms_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "ignored": "(not $is_realms_enabled)",
            "$top_tab_tts_name": "$tab_tts_name_realms"
        }
        Previous Value:
        "realms_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "realms_navigation_tab_toggle",
            "$toggle_group_forced_index": 3,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_realms_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "ignored": "(not $is_realms_enabled)"
        }
      • New Value:
        "tab_content_description_panel@common.tts_label_focus_wrapper": {
            "$tts_label_panel": "day_one_experience_intro.label_panel",
            "$focus_border_size": [
                "100% + 20px",
                "100% + 14px"
            ],
            "size": [
                "90%",
                "100%"
            ],
            "$text_color": "$body_text_color",
            "$text": "$description_text",
            "anchor_from": "top_middle",
            "anchor_to": "top_middle"
        }
      • Previous Value:
        "tab_content_description_panel@day_one_experience_intro.label_panel": {
            "size": [
                "90%",
                "100%"
            ],
            "$text_color": "$body_text_color",
            "$text": "$description_text",
            "anchor_from": "top_middle",
            "anchor_to": "top_middle"
        }
      • New Value:
        "villagers_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "villager_navigation_tab_toggle",
            "$toggle_group_forced_index": 4,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_villager_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "$top_tab_tts_name": "$tab_tts_name_villagers"
        }
        Previous Value:
        "villagers_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "villager_navigation_tab_toggle",
            "$toggle_group_forced_index": 4,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_villager_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel"
        }
      • New Value:
        "welcome_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "welcome_navigation_tab_toggle",
            "$toggle_group_forced_index": 0,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_logo_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel",
            "$top_tab_tts_name": "$tab_tts_name_welcome"
        }
        Previous Value:
        "welcome_navigation_tab@day_one_experience_intro.top_tab": {
            "size": "$tab_size",
            "$tab_view_binding_name": "welcome_navigation_tab_toggle",
            "$toggle_group_forced_index": 0,
            "$radio_toggle_group": true,
            "$texture": "textures/ui/day_one_carousel_logo_thumb",
            "$tab_panel": "day_one_experience_intro.image_panel"
        }
      • New Value:
        "$toggle_tts_toggle_off_text": ""
      • New Value:
        "$toggle_tts_toggle_on_text": "accessibility.state.selected"
      • New Value:
        "dialog_background_hollow_3@common.dialog_background_hollow_3": {
            "size": [
                "100%",
                "110%"
            ],
            "controls": [
                {
                 "control": {
                    "type": "image",
                    "texture": "textures/ui/control",
                    "size": [
                        "100% - 16px",
                        "100%"
                    ],
                    "layer": -1,
                    "controls": [
                        {
                         "content_panel": {
                            "type": "stack_panel",
                            "size": [
                                "100% - 4px",
                                "100%"
                            ],
                            "controls": [
                                {
                                 "padding_0": {
                                    "type": "panel",
                                    "size": [
                                        0,
                                        8
                                    ]
                                 }
                                },
                                {
                                 "title": {
                                    "layer": 10,
                                    "type": "label",
                                    "offset": [
                                        0,
                                        8
                                    ],
                                    "size": [
                                        "95%",
                                        10
                                    ],
                                    "color": "$title_text_color",
                                    "shadow": false,
                                    "text": "gamepad_disconnect"
                                 }
                                },
                                {
                                 "padding_1": {
                                    "type": "panel",
                                    "size": [
                                        0,
                                        8
                                    ]
                                 }
                                },
                                {
                                 "description": {
                                    "layer": 10,
                                    "type": "label",
                                    "color": "$body_text_color",
                                    "size": [
                                        "100%",
                                        "default"
                                    ],
                                    "text": "gamepad_disconnect.reconnectController"
                                 }
                                }
                            ]
                         }
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "dialog_background_hollow_3@common.dialog_background_hollow_3": {
            "size": [
                "100%",
                "100%"
            ],
            "controls": [
                {
                 "control": {
                    "type": "image",
                    "texture": "textures/ui/control",
                    "size": [
                        "100% - 16px",
                        "100%"
                    ],
                    "layer": -1,
                    "controls": [
                        {
                         "content_panel": {
                            "type": "stack_panel",
                            "size": [
                                "100% - 4px",
                                "100%"
                            ],
                            "controls": [
                                {
                                 "padding_0": {
                                    "type": "panel",
                                    "size": [
                                        0,
                                        8
                                    ]
                                 }
                                },
                                {
                                 "title": {
                                    "layer": 10,
                                    "type": "label",
                                    "offset": [
                                        0,
                                        8
                                    ],
                                    "size": [
                                        "95%",
                                        10
                                    ],
                                    "color": "$title_text_color",
                                    "shadow": false,
                                    "text": "gamepad_disconnect"
                                 }
                                },
                                {
                                 "padding_1": {
                                    "type": "panel",
                                    "size": [
                                        0,
                                        8
                                    ]
                                 }
                                },
                                {
                                 "description": {
                                    "layer": 10,
                                    "type": "label",
                                    "color": "$body_text_color",
                                    "size": [
                                        "100%",
                                        "default"
                                    ],
                                    "text": "connect_gamepad.pressButtonToContinue"
                                 }
                                }
                            ]
                         }
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "binding_name": "#is_right_panel_classic_skin_pack_title_visible"
        Previous Value:
        "binding_name": "#is_right_panel_classic_skin_pack_visible"
      • New Value:
        "built_in_skin_pack@common.empty_panel": {
            "controls": [
                {
                 "default_skin_pack_info@persona.right_panel_classic_skin_default_pack_information": {
                    "$ignore_choose_skin": false,
                    "bindings": [
                        {
                         "binding_name": "#is_right_panel_classic_custom_visible",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                },
                {
                 "blank_skin_pack_info@persona.right_panel_classic_skin_default_pack_information": {
                    "$ignore_choose_skin": true,
                    "bindings": [
                        {
                         "binding_name": "(not #is_right_panel_classic_custom_visible)",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ],
            "bindings": [
                {
                 "binding_name": "(not #is_right_panel_classic_skin_pack_visible)",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • Previous Value:
        "progress_loading@persona.loading_progress_bars": {
            "bindings": [
                {
                 "binding_type": "$persona_skin_pack_binding_type",
                 "binding_name": "#is_classic_skin_pack_loading",
                 "binding_collection_name": "$persona_skin_pack_collection_name",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • New Value:
        "progress_loading_button@common.button": {
            "$pressed_button_name": "button.fake_button",
            "controls": [
                {
                 "content@persona.loading_progress_bars": []
                },
                {
                 "default@common.empty_panel": []
                },
                {
                 "hover@persona.focus_border_skin_picker": []
                },
                {
                 "pressed@persona.selected_border_skin_picker": []
                }
            ],
            "bindings": [
                {
                 "binding_type": "$persona_skin_pack_binding_type",
                 "binding_name": "#is_classic_skin_pack_loading",
                 "binding_collection_name": "$persona_skin_pack_collection_name",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • Previous Value:
        "right_panel_classic_skin_pack@common.empty_panel": {
            "controls": [
                {
                 "content_panel@common.empty_panel": {
                    "controls": [
                        {
                         "content_pack@persona.right_panel_classic_skin_pack": []
                        },
                        {
                         "bottom_buttons@persona.right_panel_bottom_buttons": []
                        }
                    ],
                    "bindings": [
                        {
                         "binding_name": "(not #is_classic_skin_current_offer_loading)",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                },
                {
                 "progress_loading@persona.loading_progress_bars": {
                    "bindings": [
                        {
                         "binding_name": "#is_classic_skin_current_offer_loading",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ],
            "bindings": [
                {
                 "binding_name": "#is_right_panel_classic_skin_pack_visible",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • Previous Value:
        "right_panel_default_classic_skins_panel": {
            "type": "panel",
            "controls": [
                {
                 "right_panel_default_classic_skins": {
                    "type": "label",
                    "layer": 2,
                    "offset": [
                        7,
                        0
                    ],
                    "size": [
                        "100% - 8px",
                        "100% - 4px"
                    ],
                    "anchor_from": "left_middle",
                    "anchor_to": "left_middle",
                    "text": "#right_panel_description",
                    "font_type": "smooth",
                    "color": "$dressing_room_right_side_default_text_color",
                    "bindings": [
                        {
                         "binding_name": "#right_panel_description"
                        }
                    ]
                 }
                },
                {
                 "select_custom_skin@common_buttons.light_content_button": {
                    "size": [
                        "50%",
                        "40%"
                    ],
                    "offset": [
                        5,
                        15
                    ],
                    "anchor_from": "bottom_left",
                    "anchor_to": "bottom_left",
                    "$pressed_button_name": "button.choose_custom_skin",
                    "$button_content": "persona.minecraft_ten_button_label",
                    "$persona_minecraft_ten_button_label_text": "dr.classic_skins.choose_custom_skin"
                 }
                }
            ],
            "bindings": [
                {
                 "binding_name": "#is_right_panel_classic_custom_visible",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • New Value:
        "skin_pack_info@persona.right_panel_classic_skin_pack_information": {
            "bindings": [
                {
                 "binding_name": "#is_right_panel_classic_skin_pack_visible",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • New Value:
        "title_panel@common.empty_panel": {
            "type": "input_panel",
            "size": [
                "60% - 4px",
                "100%c + 4px"
            ],
            "controls": [
                {
                 "title": {
                    "type": "label",
                    "size": [
                        "100%",
                        10
                    ],
                    "layer": 2,
                    "color": "$dressing_room_right_side_default_text_color",
                    "font_type": "MinecraftTen",
                    "offset": [
                        0,
                        -1.5
                    ],
                    "text": "#right_panel_title",
                    "text_alignment": "left",
                    "font_scale_factor": 0.85,
                    "bindings": [
                        {
                         "binding_name": "#right_panel_title"
                        },
                        {
                         "binding_name": "#is_right_panel_classic_skin_pack_title_visible",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "title_panel@common.empty_panel": {
            "type": "input_panel",
            "size": [
                "60% - 4px",
                "100%c + 4px"
            ],
            "controls": [
                {
                 "title": {
                    "type": "label",
                    "size": [
                        "100%",
                        10
                    ],
                    "layer": 2,
                    "color": "$dressing_room_right_side_default_text_color",
                    "font_type": "MinecraftTen",
                    "offset": [
                        0,
                        -1.5
                    ],
                    "text": "#right_panel_title",
                    "text_alignment": "left",
                    "font_scale_factor": 0.85,
                    "bindings": [
                        {
                         "binding_name": "#right_panel_title"
                        },
                        {
                         "binding_name": "#is_right_panel_classic_skin_pack_visible",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "texture": "textures/ui/infobulb_darkborder_small"
        Previous Value:
        "texture": "textures/ui/infoBulb_Darkborder_small"
      • New Value:
        "right_panel_classic_skin_default_pack_information": {
            "type": "panel",
            "controls": [
                {
                 "right_panel_default_classic_skins": {
                    "type": "label",
                    "layer": 2,
                    "offset": [
                        7,
                        0
                    ],
                    "size": [
                        "100% - 8px",
                        "100% - 4px"
                    ],
                    "anchor_from": "left_middle",
                    "anchor_to": "left_middle",
                    "text": "#right_panel_description",
                    "font_type": "smooth",
                    "color": "$dressing_room_right_side_default_text_color",
                    "bindings": [
                        {
                         "binding_name": "#right_panel_description"
                        }
                    ]
                 }
                },
                {
                 "select_custom_skin@common_buttons.light_content_button": {
                    "$ignore_choose_skin|default": true,
                    "ignored": "$ignore_choose_skin",
                    "size": [
                        "50%",
                        "40%"
                    ],
                    "offset": [
                        5,
                        15
                    ],
                    "anchor_from": "bottom_left",
                    "anchor_to": "bottom_left",
                    "$pressed_button_name": "button.choose_custom_skin",
                    "$button_content": "persona.minecraft_ten_button_label",
                    "$persona_minecraft_ten_button_label_text": "dr.classic_skins.choose_custom_skin"
                 }
                }
            ]
        }
      • New Value:
        "right_panel_classic_skin_pack_information@common.empty_panel": {
            "controls": [
                {
                 "content_panel@common.empty_panel": {
                    "controls": [
                        {
                         "content_pack@persona.right_panel_classic_skin_pack": []
                        },
                        {
                         "bottom_buttons@persona.right_panel_bottom_buttons": []
                        }
                    ],
                    "bindings": [
                        {
                         "binding_name": "(not #is_classic_skin_current_offer_loading)",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                },
                {
                 "progress_loading@persona.loading_progress_bars": {
                    "bindings": [
                        {
                         "binding_name": "#is_classic_skin_current_offer_loading",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "button_mappings": [
            {
                "from_button_id": "button.menu_cancel",
                "to_button_id": "modal.escape",
                "mapping_type": "global"
            },
            {
                "from_button_id": "button.menu_up",
                "to_button_id": "button.menu_up",
                "mapping_type": "global",
                "scope": "view"
            },
            {
                "from_button_id": "button.menu_down",
                "to_button_id": "button.menu_down",
                "mapping_type": "global",
                "scope": "view"
            },
            {
                "from_button_id": "button.menu_left",
                "to_button_id": "button.menu_left",
                "mapping_type": "global",
                "scope": "view"
            },
            {
                "from_button_id": "button.menu_right",
                "to_button_id": "button.menu_right",
                "mapping_type": "global",
                "scope": "view"
            }
        ]
      • New Value:
        "info_text_bullet_4@realmsPlus_landing.info_text_bullet": {
            "$info_text_line": "store.realmsPlus.landing.info2.line4",
            "bindings": [
                {
                 "binding_name": "#realms_plus_one_month_free_trial_visible",
                 "binding_name_override": "#visible"
                }
            ]
        }
        Previous Value:
        "info_text_bullet_4@realmsPlus_landing.info_text_bullet": {
            "$info_text_line": "store.realmsPlus.landing.info2.line4"
        }
      • New Value:
        "unlink_msa_account@settings_common.action_button": {
            "ignored": "(not $is_pregame) or ($is_publish and (not $is_berwick))",
            "$pressed_button_name": "button.unlink_msa",
            "$button_text": "options.unlink_msa.button",
            "bindings": [
                {
                 "binding_name": "#logged_in",
                 "binding_name_override": "#visible"
                }
            ]
        }
        Previous Value:
        "unlink_msa_account@settings_common.action_button": {
            "ignored": "(not $is_berwick or not $is_pregame)",
            "$pressed_button_name": "button.unlink_msa",
            "$button_text": "options.unlink_msa.button",
            "bindings": [
                {
                 "binding_name": "#logged_in",
                 "binding_name_override": "#visible"
                }
            ]
        }
      • New Value:
        "$top_tab_tts_name|default": "accessibility.tab.tts.title"
      • New Value:
        "$tab_view_binding_name@common.toggle": {
            "$toggle_tts_name": "$top_tab_tts_name",
            "$toggle_tts_enabled_binding_type": "global",
            "$toggle_reset_on_focus_lost|default": true,
            "reset_on_focus_lost": "$toggle_reset_on_focus_lost",
            "controls": [
                {
                 "unchecked@$tab_panel": {
                    "$text_color": "$unchecked_text_color",
                    "$secondary_text_color": "$unchecked_secondary_text_color",
                    "$glyph_color": "$unchecked_glyph_color",
                    "$tab_texture": "$unchecked_default_image",
                    "$tab_state": "unchecked",
                    "layer": 1
                 }
                },
                {
                 "unchecked_hover@$tab_panel": {
                    "$text_color": "$unchecked_hover_text_color",
                    "$secondary_text_color": "$unchecked_hover_secondary_text_color",
                    "$glyph_color": "$unchecked_hover_glyph_color",
                    "$tab_texture": "$unchecked_hover_image",
                    "$tab_state": "unchecked_hover",
                    "layer": 1
                 }
                },
                {
                 "unchecked_locked@$tab_panel": {
                    "$text_color": "$unchecked_locked_text_color",
                    "$secondary_text_color": "$unchecked_locked_secondary_text_color",
                    "$glyph_color": "$unchecked_locked_glyph_color",
                    "$tab_texture": "$unchecked_locked_image",
                    "$tab_state": "unchecked_locked",
                    "layer": 1
                 }
                },
                {
                 "unchecked_locked_hover@$tab_panel": {
                    "$text_color": "$unchecked_locked_hover_text_color",
                    "$secondary_text_color": "$unchecked_locked_hover_secondary_text_color",
                    "$glyph_color": "$unchecked_locked_hover_glyph_color",
                    "$tab_texture": "$unchecked_locked_hover_image",
                    "$tab_state": "unchecked_locked_hover",
                    "layer": 1
                 }
                },
                {
                 "checked@$tab_panel": {
                    "$text_color": "$checked_text_color",
                    "$secondary_text_color": "$checked_secondary_text_color",
                    "$glyph_color": "$checked_glyph_color",
                    "$tab_texture": "$checked_default_image",
                    "$tab_state": "checked",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_hover@$tab_panel": {
                    "$text_color": "$checked_hover_text_color",
                    "$secondary_text_color": "$checked_hover_secondary_text_color",
                    "$glyph_color": "$checked_hover_glyph_color",
                    "$tab_texture": "$checked_hover_image",
                    "$tab_state": "checked_hover",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_locked@$tab_panel": {
                    "$text_color": "$checked_locked_text_color",
                    "$secondary_text_color": "$checked_locked_secondary_text_color",
                    "$glyph_color": "$checked_locked_glyph_color",
                    "$tab_texture": "$checked_locked_image",
                    "$tab_state": "checked_locked",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_locked_hover@$tab_panel": {
                    "$text_color": "$checked_locked_hover_text_color",
                    "$secondary_text_color": "$checked_locked_hover_secondary_text_color",
                    "$glyph_color": "$checked_locked_hover_glyph_color",
                    "$tab_texture": "$checked_locked_hover_image",
                    "$tab_state": "checked_locked_hover",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                }
            ]
        }
        Previous Value:
        "$tab_view_binding_name@common.toggle": {
            "$toggle_tts_name": "accessibility.tab.tts.title",
            "$toggle_tts_enabled_binding_type": "global",
            "$toggle_reset_on_focus_lost|default": true,
            "reset_on_focus_lost": "$toggle_reset_on_focus_lost",
            "controls": [
                {
                 "unchecked@$tab_panel": {
                    "$text_color": "$unchecked_text_color",
                    "$secondary_text_color": "$unchecked_secondary_text_color",
                    "$glyph_color": "$unchecked_glyph_color",
                    "$tab_texture": "$unchecked_default_image",
                    "$tab_state": "unchecked",
                    "layer": 1
                 }
                },
                {
                 "unchecked_hover@$tab_panel": {
                    "$text_color": "$unchecked_hover_text_color",
                    "$secondary_text_color": "$unchecked_hover_secondary_text_color",
                    "$glyph_color": "$unchecked_hover_glyph_color",
                    "$tab_texture": "$unchecked_hover_image",
                    "$tab_state": "unchecked_hover",
                    "layer": 1
                 }
                },
                {
                 "unchecked_locked@$tab_panel": {
                    "$text_color": "$unchecked_locked_text_color",
                    "$secondary_text_color": "$unchecked_locked_secondary_text_color",
                    "$glyph_color": "$unchecked_locked_glyph_color",
                    "$tab_texture": "$unchecked_locked_image",
                    "$tab_state": "unchecked_locked",
                    "layer": 1
                 }
                },
                {
                 "unchecked_locked_hover@$tab_panel": {
                    "$text_color": "$unchecked_locked_hover_text_color",
                    "$secondary_text_color": "$unchecked_locked_hover_secondary_text_color",
                    "$glyph_color": "$unchecked_locked_hover_glyph_color",
                    "$tab_texture": "$unchecked_locked_hover_image",
                    "$tab_state": "unchecked_locked_hover",
                    "layer": 1
                 }
                },
                {
                 "checked@$tab_panel": {
                    "$text_color": "$checked_text_color",
                    "$secondary_text_color": "$checked_secondary_text_color",
                    "$glyph_color": "$checked_glyph_color",
                    "$tab_texture": "$checked_default_image",
                    "$tab_state": "checked",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_hover@$tab_panel": {
                    "$text_color": "$checked_hover_text_color",
                    "$secondary_text_color": "$checked_hover_secondary_text_color",
                    "$glyph_color": "$checked_hover_glyph_color",
                    "$tab_texture": "$checked_hover_image",
                    "$tab_state": "checked_hover",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_locked@$tab_panel": {
                    "$text_color": "$checked_locked_text_color",
                    "$secondary_text_color": "$checked_locked_secondary_text_color",
                    "$glyph_color": "$checked_locked_glyph_color",
                    "$tab_texture": "$checked_locked_image",
                    "$tab_state": "checked_locked",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                },
                {
                 "checked_locked_hover@$tab_panel": {
                    "$text_color": "$checked_locked_hover_text_color",
                    "$secondary_text_color": "$checked_locked_hover_secondary_text_color",
                    "$glyph_color": "$checked_locked_hover_glyph_color",
                    "$tab_texture": "$checked_locked_hover_image",
                    "$tab_state": "checked_locked_hover",
                    "$is_checked_state": true,
                    "layer": 2
                 }
                }
            ]
        }
      • New Value:
        "banner_1@xbl_console_signin.banner_fill": {
            "size": [
                "100%",
                "100%c + 6px"
            ],
            "layer": 1,
            "controls": [
                {
                 "url_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "#url",
                    "layer": 2,
                    "text_alignment": "center",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth",
                    "font_scale_factor": "$xbl_signin_font_scale_factor",
                    "bindings": [
                        {
                         "binding_name": "#url"
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "banner_1@xbl_console_signin.banner_fill": {
            "size": [
                "100%",
                "100%c + 6px"
            ],
            "layer": 1,
            "controls": [
                {
                 "url_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "#url",
                    "layer": 2,
                    "text_alignment": "center",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth",
                    "font_scale_factor": 2,
                    "bindings": [
                        {
                         "binding_name": "#url"
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "banner_2@xbl_console_signin.banner_fill": {
            "size": [
                "100%",
                "100%c + 6px"
            ],
            "layer": 1,
            "controls": [
                {
                 "code_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "#code",
                    "layer": 2,
                    "text_alignment": "center",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth",
                    "font_scale_factor": "$xbl_signin_font_scale_factor",
                    "bindings": [
                        {
                         "binding_name": "#code"
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "banner_2@xbl_console_signin.banner_fill": {
            "size": [
                "100%",
                "100%c + 6px"
            ],
            "layer": 1,
            "controls": [
                {
                 "code_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "#code",
                    "layer": 2,
                    "text_alignment": "center",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth",
                    "font_scale_factor": 2,
                    "bindings": [
                        {
                         "binding_name": "#code"
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "gamepad_helper_b@common.gamepad_helper_b": {
            "anchor_from": "bottom_middle",
            "anchor_to": "bottom_middle",
            "offset": [
                0,
                "-5%"
            ]
        }
        Previous Value:
        "gamepad_helper_b@common.gamepad_helper_b": {
            "anchor_from": "bottom_middle",
            "anchor_to": "bottom_middle",
            "offset": [
                0,
                "-10%"
            ]
        }
      • New Value:
        "message_label_panel": {
            "type": "stack_panel",
            "size": [
                "100%",
                "100%c"
            ],
            "controls": [
                {
                 "message_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "xbox.signin.message",
                    "anchor_from": "top_left",
                    "anchor_to": "top_left",
                    "layer": 2,
                    "text_alignment": "left",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth"
                 }
                },
                {
                 "padding": {
                    "type": "panel",
                    "size": [
                        "100%",
                        4
                    ],
                    "visible": "#message_line2_visible",
                    "bindings": [
                        {
                         "binding_name": "#message_line2_visible",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                },
                {
                 "message_label_line2": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "xbox.signin.message.line2",
                    "anchor_from": "top_left",
                    "anchor_to": "top_left",
                    "layer": 2,
                    "text_alignment": "left",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth",
                    "visible": "#message_line2_visible",
                    "bindings": [
                        {
                         "binding_name": "#message_line2_visible",
                         "binding_name_override": "#visible"
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "message_label_panel": {
            "type": "panel",
            "size": [
                "100%",
                "100%c"
            ],
            "controls": [
                {
                 "message_label": {
                    "type": "label",
                    "size": [
                        "100%",
                        "default"
                    ],
                    "text": "xbox.signin.message",
                    "anchor_from": "center",
                    "anchor_to": "center",
                    "layer": 2,
                    "text_alignment": "center",
                    "color": "$xbl_signin_text_color",
                    "font_type": "smooth"
                 }
                }
            ]
        }