mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 14:46:14 +00:00
3227 lines
115 KiB
JSON
3227 lines
115 KiB
JSON
/********************************************************
|
|
+* (c) Mojang. All rights reserved *
|
|
+* (c) Microsoft. All rights reserved. *
|
|
+*********************************************************/
|
|
|
|
{
|
|
"namespace": "world_section",
|
|
|
|
"selector_pane_content": {
|
|
"type": "stack_panel",
|
|
|
|
"$tts_section_header": "realmsSettingsScreen.worldSectionTitle",
|
|
"variables": {
|
|
"requires": "$is_pregame",
|
|
"$tts_section_header": "options.editSettings"
|
|
},
|
|
"controls": [
|
|
{
|
|
"world_snapshot_image": {
|
|
"ignored": "(not $is_pregame)",
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 2px" ],
|
|
"controls": [
|
|
{
|
|
"thumbnail": {
|
|
"type": "image",
|
|
"force_texture_reload": true,
|
|
"size": [ "100% - 2px", "56.25%x + 2.25px" ],
|
|
"bilinear": true,
|
|
"layer": 2,
|
|
"anchor_from": "top_middle",
|
|
"anchor_to": "top_middle",
|
|
"offset": [ 0, 1 ],
|
|
"fill": true,
|
|
"controls": [
|
|
{
|
|
"border": {
|
|
"type": "image",
|
|
"size": [ "100% + 2px", "100% + 2px" ],
|
|
"texture": "textures/ui/BannersTransparent",
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 1
|
|
}
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#world_texture_name",
|
|
"binding_name_override": "#texture"
|
|
},
|
|
{
|
|
"binding_name": "#world_texture_locationtype",
|
|
"binding_name_override": "#texture_file_system"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"play_or_create_panel@world_section.play_or_create_stack_bedrock": {
|
|
"ignored": "(not $is_pregame or $education_edition)",
|
|
"$button_text_max_size": [ "100%", 20 ]
|
|
}
|
|
},
|
|
{
|
|
"upload_world_panel@world_section.upload_world_stack_bedrock": {
|
|
"ignored": "(not $is_pregame or $education_edition)",
|
|
"$button_text_max_size": [ "100%", 20 ]
|
|
}
|
|
},
|
|
{
|
|
"play_or_host_panel@world_section.play_or_host_stack_edu": {}
|
|
},
|
|
{
|
|
"spacer": {
|
|
"type": "panel",
|
|
"size": [ 0, 8 ]
|
|
}
|
|
},
|
|
{
|
|
"server_settings_visibility_panel": {
|
|
"type": "stack_panel",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#server_settings_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
|
|
"controls": [
|
|
{
|
|
"selector_group_label_0@settings_common.selector_group_label": {
|
|
"ignored": "($is_pregame)",
|
|
"text": "options.category.server"
|
|
}
|
|
},
|
|
{
|
|
"server_settings_button@world_section.server_settings_button": {
|
|
"ignored": "($is_pregame)",
|
|
"$toggle_group_forced_index": "$server_forced_index"
|
|
}
|
|
},
|
|
{
|
|
"server_spacer": {
|
|
"type": "panel",
|
|
"size": [ 0, 2 ]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"selector_group_label_1@settings_common.selector_group_label": {
|
|
"text": "$tts_section_header"
|
|
}
|
|
},
|
|
{
|
|
"game_button@world_section.game_button": {
|
|
"ignored": "($nx_os)",
|
|
"$toggle_group_forced_index": "$game_forced_index"
|
|
}
|
|
},
|
|
{
|
|
"classroom_button@settings_common.section_toggle_base": {
|
|
"ignored": "($nx_os or not $education_edition)",
|
|
"$toggle_view_binding_name": "classroom_button_toggle",
|
|
"$toggle_group_forced_index": "$classroom_forced_index",
|
|
"$glyph_texture": "textures/ui/bookshelf_flat_border",
|
|
"$glyph_color_texture": "textures/ui/bookshelf_flat",
|
|
"$glyph_size": [ 21, 14 ],
|
|
"$button_text": "options.category.classroom_settings",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "createWorldScreen.classroom.settings"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"switch_game_button@world_section.game_button": {
|
|
"ignored": "(not $nx_os)",
|
|
"$toggle_group_forced_index": "$game_forced_index",
|
|
"$glyph_texture": "textures/ui/controller_glyph_switch",
|
|
"$glyph_color_texture": "textures/ui/controller_glyph_color_switch"
|
|
}
|
|
},
|
|
{
|
|
"multiplayer_button@world_section.multiplayer_button": {
|
|
"visible": "(not $education_edition)",
|
|
"$toggle_group_forced_index": "$multiplayer_forced_index"
|
|
}
|
|
},
|
|
{
|
|
"edu_cloud_button@world_section.edu_cloud_button": {
|
|
"ignored": "(not $education_edition or not $edu_save_to_cloud_on or not $edu_save_to_cloud_general_toggle_on or $is_multiplayer_client)",
|
|
"$toggle_group_forced_index": "$edu_cloud_level_forced_index"
|
|
}
|
|
},
|
|
{
|
|
"debug_button@world_section.debug_button": {
|
|
"ignored": "$is_publish"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"launch_world_button_stack_def": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", 35 ],
|
|
"orientation": "horizontal"
|
|
},
|
|
|
|
"play_or_create_stack_bedrock@world_section.launch_world_button_stack_def": {
|
|
"ignored": "(not $is_pregame or $education_edition)",
|
|
"controls": [
|
|
{
|
|
"create_or_play_button@settings_common.action_button": {
|
|
"size": [ "fill", 35 ],
|
|
"$button_text": "menu.play",
|
|
"default_focus_precedence": 1,
|
|
"$pressed_button_name": "play_world_button",
|
|
"$focus_override_up": "FOCUS_OVERRIDE_STOP",
|
|
"variables": [
|
|
{
|
|
"requires": "(not $is_world_edit)",
|
|
"$button_text": "createWorldScreen.create",
|
|
"$pressed_button_name": "create_world_button"
|
|
},
|
|
{
|
|
"requires": "($is_world_edit and $is_editor_mode_enabled)",
|
|
"$button_text": "menu.editor.play"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"play_on_realm_button@settings_common.action_button_dark_text": {
|
|
"size": [ "50%", 35 ],
|
|
"ignored": "(not $is_pregame or $education_edition or $is_editor_mode_enabled)",
|
|
"$button_text_max_size": [ "100%", 25 ],
|
|
"$button_text": "menu.playOnRealms",
|
|
"$pressed_button_name": "play_world_on_realm_button",
|
|
"$focus_override_up": "FOCUS_OVERRIDE_STOP",
|
|
"$default_button_texture": "textures/ui/realmsContent",
|
|
"$hover_button_texture": "textures/ui/realmsContentHover",
|
|
"$pressed_button_texture": "textures/ui/realmsContentPressed",
|
|
"variables": [
|
|
{
|
|
"requires": "(not $is_world_edit)",
|
|
"$button_text": "createWorldScreen.createOnRealms",
|
|
"$pressed_button_name": "create_world_on_realm_button"
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#create_on_realm_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"upload_world_stack_bedrock@world_section.launch_world_button_stack_def": {
|
|
"ignored": "(not $is_pregame or $education_edition)",
|
|
"controls": [
|
|
{
|
|
"upload_world_button@settings_common.action_button": {
|
|
"size": [ "fill", 35 ],
|
|
"$button_text": "createWorldScreen.upload",
|
|
"$pressed_button_name": "upload_world_button"
|
|
}
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#upload_world_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
},
|
|
|
|
"edu_play_host_button@settings_common.action_button": {
|
|
"size": [ "fill", 35 ],
|
|
"$pressed_button_name": "play_world_edu_button",
|
|
"$focus_override_up": "FOCUS_OVERRIDE_STOP",
|
|
"property_bag": {
|
|
"#should_host": "$should_host"
|
|
},
|
|
"variables": {
|
|
"requires": "(not $is_world_edit)",
|
|
"$pressed_button_name": "create_world_edu_button"
|
|
}
|
|
},
|
|
|
|
"play_or_host_stack_edu@world_section.launch_world_button_stack_def": {
|
|
"ignored": "(not $is_pregame or not $education_edition)",
|
|
"controls": [
|
|
{
|
|
"edu_play_button@world_section.edu_play_host_button": {
|
|
"$button_text": "menu.play",
|
|
"default_focus_precedence": 1,
|
|
"$should_host": false
|
|
}
|
|
},
|
|
{
|
|
"edu_host_button@world_section.edu_play_host_button": {
|
|
"$button_text": "menu.host",
|
|
"default_focus_precedence": 2,
|
|
"$should_host": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"addons_selector_panel": {
|
|
"type": "stack_panel",
|
|
"$tts_section_header": "options.category.addons",
|
|
"controls": [
|
|
{
|
|
"spacer": {
|
|
"type": "panel",
|
|
"size": [ 0, 8 ]
|
|
}
|
|
},
|
|
{
|
|
"selector_group_label_2@settings_common.selector_group_label": {
|
|
"text": "$tts_section_header"
|
|
}
|
|
},
|
|
{
|
|
"level_texture_pack_button@world_section.level_texture_pack_button": {
|
|
"$toggle_group_forced_index": "$level_texture_pack_toggle_index"
|
|
}
|
|
},
|
|
{
|
|
"addon_button@world_section.addon_button": {
|
|
"$toggle_group_forced_index": "$addon_toggle_index"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
// SERVER button & section
|
|
"server_settings_button@settings_common.section_toggle_base": {
|
|
"$toggle_view_binding_name": "server_settings_button_toggle",
|
|
"$glyph_texture": "",
|
|
"$glyph_color_texture": "",
|
|
"$glyph_size": [ 21, 14 ],
|
|
"$button_text": "#title_text",
|
|
"$button_text_binding_type": "global",
|
|
"$button_text_binding_condition": "visible",
|
|
|
|
"$custom_toggle_binding_type": "global",
|
|
"$custom_toggle_state_binding_name": "#title_text",
|
|
"$custom_toggle_state_binding_name_override": "#panel_title",
|
|
|
|
"$glyph_color_bindings": [
|
|
{
|
|
"binding_name": "#server_icon",
|
|
"binding_name_override": "#texture"
|
|
},
|
|
{
|
|
"binding_name": "#server_icon_file_system",
|
|
"binding_name_override": "#texture_file_system"
|
|
},
|
|
{
|
|
"binding_type": "view",
|
|
"source_property_name": "(not ((#texture = '') or (#texture = 'loading')))",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
|
|
"$glyph_bindings": [
|
|
{
|
|
"binding_name": "#server_outline_icon",
|
|
"binding_name_override": "#texture"
|
|
},
|
|
{
|
|
"binding_name": "#server_icon_file_system",
|
|
"binding_name_override": "#texture_file_system"
|
|
},
|
|
{
|
|
"binding_type": "view",
|
|
"source_property_name": "(not ((#texture = '') or (#texture = 'loading')))",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
|
|
"$glyph_progress_bindings": [
|
|
{
|
|
"binding_name": "(#server_icon = 'loading')",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
},
|
|
|
|
"server_section@server_form.custom_form_scrolling_content": {
|
|
"ignored": "($is_pregame)",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "server_settings_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
]
|
|
},
|
|
|
|
// GAME button & section
|
|
|
|
"game_button@settings_common.section_toggle_base": {
|
|
"$toggle_view_binding_name": "game_button_toggle",
|
|
"$glyph_texture": "textures/ui/controller_glyph",
|
|
"$glyph_color_texture": "textures/ui/controller_glyph_color",
|
|
"$glyph_size": [ 21, 14 ],
|
|
"$button_text": "options.category.game",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "createWorldScreen.game.settings"
|
|
}
|
|
},
|
|
|
|
"export_world_button@settings_common.action_button": {
|
|
// std pocket should not have export until bedrock wants it
|
|
// export is disabled in game
|
|
// Some platforms such as fireTV do not support file picking
|
|
// EDU supports file picking on all supported platforms except ios which is pocket
|
|
"ignored": "(($pocket_edition or $export_disabled or not $file_picking_supported) and not $education_edition)",
|
|
"size": [ "50%", 30 ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"$button_text": "gui.exportWorldLong",
|
|
"$pressed_button_name": "export_world_button",
|
|
"$focus_id": "export_world_button"
|
|
},
|
|
|
|
"delete_world_button@settings_common.action_button": {
|
|
"size": [ "fill", 30 ],
|
|
"anchor_from": "top_right",
|
|
"anchor_to": "top_right",
|
|
"$button_text": "createWorldScreen.deleteWorld",
|
|
"$pressed_button_name": "delete_world_button",
|
|
"$focus_id": "delete_world_button"
|
|
},
|
|
|
|
"export_template_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "gui.exportTemplate",
|
|
"$pressed_button_name": "export_template_button"
|
|
},
|
|
|
|
"copy_world_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "gui.copyWorld",
|
|
"$pressed_button_name": "copy_world_button"
|
|
},
|
|
|
|
"edit_world_manipulation_buttons": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100%", 30 ],
|
|
"controls": [
|
|
{
|
|
"export@world_section.export_world_button": {}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ 1, 0 ],
|
|
"ignored": "($pocket_edition or $education_ios or not $file_picking_supported)"
|
|
}
|
|
},
|
|
{
|
|
"delete@world_section.delete_world_button": {}
|
|
}
|
|
]
|
|
},
|
|
|
|
"game_section": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"$education_ios": "($education_edition and $is_ios)",
|
|
"$world_name_label|default": "selectWorld.enterName",
|
|
"variables": [
|
|
{
|
|
"requires": "$is_editor_mode_enabled",
|
|
"$world_name_label": "selectWorld.editor.enterName"
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "game_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"new_edit_world_opt_in_panel": {
|
|
"type": "stack_panel",
|
|
"ignored": "$education_edition",
|
|
"orientation": "vertical",
|
|
"size": [ "100%", "100%c + 4px" ],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#show_new_edit_world_opt_in",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"panel_title@settings_common.option_group_label": {
|
|
"$text": "options.newUiEditWorld.title"
|
|
}
|
|
},
|
|
{
|
|
"panel_text@settings_common.option_group_label": {
|
|
"$text": "options.newUiEditWorld.info"
|
|
}
|
|
},
|
|
{
|
|
"opt_in_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"$button_text": "options.newUiEditWorld.initiate",
|
|
"$pressed_button_name": "switch_to_new_edit_world",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"new_edit_world_opt_in_divider": {
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 14px" ],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#show_new_edit_world_opt_in",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"section_divider": {
|
|
"type": "image",
|
|
"size": [ "100% - 30px", 1 ],
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 3,
|
|
"texture": "textures/ui/list_item_divider_line_light"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"unlock_template_options_panel": {
|
|
"type": "stack_panel",
|
|
"orientation": "vertical",
|
|
"size": [ "100%", "100%c + 4px" ],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#is_world_template_locked",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"option_info_label@settings_common.option_info_label": {
|
|
"$container_text_binding_name": "#world_template_options_lock_warning_text",
|
|
"$show_option_label": false
|
|
}
|
|
},
|
|
{
|
|
"unlock_template_options_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"$button_text": "options.unlockTemplateWorldOptions.initiate",
|
|
"$pressed_button_name": "unlock_templated_world_options",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#player_has_world_template_option_unlock_permissions",
|
|
"binding_name_override": "#enabled"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"option_info_label@settings_common.option_info_label": {
|
|
"$container_text_binding_name": "#achievement_warning_text",
|
|
"$show_option_label": false,
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#achievment_warning_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"hardcore_info_label@settings_common.option_info_label": {
|
|
"$container_text_binding_name": "#hardcore_warning_text",
|
|
"$show_option_label": false,
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#hardcore_warning_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"world_settings_label@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.worldSettings",
|
|
"ignored": "(not $education_edition)",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
},
|
|
{
|
|
// for world create
|
|
"option_text_edit_0@settings_common.option_text_edit": {
|
|
"ignored": "(not $is_world_create)",
|
|
"$option_label": "$world_name_label",
|
|
"$option_place_holder_text": "createWorldScreen.defaultName",
|
|
"$option_binding_name": "#world_name",
|
|
"$option_enabled_binding_name": "#world_name_enabled",
|
|
"$text_box_name": "world_name_text_box",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$allow_data_binding": false
|
|
}
|
|
},
|
|
|
|
// Project tag header when in Editor
|
|
{
|
|
"project_section_divider_1": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "image",
|
|
"size": [ "100%", 1 ],
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 3,
|
|
"texture": "textures/ui/list_item_divider_line_light"
|
|
}
|
|
},
|
|
{
|
|
"project_header_label@settings_common.option_group_label": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"$text": "createWorldScreen.header.general.project"
|
|
}
|
|
},
|
|
{
|
|
"project_section_divider_2": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "image",
|
|
"size": [ "100%", 1 ],
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 3,
|
|
"texture": "textures/ui/list_item_divider_line_light"
|
|
}
|
|
},
|
|
{
|
|
"project_spacer": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "panel",
|
|
"size": [ 0, 6 ]
|
|
}
|
|
},
|
|
|
|
{
|
|
// for world edit/show (databound)
|
|
// edit is 'enabled', show is 'not enabled'
|
|
"option_text_edit_1@settings_common.option_text_edit": {
|
|
"ignored": "$is_world_create",
|
|
"$option_label": "$world_name_label",
|
|
"$option_binding_name": "#world_name",
|
|
"$option_enabled_binding_name": "#world_name_enabled",
|
|
"$text_box_name": "world_name_text_box",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$tts_override_control_value": " "
|
|
}
|
|
},
|
|
|
|
// Export Settings tag header when in Editor
|
|
{
|
|
"export_settings_section_divider_1": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "image",
|
|
"size": [ "100%", 1 ],
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 3,
|
|
"texture": "textures/ui/list_item_divider_line_light"
|
|
}
|
|
},
|
|
{
|
|
"export_settings_header_label@settings_common.option_group_label": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"$text": "createWorldScreen.header.general.exportSettings"
|
|
}
|
|
},
|
|
{
|
|
"export_settings_header_description@settings_common.option_group_label": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"$text": "createWorldScreen.header.general.exportSettings.description"
|
|
}
|
|
},
|
|
{
|
|
"export_settings_section_divider_2": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "image",
|
|
"size": [ "100%", 1 ],
|
|
"anchor_from": "center",
|
|
"anchor_to": "center",
|
|
"layer": 3,
|
|
"texture": "textures/ui/list_item_divider_line_light"
|
|
}
|
|
},
|
|
{
|
|
"export_settings_spacer": {
|
|
"ignored": "(not $is_editor_mode_enabled)",
|
|
"type": "panel",
|
|
"size": [ 0, 6 ]
|
|
}
|
|
},
|
|
|
|
{
|
|
"option_dropdown_0@settings_common.option_dropdown_no_scroll": {
|
|
"$option_label": "createWorldScreen.gameMode.default",
|
|
"$dropdown_content": "world_section.world_game_mode_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "world_game_mode_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#world_game_mode_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#world_game_mode_dropdown_enabled",
|
|
"$selection_highlight_offset": [ -2, 1 ],
|
|
"$selection_highlight_size": [ "100%", "100% + 1px" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"option_dropdown_1@settings_common.option_dropdown": {
|
|
"ignored": "($is_pregame or $is_editor_mode_enabled)",
|
|
"$option_label": "createWorldScreen.gameMode.personal",
|
|
"$dropdown_content": "world_section.player_game_mode_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "player_game_mode_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#player_game_mode_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#player_game_mode_dropdown_enabled",
|
|
"$dropdown_scroll_content_size": [ "100%", "260%" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#player_game_mode_dropdown_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"is_hardcore_toggle@settings_common.option_toggle": {
|
|
"$option_label": "createWorldScreen.isHardcore",
|
|
"$option_binding_name": "#is_hardcore",
|
|
"$option_enabled_binding_name": "#is_hardcore_enabled",
|
|
"$toggle_name": "is_hardcore",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"option_dropdown_2@settings_common.option_dropdown": {
|
|
"$option_label": "options.difficulty",
|
|
"$dropdown_content": "world_section.world_difficulty_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "world_difficulty_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#world_difficulty_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#world_difficulty_dropdown_enabled",
|
|
"$dropdown_scroll_content_size": [ "100%", "260%" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"world_preferences_label@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.worldPreferences",
|
|
"variables": [
|
|
{
|
|
"requires": "$education_edition",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"starting_map_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"$option_label": "createWorldScreen.startWithMap",
|
|
"$option_binding_name": "#start_with_map",
|
|
"$option_enabled_binding_name": "#start_with_map_enabled",
|
|
"$toggle_name": "start_with_map",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"bonus_chest_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"enabled": "(not $trial)",
|
|
"$option_label": "createWorldScreen.bonusChest",
|
|
"$option_binding_name": "#bonus_chest",
|
|
"$option_enabled_binding_name": "#bonus_chest_enabled",
|
|
"$toggle_name": "bonus_chest",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"option_dropdown_permissions@settings_common.option_dropdown": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"$option_label": "permissions.title.settings",
|
|
"$dropdown_content": "permissions.permission_level_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "player_permissions_dropdown",
|
|
"$button_type_panel": "permissions.permission_level_dropdown_state_content",
|
|
"$options_dropdown_toggle_label_binding": "#player_permissions_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#player_permissions_dropdown_enabled",
|
|
"$dropdown_scroll_content_size": [ "100%", "385%" ],
|
|
"$is_world_settings": true,
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#show_permissions_dropdown",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"requires": "$education_edition",
|
|
"$option_label": "permissions.title.settings.edu"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"option_dropdown_3@settings_common.option_dropdown_no_scroll": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"$option_label": "createWorldScreen.worldType",
|
|
"$dropdown_content": "world_section.world_type_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "world_type_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#world_type_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#world_type_dropdown_enabled",
|
|
"$selection_highlight_offset": [ -2, 1 ],
|
|
"$selection_highlight_size": [ "100%", "100% + 1px" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
// No button for edu since edu doesn't use xforge
|
|
"level_seed_selector_edu@settings_common.option_text_edit": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"ignored": "(not $education_edition)",
|
|
"$option_label": "createWorldScreen.levelSeed",
|
|
"$option_binding_name": "#world_seed",
|
|
"$option_enabled_binding_name": "#world_seed_enabled",
|
|
"$text_box_name": "world_seed_text_box"
|
|
}
|
|
},
|
|
{
|
|
"level_seed_selector@settings_common.option_text_edit_with_button": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"ignored": "($education_edition or not $is_seeds_enabled)",
|
|
"$option_label": "createWorldScreen.levelSeed",
|
|
"$option_binding_name": "#world_seed",
|
|
"$option_enabled_binding_name": "#world_seed_enabled",
|
|
"$text_box_name": "world_seed_text_box",
|
|
"$pressed_button_name": "choose_ugc_level_seed",
|
|
"$button_tts_header": "accessibility.settings.chooseSeed"
|
|
}
|
|
},
|
|
{
|
|
"level_seed_selector_trial@world_section.option_text_edit_mock_with_button": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"ignored": "($education_edition or $is_seeds_enabled)",
|
|
"$option_label": "createWorldScreen.levelSeed",
|
|
"$option_binding_name": "#world_seed",
|
|
"$option_enabled_binding_name": "#world_seed_enabled",
|
|
"$pressed_button_name": "button.redirect_to_upsell"
|
|
}
|
|
},
|
|
{
|
|
"server_sim_distance_slider@settings_common.option_slider": {
|
|
"$tts_section_header": "createWorldScreen.worldPreferences",
|
|
"ignored": "($is_holographic)",
|
|
"$option_label": "#server_sim_distance_slider_label",
|
|
"$slider_name": "server_sim_distance",
|
|
"$slider_value_binding_name": "#server_sim_distance",
|
|
"$option_enabled_binding_name": "#server_sim_distance_enabled",
|
|
"$slider_tts_text_value": "#server_sim_distance_text_value",
|
|
"$slider_steps_binding_name": "#server_sim_distance_steps",
|
|
"$label_bindings": [
|
|
{
|
|
"binding_name": "$option_label"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"world_options_label@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.worldOptions",
|
|
"variables": [
|
|
{
|
|
"requires": "$education_edition",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"pvp_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.pvp",
|
|
"$option_binding_name": "#pvp",
|
|
"$option_enabled_binding_name": "#pvp_enabled",
|
|
"$toggle_name": "pvp",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"show_coordinates_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.showCoordinates",
|
|
"$option_binding_name": "#show_coordinates",
|
|
"$option_enabled_binding_name": "#show_coordinates_enabled",
|
|
"$toggle_name": "show_coordinates",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"show_days_played_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.showDaysPlayed",
|
|
"$option_binding_name": "#show_days_played",
|
|
"$option_enabled_binding_name": "#show_days_played_enabled",
|
|
"$toggle_name": "show_days_played",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"fire_spreads_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.fireSpreads",
|
|
"$option_binding_name": "#fire_spreads",
|
|
"$option_enabled_binding_name": "#fire_spreads_enabled",
|
|
"$toggle_name": "fire_spreads",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"recipes_unlock_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.recipesUnlock",
|
|
"$option_binding_name": "#recipes_unlock",
|
|
"$option_enabled_binding_name": "#recipes_unlock_enabled",
|
|
"$toggle_name": "recipes_unlock",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"tnt_explodes_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.tntexplodes",
|
|
"$option_binding_name": "#tnt_explodes",
|
|
"$option_enabled_binding_name": "#tnt_explodes_enabled",
|
|
"$toggle_name": "tnt_explodes",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"respawn_blocks_explode_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"ignored": "$education_edition",
|
|
"$option_label": "createWorldScreen.respawnblocksexplode",
|
|
"$option_binding_name": "#respawn_blocks_explode",
|
|
"$option_enabled_binding_name": "#respawn_blocks_explode_enabled",
|
|
"$toggle_name": "respawn_blocks_explode",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"mob_loot_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.mobLoot",
|
|
"$option_binding_name": "#mob_loot",
|
|
"$option_enabled_binding_name": "#mob_loot_enabled",
|
|
"$toggle_name": "mob_loot",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"natural_regeneration_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.naturalregeneration",
|
|
"$option_binding_name": "#natural_regeneration",
|
|
"$option_enabled_binding_name": "#natural_regeneration_enabled",
|
|
"$toggle_name": "natural_regeneration",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"tile_drops_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.tileDrops",
|
|
"$option_binding_name": "#tile_drops",
|
|
"$option_enabled_binding_name": "#tile_drops_enabled",
|
|
"$toggle_name": "tile_drops",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"immediate_respawn_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$option_label": "createWorldScreen.immediaterespawn",
|
|
"$option_binding_name": "#immediaterespawn",
|
|
"$option_enabled_binding_name": "#immediaterespawn_enabled",
|
|
"$toggle_name": "doimmediaterespawn",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"respawn_radius@settings_common.option_text_edit": {
|
|
"$option_label": "createWorldScreen.respawnRadius",
|
|
"$option_binding_name": "#respawn_radius",
|
|
"$option_enabled_binding_name": "#respawn_radius_enabled",
|
|
"$text_box_name": "respawn_radius_text_box",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$max_text_edit_length": 8,
|
|
"$text_edit_box_text_type": "NumberChars"
|
|
}
|
|
},
|
|
{
|
|
"experimental_toggles_label@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.experimentalgameplay",
|
|
// Ignore education toggle in education since education doesn't allow experiments presently
|
|
"ignored": "($is_publish and $education_edition)"
|
|
}
|
|
},
|
|
{
|
|
"experimental_toggles_label_info@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.experimentalgameplayinfo",
|
|
// Ignore education toggle in education since education doesn't allow experiments presently
|
|
"ignored": "($is_publish and $education_edition)"
|
|
}
|
|
},
|
|
{
|
|
"experimental_toggles": {
|
|
"type": "stack_panel",
|
|
"orientation": "vertical",
|
|
"size": [ "100%", "100%c" ],
|
|
// Ignore education toggle in education since education doesn't allow experiments presently
|
|
"ignored": "($is_publish and $education_edition)",
|
|
"factory": {
|
|
"name": "experimental_toggle_factory",
|
|
"control_name": "world_section.experimental_toggle"
|
|
},
|
|
|
|
"collection_name": "experimental_toggles",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#experimental_toggle_count",
|
|
"binding_name_override": "#collection_length"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"world_cheats_label@settings_common.option_group_label": {
|
|
"$text": "createWorldScreen.cheatSettings",
|
|
"variables": [
|
|
{
|
|
"requires": "$education_edition",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"allow_cheats_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "selectWorld.cheats",
|
|
"$option_binding_name": "#allow_cheats",
|
|
"$option_enabled_binding_name": "#allow_cheats_enabled",
|
|
"$toggle_name": "allow_cheats",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"education_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
// Ignore education toggle in education since education is always on in education
|
|
"ignored": "$education_edition",
|
|
"$option_label": "createWorldScreen.educationtoggle",
|
|
"$option_binding_name": "#education_toggle",
|
|
"$option_enabled_binding_name": "#education_toggle_enabled",
|
|
"$toggle_name": "education_toggle",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"always_day_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.alwaysDay",
|
|
"$option_binding_name": "#always_day",
|
|
"$option_enabled_binding_name": "#always_day_enabled",
|
|
"$toggle_name": "always_day",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"daylight_cycle_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.daylightcycle",
|
|
"$option_binding_name": "#daylight_cycle",
|
|
"$option_enabled_binding_name": "#daylight_cycle_enabled",
|
|
"$toggle_name": "daylight_cycle",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"keep_inventory_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.keepInventory",
|
|
"$option_binding_name": "#keep_inventory",
|
|
"$option_enabled_binding_name": "#keep_inventory_enabled",
|
|
"$toggle_name": "keep_inventory",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"mob_spawn_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.mobSpawn",
|
|
"$option_binding_name": "#mob_spawn",
|
|
"$option_enabled_binding_name": "#mob_spawn_enabled",
|
|
"$toggle_name": "mob_spawn",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"mob_griefing_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.mobgriefing",
|
|
"$option_binding_name": "#mob_griefing",
|
|
"$option_enabled_binding_name": "#mob_griefing_enabled",
|
|
"$toggle_name": "mob_griefing",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"entities_drop_loot_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.entitiesdroploot",
|
|
"$option_binding_name": "#entities_drop_loot",
|
|
"$option_enabled_binding_name": "#entities_drop_loot_enabled",
|
|
"$toggle_name": "entities_drop_loot",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"weather_cycle_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.weathercycle",
|
|
"$option_binding_name": "#weather_cycle",
|
|
"$option_enabled_binding_name": "#weather_cycle_enabled",
|
|
"$toggle_name": "weather_cycle",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"variables": [
|
|
{
|
|
"requires": "$desktop_screen",
|
|
"$one_line_layout": true
|
|
}
|
|
],
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"command_blocks_enabled_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.cheatSettings",
|
|
"$option_label": "createWorldScreen.commandblocksenabled",
|
|
"$option_binding_name": "#command_blocks_enabled",
|
|
"$option_enabled_binding_name": "#command_blocks_enabled_on",
|
|
"$toggle_name": "command_blocks_enabled",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$toggle_binding_condition": "always_when_visible"
|
|
}
|
|
},
|
|
{
|
|
"random_tick_speed@settings_common.option_text_edit_with_text_button": {
|
|
"$option_label": "createWorldScreen.randomtickspeed",
|
|
"$option_binding_name": "#random_tick_speed",
|
|
"$option_enabled_binding_name": "#random_tick_speed_enabled",
|
|
"$max_text_edit_length": 4,
|
|
"$text_edit_box_text_type": "NumberChars",
|
|
"$option_text_edit_control_size": [ "50%", "100%" ],
|
|
"$text_box_name": "random_tick_speed_text_box",
|
|
"$button_text": "createWorldScreen.randomtickspeed.reset",
|
|
"$pressed_button_name": "reset_random_tick_speed"
|
|
}
|
|
},
|
|
{
|
|
"world_management_label@settings_common.option_group_label": {
|
|
"ignored": "(not $is_pregame or not $is_world_edit or not $education_edition)",
|
|
"$text": "createWorldScreen.worldManagement",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
},
|
|
{
|
|
"convert_to_infinite_panel": {
|
|
"ignored": "(not $is_pregame or not $is_world_edit)",
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 2px" ],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#show_convert_to_infinite_button",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"convert_to_infinite_button@settings_common.action_button": {
|
|
"$pressed_button_name": "convert_to_infinite_button",
|
|
"$button_text": "createWorldScreen.action.editLocal",
|
|
"offset": [ 0, -3 ]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"delete_button@settings_common.action_button": {
|
|
"ignored": "(not $is_world_edit or $is_mp_client or not $trial or not $is_pregame)",
|
|
"$button_text": "gui.deleteWorldLong",
|
|
"$pressed_button_name": "delete_world_button"
|
|
}
|
|
},
|
|
{
|
|
"button_panel@common.empty_panel": {
|
|
"size": [ "100%", "100%c" ],
|
|
"ignored": "(not $is_world_edit or $is_mp_client or $trial or not $is_pregame)",
|
|
"$world_manipulation_controls|default": "world_section.edit_world_manipulation_buttons",
|
|
"variables": [
|
|
{
|
|
"requires": "$is_editor_mode_enabled",
|
|
"$world_manipulation_controls": "world_section.editor_edit_world_manipulation_buttons"
|
|
}
|
|
],
|
|
"controls": [
|
|
{ "manipulation_controls@$world_manipulation_controls": {} }
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"export_template_panel": {
|
|
"ignored": "(not $is_world_edit or $is_mp_client or $trial or not $is_pregame or $export_template_disabled or $is_editor_mode_enabled)",
|
|
"type": "stack_panel",
|
|
"controls": [
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ 0, 2 ]
|
|
}
|
|
},
|
|
{
|
|
"template_version@settings_common.option_text_edit": {
|
|
"ignored": "(not $education_edition)",
|
|
"$option_label": "gui.templateMinVersion",
|
|
"$text_box_name": "template_version_text_box",
|
|
"$option_binding_name": "#minimum_template_version",
|
|
"$option_enabled_binding_name": "#minimum_template_enabled",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"$text_edit_box_text_type": "ExtendedASCII"
|
|
}
|
|
},
|
|
{
|
|
"template_buttons": {
|
|
"ignored": "(not $education_edition or not $file_picking_supported)",
|
|
"type": "stack_panel",
|
|
"size": [ "100%", 32 ],
|
|
"orientation": "horizontal",
|
|
"controls": [
|
|
{
|
|
"template_image_picker_button@settings_common.action_button": {
|
|
"size": [ "50%", 30 ],
|
|
"anchor_from": "bottom_right",
|
|
"anchor_to": "bottom_right",
|
|
"$button_text": "gui.templateIconPickerButton",
|
|
"$pressed_button_name": "template_image_picker_button"
|
|
}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ 1, 0 ]
|
|
}
|
|
},
|
|
{
|
|
"template_localization_picker_button@settings_common.action_button": {
|
|
"size": [ "fill", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "gui.templateLocPickerButton",
|
|
"$pressed_button_name": "template_localization_picker_button",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"export_template@world_section.export_template_button": {}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"clear_player_data_panel": {
|
|
"ignored": "(not $is_world_edit or $is_mp_client or $trial or not $is_pregame or $export_template_disabled or $education_edition or $is_publish)",
|
|
"type": "stack_panel",
|
|
|
|
"controls": [
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ "100%", 2 ]
|
|
}
|
|
},
|
|
{
|
|
"clear_player_data_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "createWorldScreen.clearPlayerData.button",
|
|
"$pressed_button_name": "clear_player_data"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"copy_world_panel": {
|
|
"ignored": "(not $is_world_edit or $is_mp_client or $trial or not $is_pregame or $export_disabled or $is_editor_mode_enabled)",
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 2px" ],
|
|
"controls": [
|
|
{
|
|
"copy_world@world_section.copy_world_button": {}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"upload_download_slot_panel": {
|
|
"ignored": "(not $is_realm_slot)",
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 2px" ],
|
|
"controls": [
|
|
{
|
|
"upload_download_slot_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "#lot_upload_or_download",
|
|
"$pressed_button_name": "upload_download_slot_button",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#slot_upload_or_download"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"replace_slot_panel": {
|
|
"ignored": "(not $is_realm_slot)",
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c + 2px" ],
|
|
"controls": [
|
|
{
|
|
"replace_slot_button@settings_common.action_button": {
|
|
"size": [ "100%", 30 ],
|
|
"anchor_from": "bottom_left",
|
|
"anchor_to": "bottom_left",
|
|
"$button_text": "realmsSettingsScreen.uploadWorldButton",
|
|
"$pressed_button_name": "replace_slot_button",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "(not #slot_new_world)",
|
|
"binding_name_override": "#enabled"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
//TEXTURE PACKS
|
|
|
|
"level_texture_pack_button@resource_packs.resource_packs_section_toggle_base": {
|
|
"$toggle_view_binding_name": "level_texture_pack_button_toggle",
|
|
"$cycling_icon_path": "#cycling_icon_path_level",
|
|
"$cycling_icon_zip": "#cycling_icon_zip_level",
|
|
"$cycling_icon_file_system": "#cycling_icon_file_system_level",
|
|
"$button_text": "menu.resourcepacks",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "menu.resourcepacks"
|
|
}
|
|
},
|
|
|
|
//resource_packs.selected_stack_panel
|
|
"level_texture_pack_section@resource_packs.selected_stack_panel": {
|
|
"$selected_pack_items": "#selected_pack_items_level",
|
|
"$available_pack_items": "#available_pack_items_level",
|
|
"$realms_pack_items": "#realms_pack_items_level",
|
|
"$unowned_pack_items": "#unowned_pack_items_level",
|
|
"$default_item_texture": "#default_item_texture_level",
|
|
"$default_item_file_system": "#default_item_file_system_level",
|
|
"$default_item_zip": "#default_item_zip_level",
|
|
"$default_item_title": "menu.globalpacks",
|
|
"$default_item_description": "resourcePack.description.default.level",
|
|
"$no_packs_text": "resourcePack.available.none.text",
|
|
"$selected_grid_dimensions": "#selected_grid_dimensions_level",
|
|
"$available_grid_dimensions": "#available_grid_dimensions_level",
|
|
"$realms_grid_dimensions": "#realms_grid_dimensions_level",
|
|
"$unowned_grid_dimensions": "#unowned_grid_dimensions_level",
|
|
"$unowned_visible": "#unowned_visible_level",
|
|
"$button.selected_pack": "button.selected_pack_level",
|
|
"$button.deselected_pack": "button.deselected_pack_level",
|
|
"$button.available_pack": "button.available_pack_level",
|
|
"$button.realms_pack": "button.realms_pack_level",
|
|
"$button.unowned_pack": "button.unowned_pack_level",
|
|
"$button.move_left": "button.move_left_level",
|
|
"$button.sort_up": "button.sort_up_level",
|
|
"$button.sort_down": "button.sort_down_level",
|
|
"$button.expand_selected": "button.expand_selected_level",
|
|
"$button.expand_available": "button.expand_available_level",
|
|
"$button.expand_realms": "button.expand_realms_level",
|
|
"$button.expand_unowned": "button.expand_unowned_level",
|
|
"$button.store": "button.store_level",
|
|
"$button.read_toggle": "button.read_toggle_level",
|
|
"$button.report_errors": "button.report_errors_level",
|
|
"$bottom_description_text": "resourcePack.description.bottom.level",
|
|
"$selected_label_text": "resourcePack.selected.title.packs",
|
|
"$available_label_text": "resourcePack.available.title.packs",
|
|
"$unowned_label_text": "resourcePack.suggestedContent.title",
|
|
"$platform_locked": "#platform_locked_level",
|
|
"$view_more_unowned_content_button_text": "resourcePack.suggestedContent.button.viewMore",
|
|
"$read_more_label": "read_more_label_level",
|
|
"$read_less_label": "read_less_label_level",
|
|
"$total_size_binding": "#total_size_binding_level",
|
|
"$in_game_error_text": "resourcePack.error.ingame.packs",
|
|
"$invalid_pack_items": "#invalid_pack_items_level",
|
|
"$invalid_grid_dimensions": "#invalid_grid_dimensions_level",
|
|
"$button.invalid_pack": "button.invalid_pack_level",
|
|
"$button.pack_warning": "button.pack_warning_level",
|
|
"$invalid_label_text": "resourcePack.invalid.title.packs",
|
|
"$view_in_store": "resourcePack.description.store",
|
|
"$errors_text": "resourcePack.errors",
|
|
"$warnings_text": "resourcePack.warnings",
|
|
"$expired_text": "resourcePack.realmsPlus.expired",
|
|
"$top_label_box": true,
|
|
"$show_checkbox": true,
|
|
"$button.resource_pack_options_exit": "button.resource_pack_options_exit_level",
|
|
"$button.pack_settings": "button.pack_settings_level",
|
|
"$button.add": "resourcePack.available.add",
|
|
"$button.remove": "resourcePack.selected.remove",
|
|
"$options_slider_name": "content_tier_slider_level",
|
|
"$display_suggested_content_offers": true,
|
|
"$suggested_content_offers_collection": "#suggested_offers_collection_level",
|
|
"$suggested_content_offers_loading_binding": "#suggested_offers_loading_level",
|
|
"$button.more_suggested_content_offers": "button.more_suggested_content_offers_level",
|
|
"$button.select_offer": "button.select_offer_level",
|
|
"$suggested_content_offers_label_text": "#suggested_offers_title_level",
|
|
"$no_available_packs_visibility_binding": "#no_available_packs_visibility_level",
|
|
"$no_realms_packs_visibility_binding": "#no_realms_packs_visibility_level",
|
|
"$no_unowned_packs_visibility_binding": "#no_unowned_packs_visibility_level",
|
|
"$view_more_unowned_content_button_visibility_binding": "#suggested_content_visible_level",
|
|
"$force_pack_download_binding_type": "global",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "level_texture_pack_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
]
|
|
},
|
|
|
|
//ADDONS
|
|
"addon_button@resource_packs.resource_packs_section_toggle_base": {
|
|
"$toggle_view_binding_name": "addon_button_toggle",
|
|
"$cycling_icon_path": "#cycling_icon_path_addon",
|
|
"$cycling_icon_zip": "#cycling_icon_zip_addon",
|
|
"$cycling_icon_file_system": "#cycling_icon_file_system_addon",
|
|
"$button_text": "menu.behaviors",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "menu.behaviors"
|
|
}
|
|
},
|
|
|
|
"addon_section@resource_packs.selected_stack_panel": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"$selected_pack_items": "#selected_pack_items_addon",
|
|
"$available_pack_items": "#available_pack_items_addon",
|
|
"$realms_pack_items": "#realms_pack_items_addon",
|
|
"$unowned_pack_items": "#unowned_pack_items_addon",
|
|
"$selected_grid_dimensions": "#selected_grid_dimensions_addon",
|
|
"$available_grid_dimensions": "#available_grid_dimensions_addon",
|
|
"$realms_grid_dimensions": "#realms_grid_dimensions_addon",
|
|
"$unowned_grid_dimensions": "#unowned_grid_dimensions_addon",
|
|
"$unowned_visible": "#unowned_visible_addon",
|
|
"$default_item_texture": "#default_item_texture_addon",
|
|
"$default_item_file_system": "#default_item_file_system_addon",
|
|
"$default_item_zip": "#default_item_zip_addon",
|
|
"$default_item_title": "gui.default",
|
|
"$default_item_description": "resourcePack.description.default.behaviorPacks",
|
|
"$no_packs_text": "resourcePack.available.none.behavior",
|
|
"$button.selected_pack": "button.selected_pack_addon",
|
|
"$button.deselected_pack": "button.deselected_pack_addon",
|
|
"$button.available_pack": "button.available_pack_addon",
|
|
"$button.realms_pack": "button.realms_pack_addon",
|
|
"$button.unowned_pack": "button.unowned_pack_addon",
|
|
"$button.move_left": "button.move_left_addon",
|
|
"$button.sort_up": "button.sort_up_addon",
|
|
"$button.sort_down": "button.sort_down_addon",
|
|
"$button.expand_selected": "button.expand_selected_addon",
|
|
"$button.expand_available": "button.expand_available_addon",
|
|
"$button.expand_realms": "button.expand_realms_addon",
|
|
"$button.expand_unowned": "button.expand_unowned_addon",
|
|
"$button.store": "button.store_addon",
|
|
"$button.read_toggle": "button.read_toggle_addon",
|
|
"$button.report_errors": "button.report_errors_addon",
|
|
"$bottom_description_text": "resourcePack.description.bottom.behaviorPacks",
|
|
"$selected_label_text": "resourcePack.selected.title.packs",
|
|
"$available_label_text": "resourcePack.available.title.packs",
|
|
"$unowned_label_text": "resourcePack.suggestedContent.title",
|
|
"$platform_locked": "#platform_locked_addon",
|
|
"$view_more_unowned_content_button_text": "resourcePack.suggestedContent.button.viewMore",
|
|
"$read_more_label": "read_more_label_addon",
|
|
"$read_less_label": "read_less_label_addon",
|
|
"$total_size_binding": "#total_size_binding_addon",
|
|
"$in_game_error_text": "resourcePack.error.ingame.behaviorPacks",
|
|
"$invalid_pack_items": "#invalid_pack_items_addon",
|
|
"$invalid_grid_dimensions": "#invalid_grid_dimensions_addon",
|
|
"$button.invalid_pack": "button.invalid_pack_addon",
|
|
"$button.pack_warning": "button.pack_warning_addon",
|
|
"$invalid_label_text": "resourcePack.invalid.title.packs",
|
|
"$view_in_store": "resourcePack.description.store",
|
|
"$errors_text": "resourcePack.errors",
|
|
"$warnings_text": "resourcePack.warnings",
|
|
"$expired_text": "resourcePack.realmsPlus.expired",
|
|
"$top_label_box": true,
|
|
"$show_checkbox": false,
|
|
"$button.resource_pack_options_exit": "button.resource_pack_options_exit_addon",
|
|
"$button.pack_settings": "button.pack_settings_addon",
|
|
"$button.add": "resourcePack.available.add",
|
|
"$button.remove": "resourcePack.selected.remove",
|
|
"$options_slider_name": "content_tier_slider_addon",
|
|
"$display_suggested_content_offers": false,
|
|
"$suggested_content_offers_collection": "#suggested_offers_collection_addon",
|
|
"$suggested_content_offers_loading_binding": "#suggested_offers_loading_addon",
|
|
"$button.more_suggested_content_offers": "button.more_suggested_content_offers_addon",
|
|
"$button.select_offer": "button.select_offer_addon",
|
|
"$suggested_content_offers_label_text": "#suggested_offers_title_addon",
|
|
"$no_available_packs_visibility_binding": "#no_available_packs_visibility_addon",
|
|
"$no_realms_packs_visibility_binding": "#no_realms_packs_visibility_addon",
|
|
"$no_unowned_packs_visibility_binding": "#no_unowned_packs_visibility_addon",
|
|
"$view_more_unowned_content_button_visibility_binding": "#suggested_content_visible_addon",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "addon_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
]
|
|
},
|
|
|
|
"world_game_mode_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"world_survival_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_game_mode_radio_survival",
|
|
"$radio_label_text": "createWorldScreen.gameMode.survival"
|
|
}
|
|
},
|
|
{
|
|
"world_creative_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_game_mode_radio_creative",
|
|
"$radio_label_text": "createWorldScreen.gameMode.creative"
|
|
}
|
|
},
|
|
{
|
|
"world_adventure_mode_toggle@settings_common.radio_with_label": {
|
|
"ignored": "($is_world_create or $trial)",
|
|
"$toggle_state_binding_name": "#world_game_mode_radio_adventure",
|
|
"$radio_label_text": "createWorldScreen.gameMode.adventure"
|
|
}
|
|
} /*,//Uncomment when Spectator, and Hardcore game modes are implemented
|
|
{
|
|
"world_spectator_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_game_mode_radio_spectator",
|
|
"$radio_label_text": "createWorldScreen.gameMode.spectator"
|
|
}
|
|
},
|
|
{
|
|
"world_hardcore_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_game_mode_radio_hardcore",
|
|
"$radio_label_text": "createWorldScreen.gameMode.hardcore"
|
|
}
|
|
}*/
|
|
]
|
|
},
|
|
|
|
"xbl_broadcast_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"size": [ "100%", "100%c" ],
|
|
"$radio_buttons": [
|
|
{
|
|
"invite_only_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#xbl_broadcast_invite_only",
|
|
"$radio_label_text": "options.xboxliveBroadcast.inviteOnly"
|
|
}
|
|
},
|
|
{
|
|
"friends_only_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#xbl_broadcast_friends_only",
|
|
"$radio_label_text": "options.xboxliveBroadcast.friendsOnly"
|
|
}
|
|
},
|
|
{
|
|
"friends_of_friends_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#xbl_broadcast_friends_of_friends",
|
|
"$radio_label_text": "options.xboxliveBroadcast.friendsOfFriends"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"platform_broadcast_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"size": [ "100%", "100%c" ],
|
|
"$radio_buttons": [
|
|
{
|
|
"invite_only_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#platform_broadcast_invite_only",
|
|
"$radio_label_text": "options.xboxliveBroadcast.inviteOnly",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#platform_toggle_visible_invite_only",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"friends_only_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#platform_broadcast_friends_only",
|
|
"$radio_label_text": "options.xboxliveBroadcast.friendsOnly"
|
|
}
|
|
},
|
|
{
|
|
"friends_of_friends_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#platform_broadcast_friends_of_friends",
|
|
"$radio_label_text": "options.xboxliveBroadcast.friendsOfFriends",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#platform_toggle_visible_friends_of_friends",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"player_game_mode_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"player_default_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_default",
|
|
"$radio_label_text": "createWorldScreen.gameMode.serverDefault"
|
|
}
|
|
},
|
|
{
|
|
"player_survival_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_survival",
|
|
"$radio_label_text": "createWorldScreen.gameMode.survival"
|
|
}
|
|
},
|
|
{
|
|
"player_creative_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_creative",
|
|
"$radio_label_text": "createWorldScreen.gameMode.creative"
|
|
}
|
|
},
|
|
{
|
|
"player_adventure_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_adventure",
|
|
"$radio_label_text": "createWorldScreen.gameMode.adventure"
|
|
}
|
|
},
|
|
{
|
|
"player_spectator_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_spectator",
|
|
"$radio_label_text": "createWorldScreen.gameMode.spectator"
|
|
}
|
|
} /*//Uncomment when Hardcore game mode is implemented,
|
|
{
|
|
"player_hardcore_mode_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#player_game_mode_radio_hardcore",
|
|
"$radio_label_text": "createWorldScreen.gameMode.hardcore"
|
|
}
|
|
}*/
|
|
]
|
|
},
|
|
|
|
"world_type_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"flat_world_type_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_type_radio_flat",
|
|
"$radio_label_text": "generator.flat"
|
|
}
|
|
},
|
|
{
|
|
"infinite_world_type_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_type_radio_infinite",
|
|
"$radio_label_text": "generator.infinite"
|
|
}
|
|
}, /*Uncomment when Large Biome and Amplified world types are implemented
|
|
{
|
|
"large_biomees_world_type_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_type_radio_large_biomees",
|
|
"$radio_label_text": "generator.largeBiomes"
|
|
}
|
|
},
|
|
{
|
|
"amplified_world_type_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_type_radio_amplified",
|
|
"$radio_label_text": "generator.amplified"
|
|
}
|
|
},*/
|
|
{
|
|
"old_world_type_toggle@settings_common.radio_with_label": {
|
|
"ignored": "$is_publish",
|
|
"$toggle_state_binding_name": "#world_type_radio_old",
|
|
"$radio_label_text": "generator.old"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"world_difficulty_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_difficulty_radio_peaceful",
|
|
"$radio_label_text": "options.difficulty.peaceful"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_difficulty_radio_easy",
|
|
"$radio_label_text": "options.difficulty.easy"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_difficulty_radio_normal",
|
|
"$radio_label_text": "options.difficulty.normal"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#world_difficulty_radio_hard",
|
|
"$radio_label_text": "options.difficulty.hard"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
// MULTIPLAYER button and section
|
|
|
|
"multiplayer_button@settings_common.section_toggle_base": {
|
|
"$toggle_view_binding_name": "multiplayer_button_toggle",
|
|
"$glyph_texture": "textures/ui/multiplayer_glyph",
|
|
"$glyph_color_texture": "textures/ui/multiplayer_glyph_color",
|
|
"$glyph_size": [ 22, 12 ],
|
|
"$button_text": "options.group.multiplayer",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "createWorldScreen.multiplayer.settings"
|
|
}
|
|
},
|
|
|
|
"cross_platform_warning_label@pause.disconnected_label": {
|
|
"text": ""
|
|
},
|
|
|
|
"multiplayer_section": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "multiplayer_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"multiplayer_game_toggle@settings_common.option_toggle": {
|
|
"$option_label": "options.multiplayergame",
|
|
"$option_binding_name": "#multiplayer_game",
|
|
"$option_enabled_binding_name": "#multiplayer_game_enabled",
|
|
"$toggle_name": "multiplayer_game"
|
|
}
|
|
},
|
|
{
|
|
"platform_settings_dropdown@settings_common.option_dropdown": {
|
|
"$show_option_label": true,
|
|
"$option_label": "options.thirdPartyConsoleVisible",
|
|
"$dropdown_content": "world_section.platform_broadcast_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "platform_broadcast_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#platform_broadcast_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#platform_broadcast_dropdown_enabled",
|
|
"$dropdown_scroll_content_size": [ "100%", 60 ],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#platform_settings_dropdown_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"xbl_settings_dropdown@settings_common.option_dropdown": {
|
|
"ignored": "(not $is_xboxlive_enabled)",
|
|
"$option_label": "options.xboxliveBroadcastSettings",
|
|
"$dropdown_content": "world_section.xbl_broadcast_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "xbl_broadcast_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#xbl_broadcast_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#xbl_show_broadcast_dropdown",
|
|
"$dropdown_scroll_content_size": [ "100%", 60 ],
|
|
"variables": [
|
|
{
|
|
"requires": "($nx_os or $is_ps4)",
|
|
"$option_label": "options.xboxliveBroadcastSettingsForCrossplatform",
|
|
"$show_option_label": true
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#can_be_xbl_enabled",
|
|
"binding_name_override": "#enabled"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"server_visible_toggle@settings_common.option_toggle": {
|
|
"$option_label": "options.servervisible",
|
|
"$option_binding_name": "#server_visible",
|
|
"$option_enabled_binding_name": "#server_visibility_enabled",
|
|
"$toggle_name": "server_visible",
|
|
"$focus_override_down": "FOCUS_OVERRIDE_STOP",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#can_be_server_visible",
|
|
"binding_name_override": "#visible"
|
|
},
|
|
{
|
|
"binding_name": "#can_be_server_enabled",
|
|
"binding_name_override": "#enabled"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"general_multiplayer_warning_label@world_section.cross_platform_warning_label": {
|
|
"text": "#general_multiplayer_warning_text",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#general_multiplayer_warning_text"
|
|
},
|
|
{
|
|
"binding_name": "#general_multiplayer_warning_label_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"open_uri_button@play.open_account_setting_button": {
|
|
"size": [ "100%", 30 ],
|
|
"ignored": "$is_holographic",
|
|
"visible": false,
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#open_uri_button_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"platform_multiplayer_warning_label@world_section.cross_platform_warning_label": {
|
|
"ignored": "(not $nx_os and not $is_ps4)",
|
|
"text": "#platform_multiplayer_warning_text",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#platform_multiplayer_warning_text"
|
|
},
|
|
{
|
|
"binding_name": "#platform_multiplayer_warning_label_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"xbl_multiplayer_warning_label@world_section.cross_platform_warning_label": {
|
|
"ignored": "(not $is_xboxlive_enabled)",
|
|
"text": "#xbl_multiplayer_warning_text",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#xbl_multiplayer_warning_text"
|
|
},
|
|
{
|
|
"binding_name": "#xbl_multiplayer_warning_label_visible",
|
|
"binding_name_override": "#visible"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"option_text_edit_mock_with_button@settings_common.option_generic": {
|
|
"$control_name": "world_section.option_text_edit_mock_control_with_button"
|
|
},
|
|
|
|
"option_text_edit_mock_control_with_button": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100%", "30px" ],
|
|
"controls": [
|
|
{
|
|
"trial_text_box_button@common_buttons.transparent_content_button": {
|
|
"size": [ "85%", "100%" ],
|
|
"$default_button_texture": "textures/ui/edit_box_indent",
|
|
"$hover_button_texture": "textures/ui/edit_box_indent_hover",
|
|
"$pressed_button_texture": "textures/ui/edit_box_indent",
|
|
"$locked_button_texture": "textures/ui/edit_box_indent"
|
|
}
|
|
},
|
|
{
|
|
"seed_arrow_button@common_buttons.light_glyph_button": {
|
|
"$button_content": "settings_common.arrow_image",
|
|
"size": [ "fill", "100%" ]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"experimental_toggle@settings_common.option_toggle": {
|
|
"$tts_section_header": "createWorldScreen.worldSettings",
|
|
"$toggle_tts_header_binding_type": "collection",
|
|
"$toggle_tts_header_binding_collection_name": "experimental_toggles",
|
|
"$toggle_tts_inherit_siblings": true,
|
|
"$toggle_tts_type_priority": 100,
|
|
"$option_label": "#text",
|
|
"$option_binding_name": "#experimental_toggle_value",
|
|
"$option_enabled_binding_name": "#experimental_toggle_enabled",
|
|
"$toggle_name": "experimental_toggle",
|
|
"$toggle_grid_collection_name": "experimental_toggles",
|
|
"$toggle_collection_details_type": "collection_details",
|
|
"$toggle_collection_detail_name": "experimental_toggles",
|
|
"$toggle_binding_type": "collection",
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#show_experimental_toggle",
|
|
"binding_name_override": "#visible"
|
|
},
|
|
{
|
|
"binding_name": "#experimental_toggle_enabled",
|
|
"binding_type": "collection",
|
|
"binding_name_override": "#enabled",
|
|
"binding_collection_name": "experimental_toggles"
|
|
}
|
|
],
|
|
"$label_bindings": [
|
|
{
|
|
"binding_name": "#experimental_toggle_text",
|
|
"binding_name_override": "#text",
|
|
"binding_type": "collection",
|
|
"binding_collection_name": "experimental_toggles"
|
|
}
|
|
]
|
|
},
|
|
|
|
"open_account_setting_button@common_buttons.hyperlink_button": {
|
|
"$button_text": "permissions.open.account.help.button",
|
|
"property_bag": {
|
|
"#hyperlink": "https://aka.ms/MCMultiplayerHelp"
|
|
}
|
|
},
|
|
|
|
"edu_cloud_button@settings_common.section_toggle_base": {
|
|
"$toggle_view_binding_name": "cloud_button_toggle",
|
|
"$glyph_texture": "textures/ui/onedrive_pixel_logo_stroke",
|
|
"$glyph_color_texture": "textures/ui/onedrive_pixel_logo",
|
|
"$glyph_size": [ 20, 14 ],
|
|
"$button_text": "options.cloudStorage",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "options.cloudStorageTitle"
|
|
}
|
|
},
|
|
|
|
"edu_cloud_section": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "cloud_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"edu_cloud_label@settings_common.option_group_label": {
|
|
"$text": "menu.eduCloudStorage.caps",
|
|
"variables": [
|
|
{
|
|
"requires": "$education_edition",
|
|
"$font_type": "MinecraftTen",
|
|
"$font_scale_factor": 1.2
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"cloud_file_name@settings_common.option_text_edit": {
|
|
"$option_label": "options.cloudFileNameTitle",
|
|
"$option_binding_name": "#cloud_file_name",
|
|
"$option_enabled_binding_name": "#cloud_file_name_enabled",
|
|
"$text_box_name": "cloud_file_name_text_box"
|
|
}
|
|
},
|
|
{
|
|
"cloud_file_last_changed@settings_common.option_text_edit": {
|
|
"$option_label": "options.cloudFileLastChangedTitle",
|
|
"$option_binding_name": "#cloud_file_last_changed",
|
|
"$option_enabled_binding_name": "#cloud_file_last_changed_enabled",
|
|
"$text_box_name": "cloud_file_last_changed_text_box"
|
|
}
|
|
},
|
|
{
|
|
"cloud_upload_toggle@settings_common.option_toggle": {
|
|
"$option_label": "options.cloudToggleCloudSave",
|
|
"$option_binding_name": "#edu_cloud_upload",
|
|
"$option_enabled_binding_name": "#edu_cloud_upload_enabled",
|
|
"$toggle_name": "cloud_upload"
|
|
}
|
|
},
|
|
{
|
|
"cloud_help_wrapper_panel": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100%", "100%cm" ],
|
|
"controls": [
|
|
{
|
|
"cloud_help_button@edu_common.underline_button": {
|
|
"$single_line_font_scale_factor": 1,
|
|
"$single_label_size": [ "default", "default" ],
|
|
"$pressed_button_name": "button.cloud_help_button",
|
|
"$single_line_label_text": "options.cloudHelpText",
|
|
"$font_type": "smooth",
|
|
"$font_size": "normal"
|
|
}
|
|
},
|
|
{
|
|
"padded_icon@common.empty_panel": {
|
|
"size": [ "100%c", "100%c" ],
|
|
"controls": [
|
|
{
|
|
"icon": {
|
|
"type": "image",
|
|
"texture": "textures/ui/icon_external_link",
|
|
"size": [ 9, 9 ],
|
|
"offset": [ 5, 0.6 ]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
// Debug section and button
|
|
|
|
"debug_button@settings_common.section_toggle_base": {
|
|
"$toggle_view_binding_name": "world_debug_button_toggle",
|
|
"$glyph_texture": "textures/ui/debug_glyph",
|
|
"$glyph_color_texture": "textures/ui/debug_glyph_color",
|
|
"$glyph_size": [ 15, 15 ],
|
|
"$button_text": "options.debug",
|
|
"$toggle_property_bag": {
|
|
"#panel_title": "options.debugTitle"
|
|
}
|
|
},
|
|
|
|
"debug_section": {
|
|
"type": "stack_panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "view",
|
|
"source_control_name": "world_debug_button_toggle",
|
|
"source_property_name": "#toggle_state",
|
|
"target_property_name": "#visible"
|
|
}
|
|
],
|
|
"controls": [
|
|
{
|
|
"flat_nether_toggle@settings_common.option_toggle": {
|
|
"$option_label": "Flat Nether",
|
|
"$option_binding_name": "#flat_nether",
|
|
"$option_enabled_binding_name": "#flat_nether_enabled",
|
|
"$toggle_name": "flat_nether"
|
|
}
|
|
},
|
|
{
|
|
"game_version_override_toggle@settings_common.option_toggle": {
|
|
"$option_label": "Enable Game Version Override",
|
|
"$option_binding_name": "#game_version_override_toggle",
|
|
"$option_enabled_binding_name": "#game_version_override_toggle_enabled",
|
|
"$toggle_name": "game_version_override_toggle"
|
|
}
|
|
},
|
|
{
|
|
"game_version_override_textbox@settings_common.option_text_edit": {
|
|
"$option_label": "Game Version Override",
|
|
"$option_binding_name": "#game_version_override",
|
|
"$option_place_holder_text": "0.0.0",
|
|
"$option_enabled_binding_name": "#game_version_override_enabled",
|
|
"$text_box_name": "game_version_override_text_box"
|
|
}
|
|
},
|
|
{
|
|
"spawn_dimension_dropdown@settings_common.option_dropdown_no_scroll": {
|
|
"$option_label": "Spawn Dimension",
|
|
"$dropdown_content": "world_section.debug_spawn_dimension_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "debug_spawn_dimension_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#debug_spawn_dimension_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#debug_spawn_dimension_dropdown_enabled",
|
|
"$selection_highlight_offset": [ -2, 1 ],
|
|
"$selection_highlight_size": [ "100%", "100% + 1px" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"spawn_biome_dropdown@settings_common.option_dropdown": {
|
|
"$option_label": "Spawn Biome",
|
|
"$dropdown_content": "world_section.debug_spawn_biome_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "debug_spawn_biome_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#debug_spawn_biome_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#debug_spawn_biome_dropdown_enabled",
|
|
"$selection_highlight_offset": [ -2, 1 ],
|
|
"$selection_highlight_size": [ "100%", "100% + 1px" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"biome_override_dropdown@settings_common.option_dropdown": {
|
|
"$option_label": "Biome override",
|
|
"$dropdown_content": "world_section.debug_biome_override_dropdown_content",
|
|
"$dropdown_area": "content_area",
|
|
"$dropdown_name": "debug_biome_override_dropdown",
|
|
"$options_dropdown_toggle_label_binding": "#debug_biome_override_dropdown_toggle_label",
|
|
"$option_enabled_binding_name": "#debug_biome_override_dropdown_dropdown_enabled",
|
|
"$selection_highlight_offset": [ -2, 1 ],
|
|
"$selection_highlight_size": [ "100%", "100% + 1px" ],
|
|
"$focus_override_right": "FOCUS_OVERRIDE_STOP"
|
|
}
|
|
},
|
|
{
|
|
"base_game_version_debug_text": {
|
|
"type": "label",
|
|
"color": "$body_text_color",
|
|
"text": "#text",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#base_game_version_debug_text",
|
|
"binding_name_override": "#text"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"debug_spawn_dimension_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"debug_spawn_in_overworld_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_overworld",
|
|
"$radio_label_text": "Overworld"
|
|
}
|
|
},
|
|
{
|
|
"debug_spawn_in_nether_toggle@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_nether",
|
|
"$radio_label_text": "Nether"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"debug_spawn_biome_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_random_biome",
|
|
"$radio_label_text": "random_biome"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_basalt_deltas",
|
|
"$radio_label_text": "basalt_deltas"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_soulsand_valley",
|
|
"$radio_label_text": "soulsand_valley"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_crimson_forest",
|
|
"$radio_label_text": "crimson_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_warped_forest",
|
|
"$radio_label_text": "warped_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_hell",
|
|
"$radio_label_text": "hell"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_desert",
|
|
"$radio_label_text": "desert"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_extreme_hills",
|
|
"$radio_label_text": "extreme_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_forest",
|
|
"$radio_label_text": "forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_taiga",
|
|
"$radio_label_text": "taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_swampland",
|
|
"$radio_label_text": "swampland"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_river",
|
|
"$radio_label_text": "river"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_frozen_river",
|
|
"$radio_label_text": "frozen_river"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_ice_plains",
|
|
"$radio_label_text": "ice_plains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_ice_mountains",
|
|
"$radio_label_text": "ice_mountains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mushroom_island",
|
|
"$radio_label_text": "mushroom_island"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mushroom_island_shore",
|
|
"$radio_label_text": "mushroom_island_shore"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_beach",
|
|
"$radio_label_text": "beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_desert_hills",
|
|
"$radio_label_text": "desert_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_forest_hills",
|
|
"$radio_label_text": "forest_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_taiga_hills",
|
|
"$radio_label_text": "taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_extreme_hills_edge",
|
|
"$radio_label_text": "extreme_hills_edge"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_jungle",
|
|
"$radio_label_text": "jungle"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_jungle_hills",
|
|
"$radio_label_text": "jungle_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_jungle_edge",
|
|
"$radio_label_text": "jungle_edge"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_stone_beach",
|
|
"$radio_label_text": "stone_beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_cold_beach",
|
|
"$radio_label_text": "cold_beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_birch_forest",
|
|
"$radio_label_text": "birch_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_birch_forest_hills",
|
|
"$radio_label_text": "birch_forest_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_roofed_forest",
|
|
"$radio_label_text": "roofed_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_cold_taiga",
|
|
"$radio_label_text": "cold_taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_cold_taiga_hills",
|
|
"$radio_label_text": "cold_taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mega_taiga",
|
|
"$radio_label_text": "mega_taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mega_taiga_hills",
|
|
"$radio_label_text": "mega_taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_extreme_hills_plus_trees",
|
|
"$radio_label_text": "extreme_hills_plus_trees"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_savanna",
|
|
"$radio_label_text": "savanna"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_savanna_plateau",
|
|
"$radio_label_text": "savanna_plateau"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa",
|
|
"$radio_label_text": "mesa"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa_plateau_stone",
|
|
"$radio_label_text": "mesa_plateau_stone"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa_plateau",
|
|
"$radio_label_text": "mesa_plateau"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_ocean",
|
|
"$radio_label_text": "ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_deep_ocean",
|
|
"$radio_label_text": "deep_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_warm_ocean",
|
|
"$radio_label_text": "warm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_deep_warm_ocean",
|
|
"$radio_label_text": "deep_warm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_lukewarm_ocean",
|
|
"$radio_label_text": "lukewarm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_deep_lukewarm_ocean",
|
|
"$radio_label_text": "deep_lukewarm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_cold_ocean",
|
|
"$radio_label_text": "cold_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_deep_cold_ocean",
|
|
"$radio_label_text": "deep_cold_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_frozen_ocean",
|
|
"$radio_label_text": "frozen_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_deep_frozen_ocean",
|
|
"$radio_label_text": "deep_frozen_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_bamboo_jungle",
|
|
"$radio_label_text": "bamboo_jungle"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_bamboo_jungle_hills",
|
|
"$radio_label_text": "bamboo_jungle_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_sunflower_plains",
|
|
"$radio_label_text": "sunflower_plains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_swampland_mutated",
|
|
"$radio_label_text": "swampland_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_ice_plains_spikes",
|
|
"$radio_label_text": "ice_plains_spikes"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_cold_taiga_mutated",
|
|
"$radio_label_text": "cold_taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_savanna_mutated",
|
|
"$radio_label_text": "savanna_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_savanna_plateau_mutated",
|
|
"$radio_label_text": "savanna_plateau_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_roofed_forest_mutated",
|
|
"$radio_label_text": "roofed_forest_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_desert_mutated",
|
|
"$radio_label_text": "desert_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_flower_forest",
|
|
"$radio_label_text": "flower_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_taiga_mutated",
|
|
"$radio_label_text": "taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_jungle_mutated",
|
|
"$radio_label_text": "jungle_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_jungle_edge_mutated",
|
|
"$radio_label_text": "jungle_edge_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa_bryce",
|
|
"$radio_label_text": "mesa_bryce"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa_plateau_stone_mutated",
|
|
"$radio_label_text": "mesa_plateau_stone_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_mesa_plateau_mutated",
|
|
"$radio_label_text": "mesa_plateau_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_birch_forest_mutated",
|
|
"$radio_label_text": "birch_forest_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_birch_forest_hills_mutated",
|
|
"$radio_label_text": "birch_forest_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_redwood_taiga_mutated",
|
|
"$radio_label_text": "redwood_taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_extreme_hills_mutated",
|
|
"$radio_label_text": "extreme_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_extreme_hills_plus_trees_mutated",
|
|
"$radio_label_text": "extreme_hills_plus_trees_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_redwood_taiga_hills_mutated",
|
|
"$radio_label_text": "redwood_taiga_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_spawn_in_plains",
|
|
"$radio_label_text": "plains"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"debug_biome_override_dropdown_content@settings_common.option_radio_dropdown_group": {
|
|
"$radio_buttons": [
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_random_biome",
|
|
"$radio_label_text": "random_biome"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_basalt_deltas",
|
|
"$radio_label_text": "basalt_deltas"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_soulsand_valley",
|
|
"$radio_label_text": "soulsand_valley"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_crimson_forest",
|
|
"$radio_label_text": "crimson_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_warped_forest",
|
|
"$radio_label_text": "warped_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_hell",
|
|
"$radio_label_text": "hell"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_desert",
|
|
"$radio_label_text": "desert"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_extreme_hills",
|
|
"$radio_label_text": "extreme_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_forest",
|
|
"$radio_label_text": "forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_taiga",
|
|
"$radio_label_text": "taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_swampland",
|
|
"$radio_label_text": "swampland"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_river",
|
|
"$radio_label_text": "river"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_frozen_river",
|
|
"$radio_label_text": "frozen_river"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_ice_plains",
|
|
"$radio_label_text": "ice_plains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_ice_mountains",
|
|
"$radio_label_text": "ice_mountains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mushroom_island",
|
|
"$radio_label_text": "mushroom_island"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mushroom_island_shore",
|
|
"$radio_label_text": "mushroom_island_shore"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_beach",
|
|
"$radio_label_text": "beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_desert_hills",
|
|
"$radio_label_text": "desert_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_forest_hills",
|
|
"$radio_label_text": "forest_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_taiga_hills",
|
|
"$radio_label_text": "taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_extreme_hills_edge",
|
|
"$radio_label_text": "extreme_hills_edge"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_jungle",
|
|
"$radio_label_text": "jungle"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_jungle_hills",
|
|
"$radio_label_text": "jungle_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_jungle_edge",
|
|
"$radio_label_text": "jungle_edge"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_stone_beach",
|
|
"$radio_label_text": "stone_beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_cold_beach",
|
|
"$radio_label_text": "cold_beach"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_birch_forest",
|
|
"$radio_label_text": "birch_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_birch_forest_hills",
|
|
"$radio_label_text": "birch_forest_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_roofed_forest",
|
|
"$radio_label_text": "roofed_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_cold_taiga",
|
|
"$radio_label_text": "cold_taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_cold_taiga_hills",
|
|
"$radio_label_text": "cold_taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mega_taiga",
|
|
"$radio_label_text": "mega_taiga"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mega_taiga_hills",
|
|
"$radio_label_text": "mega_taiga_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_extreme_hills_plus_trees",
|
|
"$radio_label_text": "extreme_hills_plus_trees"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_savanna",
|
|
"$radio_label_text": "savanna"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_savanna_plateau",
|
|
"$radio_label_text": "savanna_plateau"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa",
|
|
"$radio_label_text": "mesa"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa_plateau_stone",
|
|
"$radio_label_text": "mesa_plateau_stone"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa_plateau",
|
|
"$radio_label_text": "mesa_plateau"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_ocean",
|
|
"$radio_label_text": "ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_deep_ocean",
|
|
"$radio_label_text": "deep_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_warm_ocean",
|
|
"$radio_label_text": "warm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_deep_warm_ocean",
|
|
"$radio_label_text": "deep_warm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_lukewarm_ocean",
|
|
"$radio_label_text": "lukewarm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_deep_lukewarm_ocean",
|
|
"$radio_label_text": "deep_lukewarm_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_cold_ocean",
|
|
"$radio_label_text": "cold_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_deep_cold_ocean",
|
|
"$radio_label_text": "deep_cold_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_frozen_ocean",
|
|
"$radio_label_text": "frozen_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_deep_frozen_ocean",
|
|
"$radio_label_text": "deep_frozen_ocean"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_bamboo_jungle",
|
|
"$radio_label_text": "bamboo_jungle"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_bamboo_jungle_hills",
|
|
"$radio_label_text": "bamboo_jungle_hills"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_sunflower_plains",
|
|
"$radio_label_text": "sunflower_plains"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_swampland_mutated",
|
|
"$radio_label_text": "swampland_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_ice_plains_spikes",
|
|
"$radio_label_text": "ice_plains_spikes"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_cold_taiga_mutated",
|
|
"$radio_label_text": "cold_taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_savanna_mutated",
|
|
"$radio_label_text": "savanna_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_savanna_plateau_mutated",
|
|
"$radio_label_text": "savanna_plateau_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_roofed_forest_mutated",
|
|
"$radio_label_text": "roofed_forest_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_desert_mutated",
|
|
"$radio_label_text": "desert_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_flower_forest",
|
|
"$radio_label_text": "flower_forest"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_taiga_mutated",
|
|
"$radio_label_text": "taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_jungle_mutated",
|
|
"$radio_label_text": "jungle_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_jungle_edge_mutated",
|
|
"$radio_label_text": "jungle_edge_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa_bryce",
|
|
"$radio_label_text": "mesa_bryce"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa_plateau_stone_mutated",
|
|
"$radio_label_text": "mesa_plateau_stone_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_mesa_plateau_mutated",
|
|
"$radio_label_text": "mesa_plateau_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_birch_forest_mutated",
|
|
"$radio_label_text": "birch_forest_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_birch_forest_hills_mutated",
|
|
"$radio_label_text": "birch_forest_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_redwood_taiga_mutated",
|
|
"$radio_label_text": "redwood_taiga_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_extreme_hills_mutated",
|
|
"$radio_label_text": "extreme_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_extreme_hills_plus_trees_mutated",
|
|
"$radio_label_text": "extreme_hills_plus_trees_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_redwood_taiga_hills_mutated",
|
|
"$radio_label_text": "redwood_taiga_hills_mutated"
|
|
}
|
|
},
|
|
{
|
|
"@settings_common.radio_with_label": {
|
|
"$toggle_state_binding_name": "#debug_biome_override_plains",
|
|
"$radio_label_text": "plains"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"editor_edit_world_manipulation_buttons_content": {
|
|
"type": "stack_panel",
|
|
"orientation": "vertical",
|
|
"size": [ "100%", "100%c" ],
|
|
"controls": [
|
|
{
|
|
"export_as_project@world_section.export_world_button": {
|
|
"size": [ "100%", 30 ],
|
|
"$button_text": "gui.editor.exportProject",
|
|
"$pressed_button_name": "export_project_button"
|
|
}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ "100%", 2 ]
|
|
}
|
|
},
|
|
{
|
|
"export_as_world_buttons": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100%", 30 ],
|
|
"controls": [
|
|
{
|
|
"export_as_world@world_section.export_world_button": {}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ 1, 0 ]
|
|
}
|
|
},
|
|
{
|
|
"export_as_template@world_section.export_template_button": {
|
|
"size": [ "50%", 30 ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"padding_2": {
|
|
"type": "panel",
|
|
"size": [ "100%", 2 ]
|
|
}
|
|
},
|
|
{
|
|
"project_manipulations_buttons": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100%", 30 ],
|
|
"controls": [
|
|
{
|
|
"copy_project@world_section.copy_world_button": {
|
|
"size": [ "50%", 30 ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"$button_text": "gui.editor.copyProject"
|
|
}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ 1, 0 ]
|
|
}
|
|
},
|
|
{
|
|
"delete_project@world_section.delete_world_button": {
|
|
"size": [ "50%", 30 ],
|
|
"anchor_from": "top_left",
|
|
"anchor_to": "top_left",
|
|
"$button_text": "createWorldScreen.editor.deleteProject"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"editor_edit_world_manipulation_buttons@settings_common.option_generic": {
|
|
"$control_name": "world_section.editor_edit_world_manipulation_buttons_content",
|
|
"$option_label": "createWorldScreen.editor.projectOptionsLabel"
|
|
}
|
|
}
|