此条目的(部分)内容需要翻译。
你可以帮助我们来翻译此条目,但请勿使用机器翻译。
options.txt是一个用来存储所有可以在游戏选项中改变的设定的文件,同时也会存储游戏退出后需要保存的信息。它在Java版中位于.minecraft文件夹中,在基岩版中位于com.mojang文件夹中,你可以使用任何文本编辑工具来编辑它,以达到改变设定的效果。值得注意的是,大部分设定你都可以直接在游戏中更改,但仍有少数设定只能通过编辑该文件来修改。
选项
Java版
每一行代表一个选项或一个数据,从左到右依次是选项名称、冒号、对应值。“TRUE”意为真(开启),“FALSE”意为假(关闭)。所有可用的按键代码可以在键控代码找到。
| #[N 1] | 选项名称 | 解释 | 有效值 | 默认值 | 加入的版本 |
|---|---|---|---|---|---|
| 1 | version | 选项文件自身的版本号;用于升级默认设置。(数字) | 3578 | Java版1.10-pre1 (1.10) | |
| 2 | autoJump | 自动跳跃是否启用 | true/false | true | |
| 3 | autoSuggestions | True if brigadier's command suggestion UI should always be shown, instead of just when pressing tab | true/false | true | 17w47a (1.13) |
| 4 | chatColors | 是否允许彩色聊天信息 | true/false | true | |
| 5 | chatLinks | 聊天栏里的链接显示为链接还是纯文本 | true/false:链接/纯文本 | true | |
| 6 | chatLinksPrompt | 在聊天中点击链接是否需要确认后才能打开 | true/false | true | |
| 7 | enableVsync | 是否开启v-sync (垂直同步) | true/false | false | |
| 8 | entityShadows | 是否显示实体阴影 | true/false | true | |
| 9 | forceUnicodeFont | 是否强制使用Unicode字体 | true/false | false | |
| 10 | discrete_mouse_scroll | 是否忽略操作系统中对鼠标滚轮的设置 | true/false | false | |
| 11 | invertYMouse | 鼠标Y轴是否反转 | true/false | false | |
| 12 | realmsNotifications | 是否在主菜单显示Realms的邀请 | true/false | true | |
| 13 | reducedDebugInfo | 是否简化调试屏幕上的调试信息 | true/false | false | |
| 14 | snooperEnabled | Whether snooper functionality is turned on | true/false | true | |
| 15 | showSubtitles | 是否显示字幕 | true/false | false | |
| 16 | touchscreen | 是否使用触屏操作 | true/false | false | |
| 17 | fullscreen | 游戏是否在启动时尝试全屏 | true/false | false | |
| 18 | bobView | 当玩家行走时,视角是否晃动 | true/false | true | |
| 19 | toggleCrouch | 控制如何触发潜行(按住或按一下切换) | true/false | false | |
| 20 | toggleSprint | 控制如何触发疾跑(按住或按一下切换) | true/false | false | |
| 21 | mouseSensitivity | 鼠标灵敏度 | 0–1 | 0.5 | |
| 22 | fov | 视角大小(浮点数)。游戏中的视角是以度数计量的,但options.txt不是。这是浮点数转化度数的公式度数 = 40 * 浮点数 + 70
|
-1–1 | 0.0 | |
| 23 | screenEffectScale | 屏幕扭曲效果(反胃和下界传送门造成的效果)的轻重程度 | 0–1 | 0.0 | |
| 24 | fovEffectScale | 视场角效果(疾跑、速度、缓慢等对视野范围的影响)的轻重程度 | 0–1 | 0.0 | |
| 25 | gamma | 亮度 | 0–1 | 0.0 | |
| 26 | renderDistance | 视距 | 2–32 (若不借助外部编辑) 32位或内存小于1GB的电脑上最大为16 | 12 (64位), 8 (32位) | |
| 27 | entityDistanceScaling | 实体渲染距离的最大值 | 0.5-5.0 | 1.0 | |
| 28 | guiScale | GUI的尺寸 | 0(自适应)或1-4(对应的尺寸) | 0(自适应) | |
| 29 | particles | 粒子数量(雨、药水效果,等等) | 0–2:'全部','少量','最少' | 0(全部) | |
| 30 | maxFps | 最大帧率 | 10–260 | 120 | |
| 31 | difficulty | 游戏难度 | 0–3:和平,简单,普通,困难 | 2 (普通) | |
| 32 | graphicsMode | 图像品质 | 0-2(快速、高品质、极佳!) | 1(高品质) | |
| 33 | ao | 平滑光照 | 0–2:关,最小,最大 | 2 (最大) | |
| 34 | biomeBlendRadius | 生物群系过渡时的混合半径 | 0–7 | 2 | 18w15a (1.13) |
| 35 | renderClouds | 是否显示云 | true/false/fast | true | |
| 36 | resourcePacks | 正在使用的资源包的列表,包名以字符串表示,用逗号分隔。如果只加载默认资源包,则为空 | String | [] | |
| 37 | incompatibleResourcePacks | 被标记为与当前Minecraft版本不兼容的已使用的资源包列表,用逗号分隔;如果没有被标记为不兼容,则为空 | String | [] | |
| 38 | lastServer | 直接连接使用的最后一台服务器的地址 | String | [] | |
| 39 | lang | 正在使用的语言 | String | en_US | |
| 40 | chatVisibility | 聊天栏是否显示 | 0–2:'显示','仅命令','隐藏' | 0 (显示) | |
| 41 | chatOpacity | 聊天栏的不透明度 | 0–1 | 1.0 | |
| 42 | chatLineSpacing | 聊天栏的行距 | 0–1 | 0.0 | |
| 43 | textBackgroundOpacity | 聊天栏文本背景的透明度 | 0–1 | 0.5 | |
| 44 | backgroundForChatOnly | 控制文本背景出现的位置(聊天栏或全局) | true/false | true | |
| 45 | hideServerAddress | 服务器地址是否默认隐藏;在多人游戏菜单中使用F1进行切换 | true/false | false | |
| 46 | advancedItemTooltips | 是否在物品栏中显示鼠标指针所悬停物品的ID和耐久度,使用F3 + H切换 | true/false | false | |
| 47 | pauseOnLostFocus | 当不按Esc切出游戏或打开游戏内界面时,游戏是否暂停; 使用F3 + P切换 | false | false | |
| 48 | overrideWidth | 打开Minecraft时界面的宽度,以像素为单位(设置为0时使用Minecraft的默认设定);不在游戏内部设置 | Integer | 0 | |
| 49 | overrideHeight | 打开Minecraft时界面的高度,以像素为单位(设置为0时使用Minecraft的默认设定);不在游戏内部设置 | Integer | 0 | |
| 50 | heldItemTooltips | 物品之间的切换是否显示物品名称; 不在游戏内部设置 | true/false | true | 12w50a (1.4.6) |
| 51 | chatHeightFocused | 聊天栏的高度 | 0–1 | 1.0 | |
| 52 | chatDelay | 聊天栏文本延迟 | 0–6 | 0.0 | |
| 53 | chatHeightUnfocused | 当显示聊天栏按钮没有被按下时,最高的聊天栏高度 | 0–1 | 0.44366196 | |
| 54 | chatScale | 聊天栏中文字的大小 | 0–1 | 1.0 | |
| 55 | chatWidth | 聊天栏的宽度 | 0–1 | 1.0 | |
| 56 | mipmapLevels | 抗锯齿等级 | 0–4 | 4 | |
| 57 | useNativeTransport | 是否使用Netty EpollSocketChannel连接到服务器,而不是NioSocketChannel(仅当EPOLL在用户系统上可用时适用) | true/false | true | |
| 58 | mainHand | 主手是左手还是右手 | left/right | right | |
| 59 | attackIndicator | 当攻击时,攻击指示器如何显示 | 0–2: '关','十字准星','快捷栏' | 1 (十字准星) | |
| 60 | narrator | 复述功能的设置 | 0–3 | 0 | 17w06a (1.12) |
| 61 | tutorialStep | 下一阶段的教学提示的显示 | movement, find_tree, punch_tree, open_inventory, craft_planks, none | movement | 17w06a (1.12) |
| 62 | mouseWheelSensitivity | 鼠标滚轮的灵敏度(见MC-123773) | 1–10 | 1.0 | 18w21a (1.13) |
| 63 | rawMouseInput | 忽略系统的鼠标加速效果 | true/false | true | |
| 64 | glDebugVerbosity | LWJGL日志信息级别(仅部分设备支持) | 0-4 (none, HIGH, MEDIUM, LOW, NOTIFICATION) | 1 | 1.13-pre2 (1.13) |
| 65 | skipMultiplayerWarning | 是否跳过进入多人游戏时的免责声明 | true/false | false | 1.15.2-pre1 (1.15.2) |
| 66 | syncChunkWrites | Whether to open region files in synchronous mode | true/false | true (Windows), false (其他系统) | |
| 67 | key_key.attack | 攻击 | key.mouse.left | ||
| 68 | key_key.use | 使用 | key.mouse.right | ||
| 69 | key_key.forward | 向前移动 | key.keyboard.w | ||
| 70 | key_key.left | 向左移动 | key.keyboard.a | ||
| 71 | key_key.back | 向后移动 | key.keyboard.s | ||
| 72 | key_key.right | 向右移动 | key.keyboard.d | ||
| 73 | key_key.jump | 跳跃 | key.keyboard.space | ||
| 74 | key_key.sneak | 潜行 | key.keyboard.left.shift | ||
| 75 | key_key.sprint | 疾跑 | key.keyboard.left.control | ||
| 76 | key_key.drop | 丢弃 | key.keyboard.q | ||
| 77 | key_key.inventory | 物品栏 | key.keyboard.e | ||
| 78 | key_key.chat | 聊天栏 | key.keyboard.t | ||
| 79 | key_key.playerlist | 玩家列表 | key.keyboard.tab | ||
| 80 | key_key.pickItem | 选取方块 | key.mouse.middle | ||
| 81 | key_key.command | 命令 | key.keyboard.slash | ||
| 82 | key_key.screenshot | 截屏 | key.keyboard.f2 | ||
| 83 | key_key.togglePerspective | 切换视角 | key.keyboard.f5 | ||
| 84 | key_key.smoothCamera | 电影视角 | key.keyboard.unknown | ||
| 85 | key_key.fullscreen | 全屏 | key.keyboard.f11 | ||
| 86 | key_key.spectatorOutlines | 旁观模式高亮玩家 | key.keyboard.unknown | ||
| 87 | key_key.swapOffhand | 主副手的物品切换 | key.keyboard.f | ||
| 88 | key_key.saveToolbarActivator | 保存快捷栏(创造模式) | key.keyboard.c | 17w06a (1.12) | |
| 89 | key_key.loadToolbarActivator | 加载物品栏(创造模式) | key.keyboard.x | 17w06a (1.12) | |
| 90 | key_key.advancements | 打开进度界面 | key.keyboard.l | 17w06a (1.12) | |
| 91 | key_key.hotbar.1 | 快捷栏1 | key.keyboard.1 | ||
| 92 | key_key.hotbar.2 | 快捷栏2 | key.keyboard.2 | ||
| 93 | key_key.hotbar.3 | 快捷栏3 | key.keyboard.3 | ||
| 94 | key_key.hotbar.4 | 快捷栏4 | key.keyboard.4 | ||
| 95 | key_key.hotbar.5 | 快捷栏5 | key.keyboard.5 | ||
| 96 | key_key.hotbar.6 | 快捷栏6 | key.keyboard.6 | ||
| 97 | key_key.hotbar.7 | 快捷栏7 | key.keyboard.7 | ||
| 98 | key_key.hotbar.8 | 快捷栏8 | key.keyboard.8 | ||
| 99 | key_key.hotbar.9 | 快捷栏9 | key.keyboard.9 | ||
| 100 | soundCategory_master | 主音量 | 0–1 | 1.0 | |
| 101 | soundCategory_music | 游戏音乐音量 | 0–1 | 1.0 | |
| 102 | soundCategory_record | 音符盒和唱片机的音量 | 0–1 | 1.0 | |
| 103 | soundCategory_weather | 天气音效音量 | 0–1 | 1.0 | |
| 104 | soundCategory_block | 方块音效音量 | 0–1 | 1.0 | |
| 105 | soundCategory_hostile | 敌对生物音量 | 0–1 | 1.0 | |
| 106 | soundCategory_neutral | 被动生物音量 | 0–1 | 1.0 | |
| 107 | soundCategory_player | 玩家音效音量 | 0–1 | 1.0 | |
| 108 | soundCategory_ambient | 烟花和洞穴音量 | 0–1 | 1.0 | |
| 109 | soundCategory_voice | 复述音量 | 0–1 | 1.0 | |
| 110 | modelPart_cape | 是否显示披风 | true/false | true | |
| 111 | modelPart_jacket | 是否显示身体部分的外层皮肤 | true/false | true | |
| 112 | modelPart_left_sleeve | 是否显示左手臂的外层皮肤 | true/false | true | |
| 113 | modelPart_right_sleeve | 是否显示右手臂的外层皮肤 | true/false | true | |
| 114 | modelPart_left_pants_leg | 是否显示左腿的外层皮肤 | true/false | true | |
| 115 | modelPart_right_pants_leg | 是否显示右腿的外层皮肤 | true/false | true | |
| 116 | modelPart_hat | 是否显示头部的外层皮肤 | true/false | true |
基岩版
| #[N 1] | 选项名称 | 解释 | 有效值 | 默认值 | 加入的版本 |
|---|---|---|---|---|---|
| 1 | mp_username | 玩家的名字。 | Steve | ||
| 2 | game_difficulty_new | 1 | |||
| 3 | game_thirdperson | Number used to identify first person, third person front, and third person back. | 0 | ||
| 4 | gfx_dpadscale | 0.5 | |||
| 5 | mp_server_visible | 1 | |||
| 6 | mp_xboxlive_visble | 1 | |||
| 7 | mp_nex_visble | 1 | |||
| 8 | mp_psn_visble | 1 | |||
| 9 | game_language | 游戏选择的语言。 |
空[N 2] | ||
| 10 | game_skintypefull | The unique identifier of the current skin being used. |
|||
| 11 | game_lastcustomskinnew | Standard.Dummy | |||
| 12 | game_recentskin1 | 在上次更改之前使用的皮肤。 |
空[N 2] | ||
| 13 | game_recentskin2 | 第二个最近使用的皮肤。 |
空[N 2] | ||
| 14 | game_recentskin3 | 第三个最近使用的皮肤。 |
空[N 2] | ||
| 15 | game_haseverloggedintoxbl | Whether the user has ever logged into Xbox Live. | 0/1 | 0 | |
| 16 | game_haschosennottosignintoxbl | Whether the user is currently signed out of Xbox Live. | 0/1 | 1 | |
| 17 | game_devicefilestoragelocation | 2 |
|||
| 18 | ctrl_islefthanded | 0/1 | 0 | ||
| 19 | ctrl_usetouchjoypad | 0/1 | 0 | ||
| 20 | ctrl_swapjumpandsneak | Whether the jump and sneak buttons should be swapped. | 0/1 | 0 | 0.12.1 |
| 21 | gfx_viewdistance | The player's render distance, measured in blocks. | The range available without editing depends on the device's capabilities. The minimum is always 96, |
Varies depending on the device. | |
| 22 | gfx_particleviewdistance | 0 | |||
| 23 | gfx_viewbobbing | Toggles view bobbing. | 0/1 | 1 | |
| 24 | gfx_fancygraphincs | Toggles fancy graphics. | 0/1 | 1 | |
| 25 | gfx_transparentleaves | Whether the player can see through leaves. | 0/1 | 1 | |
| 26 | gfx_vr_transparentleaves | Whether the player can see through leaves when using VR. | 0/1 | 1 | |
| 27 | gfx_smoothlighting | Toggles smooth lighting. | 0/1 | 1 | |
| 28 | gfx_vr_smoothlighting | Toggles smooth lighting when using VR. | 0/1 | 1 | |
| 29 | gfx_fancyskies | Whether the sun, moon, clouds, and stars are visible. | 0/1 | 1 | |
| 30 | gfx_field_of_view | The player's field of view, measured in degrees. | 30-110 | 60 | |
| 31 | gfx_msaa | 0/1 |
1 | ||
| 32 | gfx_texel_aa_2 | 0 | |||
| 33 | gfx_gamma | 0-1 | 0.5 | ||
| 34 | gfx_multithreaded_renderer | 0/1 |
1 | ||
| 35 | gfx_vsync | 0/1 |
0 | ||
| 36 | gfx_async_texture_loads | 0/1 |
1 | ||
| 37 | gfx_show_async_texture_loads | 0/1 |
0 | ||
| 38 | gfx_max_dequed_textures_per_frame | 16 |
|||
| 39 | gfx_texture_load_delay | 0/1 |
0 | ||
| 40 | dev_file_watcher | 0/1 |
1 | ||
| 41 | gfx_max_framerate | 0 |
|||
| 42 | gfx_fullscreen | 0/1 |
0 |
||
| 43 | show_advanced_video_settings | 0/1 | 0 | ||
| 44 | gfx_guiscale_offset | 0/1 |
0 | ||
| 45 | gfx_splitscreen_guiscale_offset | 0/1 |
1 | ||
| 46 | gfx_safe_zone_x | 0/1 |
1 | ||
| 47 | gfx_safe_zone_y | 0/1 |
1 | ||
| 48 | gfx_ui_profile | Whether to use the Pocket UI instead of the Classic UI. | 0/1 | 1 on mobile devices, 0 on other platforms. |
|
| 49 | audio_sound | Whether to play sound effects. | 0/1 | 1 | |
| 50 | audio_music | Whether to play music. | 0/1 |
1 | |
| 51 | vr_sensitivity | The sensitivity when using VR. | 0-1 | 0.5 | |
| 52 | vr_gamma | 0/1 |
0 | ||
| 53 | vr_particle_view_dist | 0.25 | |||
| 54 | vr_stutter_turn | 0/1 |
1 | ||
| 55 | vr_stutter_turn_sound | 0/1 |
1 | ||
| 56 | vr_hmd_displacement | 0 | |||
| 57 | vr_renderdistance | The view distance when using VR. | Must be a number. |
128 |
|
| 58 | vr_autojump | Toggles auto-jump when using VR. | 0/1 | 1 | |
| 59 | vr_head_steering | 0/1 |
1 | ||
| 60 | vr_stutter_turn_constant_time | 0/1 |
1 | ||
| 61 | vr_stereorendering | 0/1 |
1 | ||
| 62 | vr_use_normal_hit | 0/1 |
0 | ||
| 63 | vr_use_red_flash | 0/1 |
1 | ||
| 64 | vr_rstick_pitch_assist | 0/1 |
0 | ||
| 65 | vr_rstick_gazedjust | 0/1 |
0 | ||
| 66 | vr_gaze_pitch_boost | 0/1 |
1 | ||
| 67 | vr_hud_drift | 0/1 |
1 | ||
| 68 | vr_living_room_cursor_centered | 0/1 |
1 | ||
| 69 | vr_linear_jump | 0/1 |
1 | ||
| 70 | vr_linear_motion | 0/1 |
1 | ||
| 71 | vr_sticky_mining | 0/1 |
1 | ||
| 72 | vr_sticky_mining_hand | 0/1 |
0 | ||
| 73 | vr_tap_turn | 0/1 |
0 | ||
| 74 | vr_tap_turn_sensitivity | 0-1 |
0.375 | ||
| 75 | vr_wheelturn_sensitivity | 50 | |||
| 76 | vr_wheelturning_withLowDeadzone_controller | 0/1 |
0 | ||
| 77 | vr_180_turns | 0/1 |
0 | ||
| 78 | vr_use_comfort_controls_2 | 0/1 |
1 | ||
| 79 | vr_show_comfort_select_screen | 0/1 |
1 | ||
| 80 | vr_livingroom_hint_time | 32000 | |||
| 81 | vr_mirror_texture | 0/1 |
1 | ||
| 82 | vr_hand_controls_item | 0/1 |
1 | ||
| 83 | vr_hand_controls_hud | 0/1 |
1 | ||
| 84 | vr_hand_pointer | 0/1 |
1 | ||
| 85 | vr_hands_visible | 0/1 |
0 | ||
| 86 | vr_ui_mouse_sensitivity | 0/1 |
1 | ||
| 87 | vr_msaa | 0/1 |
1 | ||
| 88 | store_has_purchased_coins | Whether the user has ever bought minecoins. | 0/1 | 0 | |
| 89 | switch_coin_debug | 0/1 |
0 | ||
| 90 | old_game_version_major | The first number in the current version. | 1 | ||
| 91 | old_game_version_minor | The second number in the current version, used to store major updates. | 16 | ||
| 92 | old_game_version_patch | The third number in the current version, used to store minor updates/hotfixes. | 10 | ||
| 93 | old_game_version_revision | The fourth number in the current version, used for internal versioning. | 2 | ||
| 94 | old_game_version_beta | The fifth number in the current version, used for betas (0 if not playing beta). | |||
| 95 | realms_show_friend_invites_only | Whether the list of invites to realms should show invites only from Xbox Live friends. | 0/1 | 1 | |
| 96 | number_of_owned_realms | The number of realms that the player owns. | 0 | ||
| 97 | number_of_friends_realms | 0 | |||
| 98 | realms_view_upsell_screen_count | 3 | |||
| 99 | shown_ratings_prompt | 0 | |||
| 100 | save_and_quit_count | The number of times the player has exited a world. |
1 | ||
| 101 | show_worlds_trial_button | 0/1 |
1 | ||
| 102 | allow_cellular_data | Whether to use cellular data. |
0/1 | 0 | |
| 103 | auto_update_mode | Whether to update automatically. | 0/1 | 1 | |
| 104 | auto_update_enabled | Whether to update automatically. |
0/1 | 1 | |
| 105 | websocket_encryption | 0/1 |
0 | ||
| 106 | text_to_speech_discovered | 0/1 |
0 | ||
| 107 | monitor_platform_text_to_speech | 0/1 |
1 | ||
| 108 | chat_text_to_speech | 0/1 |
0 | ||
| 109 | ui_text_to_speech | 0/1 |
0 | ||
| 110 | open_chat_message | 0/1 |
1 | ||
| 111 | ctrl_sensitivity2_mouse | The sensitivity when using mouse controls. | 0-1 | 0.6 | |
| 112 | ctrl_sensitivity_touch | The sensitivity when using touch controls. | 0-1 | 0.6 | |
| 113 | ctrl_sensitivity2_gamepad | The sensitivity when using a console controller. | 0-1 | 0.6 | |
| 114 | ctrl_sensitivity2_motioncontroller | The sensitivity when using a console controller. |
0-1 | 0.6 | |
| 115 | ctrl_smoothrotationseed | 0-1 |
0.1 | ||
| 116 | ctrl_invertmouse_mouse | 0/1 |
0 | ||
| 117 | ctrl_invertmouse_touch | 0/1 |
0 | ||
| 118 | ctrl_invertmouse_gamepad | 0/1 |
0 | ||
| 119 | ctrl_invertmouse_motioncontroller | 0/1 |
0 | ||
| 120 | ctrl_autojump_mouse | Toggles auto-jump for mouse controls. | 0/1 | 1 | |
| 121 | ctrl_autojump_touch | Toggles auto-jump for touch controls. | 0/1 | 1 | |
| 122 | ctrl_autojump_gamepad | Toggles auto-jump for console controllers. | 0/1 | 1 | |
| 123 | ctrl_autojump_motioncontroller | Toggles auto-jump for console controllers. |
0/1 | 1 | |
| 124 | ctrl_fullkeyboardgameplay | Toggles full keyboard gameplay. If set to 1, all controls are on the keyboard, and the mouse is not used. | 0/1 | 0 | |
| 125 | feeedback_vibration_mouse | Whether to vibrate when breaking block, for keyboard/mouse controls. | 0/1 | 1 | |
| 126 | feedback_vibration_touch | Whether to vibrate when breaking block, for touch controls. | 0/1 | 0 | |
| 127 | feedback_vibration_gamepad | Whether to vibrate when breaking block, for console controllers. | 0/1 | 1 | |
| 128 | feedback_vibration_motioncontroller | Whether to vibrate when breaking block, for console controllers. |
0/1 | 1 | |
| 129 | gfx_toggleclouds | Whether to show the clouds. (Note: gfx_fancyskies must also be on).
|
0/1 | 1 | |
| 130 | ctrl_togglecrouch_mouse | Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using keyboard controls. | 0/1 | 0 | |
| 131 | ctrl_togglecrouch_touch | Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using touch controls. | 0/1 | 1 | |
| 132 | ctrl_togglecrouch_gamepad | Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using a console controller. | 0/1 | 0 | |
| 133 | ctrl_togglecrouch_motioncontroller | Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using a console controller. |
0/1 | 0 | |
| 134 | crossplatform_toggle | 0/1 |
1 | ||
| 135 | last_xuid | 空[N 2] | |||
| 136 | gfx_hidepaperdoll | Whether to hide the paper doll. If turned on, the HUD must also be displayed. | 0/1 | 1 | |
| 137 | hide_keyboard_tootips | 0/1 |
1 | ||
| 138 | hide_keyboard_tooltips_overrridden | Whether to show the clouds. | 0/1 |
0 | |
| 139 | gfx_tooltips | 0/1 |
0 | ||
| 140 | gfx_classic_box_selection | 0/1 | 0 | ||
| 141 | gfx_vr_classic_box_selection | 0/1 |
0 | ||
| 142 | gfx_splitscreen | 0/1 |
0 | ||
| 143 | gfx_hidehud | Whether to hide the heads-up display. If turned off, the player's hand is still visible, but the coordinates and paper doll are not. | 0/1 | 0 | |
| 144 | gfx_hidehand | Whether to hide the player's hand. If turned on, the player's hand appears regardless of gfx_hidhud.
|
0/1 | 0 | |
| 145 | vr_hide_hud | Whether to hide the HUD when using VR. | 0/1 | 0 | |
| 146 | vr_hide_hand | Whether to hide the player's hand when using VR. | 0/1 | 0 | |
| 147 | gfx_ingame_player_names | 0/1 |
1 | ||
| 148 | gfx_splitscreen_ingame_player_names | 0/1 |
1 | ||
| 149 | gfx_interface_opacity | 0/1 |
1 | ||
| 150 | gfx_splitcreen_interface_opacity | 0/1 |
1 | ||
| 151 | gfx_text_background_opacity | Whether to adjust the text background opacity. | 0/1 |
0 | 1.16.0 |
| 152 | game_ackautosave | 0/1 |
0 | ||
| 153 | realmsplus_upgradenotice_state | 0/1 |
0 | ||
| 154 | gfx_showautosaveicon | 0/1 |
0 | ||
| 155 | gfx_has_set_safe_zone | 0/1 |
0 | ||
| 156 | gfx_field_of_view_toggle | 0/1 |
1 | ||
| 157 | gfx_gamepad_cursor | 0/1 |
0 | ||
| 158 | hdr_brightness | 0/1 |
1 | ||
| 159 | has_set_hdr_brightness | 0/1 |
0 | ||
| 160 | ctrl_hotbarOnlyTouch | Whether touch controls should be used only for the hotbar. | 0/1 | 0 | |
| 161 | gfx_gamepad_cursor_sensitivity | 0-1 |
1 | ||
| 162 | game_hasshownpatchnotice | Whether the game has shown the notice for the most recent update. |
0/1 | 0 | |
| 163 | game_lastshownrealmsenddate | 1970-01-01T00:00:00Z | |||
| 164 | has_shown_begin_sunset_notice | 0/1 |
0 | 1.16.10 | |
| 165 | has_shown_sunset_notice | 0/1 |
0 | 1.16.10 | |
| 166 | game_showplatformnetworkconnect | 0/1 |
0 | ||
| 167 | screen_animations | 0/1 |
1 | ||
| 168 | ctrl_swap_gamepad_ab_buttons | Whether to swap the A and B buttons on a controller (by default, these are jumping and sneaking, respectively). | 0/1 |
0 | |
| 169 | ctrl_swap_gamepad_xy_buttons | Whether to swap the X and Y buttons on a controller (by default, these are crafting and inventory, respectively). | 0/1 | 0 | |
| 170 | gfx_bubble_particles | 0/1 |
0 | ||
| 171 | game_showplatformpremiumupsell | 0/1 | 0 | ||
| 172 | chat_color_code | The color used in the chat window. See the formatting codes page for details. | *f | ||
| 173 | chat_font_size | The font size used in the chat window. | 12 | ||
| 174 | chat_line_spacing | The line spacing in the chat window. | 1 | ||
| 175 | chat_mentions_color_code | The color used to mention other players (e.g., <player> joined the game). See the formatting codes page for details. | 0/1 | 0 | |
| 176 | chat_typeface | The font used between Mojangles or Noto Sans. | 1 | ||
| 177 | content_log_file | 0 | |||
| 178 | content_log_gui | 0 | |||
| 179 | gameplay_tips_enabled | 0/1 |
0 | ||
| 180 | gameplay_tips_should_be_shown | 0/1 |
1 | ||
| 181 | iap_owning_account | 空[N 2] | |||
| 182 | last_minecraft_id | 空[N 2] | |||
| 183 | control_tips_should_be_shown | 0/1 |
1 | ||
| 184 | inventory_tips_should_be_shown | 0/1 |
1 | ||
| 185 | tree_tips_should_be_shown | 0/1 |
1 | ||
| 186 | open_inventory_tips_should_be_shown | 0/1 |
1 | ||
| 187 | day_one_experience_completed | 0/1 |
1 | ||
| 188 | select_craftable_tips_should_be_shown | 0/1 |
1 | ||
| 189 | place_craftable_tips_should_be_shown | 0/1 |
1 | ||
| 190 | use_craftable_tips_should_be_shown | 0/1 |
1 | ||
| 191 | make_craftable_tips_should_be_shown | 0/1 |
1 | ||
| 192 | need_more_materials_tips_should_be_shown | 0/1 |
99 | ||
| 193 | is_legacy_player | 0/1 |
1 | ||
| 194 | dev_texture_hot_reloader | 1 | |||
| 195 | playfab_commerce_enabled | 0/1 |
0 | ||
| 196 | do_not_show_multiplayer_online_safety_warning | Whether the game should show the online safety warning. | 0/1 | 0 | |
| 197 | only_show_trusted_skins | 1 | |||
| 198 | gamepadMappingVersion | 1 | |||
| 199 | ctrl_type_0_key.jump | The jump key when using a controller. | 1 | ||
| 200 | ctrl_type_0_key.drop | The drop item key when using a controller. | 6 | ||
| 201 | ctrl_type_0_key.attack | The attack key when using a controller. | -99 | ||
| 202 | ctrl_type_0_key.use | The use key when using a controller. | -100 | ||
| 203 | ctrl_type_0_container.crafting | The crafting key when using a controller. | 3 | ||
| 204 | ctrl_type_0_key.inventory | The open inventory key when using a controller. | 4 | ||
| 205 | ctrl_type_0_key.cycleItemLeft | The cycle item left key when using a controller. | 11 | ||
| 206 | ctrl_type_0_key.cycleItemRight | The jump key when using a controller. | 12 | ||
| 207 | ctrl_type_0_key.togglePerspective | The toggle perspective key when using a controller. | 5 | ||
| 208 | ctrl_type_0_key.sneak | The sneak key when using a controller. | 2 | ||
| 209 | ctrl_type_0_key.sprint | The sprint key when using a controller. | 9 | ||
| 210 | ctrl_type_0_key.flyUpSlow | The fly up slow key when using a controller. | 0 | ||
| 211 | ctrl_type_0_key.flyDownSlow | The fly down slow key when using a controller. | 10 | ||
| 212 | ctrl_type_0_key.emote | The emote key when using a controller. | 7 | 1.16.0 | |
| 213 | ctrl_type_0_key.mobeffectsandinteractwithtoast | The view status effects & open notifications key when using a controller. | 7 | ||
| 214 | ctrl_type_0_key.chat | The open chat key when using a controller. | 8 | ||
| 215 | ctrl_type_0_key.left | The move left key when using a controller. | 0 | ||
| 216 | ctrl_type_0_key.right | The move right key when using a controller. | 0 | ||
| 217 | ctrl_type_0_key.back | The move backward key when using a controller. | 0 | ||
| 218 | ctrl_type_0_key.forward | The jump key when using a controller. | 0 | ||
| 219 | ctrl_type_0_key.pickItem | The pick block control key when using a controller. | 0 | ||
| 220 | ctrl_type_1_key.jump | The jump key when using a controller. |
1 | ||
| 221 | ctrl_type_1_key.drop | The drop item key when using a controller. |
6 | ||
| 222 | ctrl_type_1_key.attack | The attack key when using a controller. |
12 | ||
| 223 | ctrl_type_1_key.use | The use key when using a controller. |
11 | ||
| 224 | ctrl_type_1_container.crafting | The crafting key when using a controller. |
3 | ||
| 225 | ctrl_type_1_key.inventory | The open inventory key when using a controller. |
4 | ||
| 226 | ctrl_type_1_key.cycleItemLeft | The cycle item left key when using a controller. |
7 | ||
| 227 | ctrl_type_1_key.cycleItemRight | The jump key when using a controller. |
8 | ||
| 228 | ctrl_type_1_key.togglePerspective | The toggle perspective key when using a controller. |
15 | ||
| 229 | ctrl_type_1_key.sneak | The sneak key when using a controller. |
2 | ||
| 230 | ctrl_type_1_key.sprint | The sprint key when using a controller. |
9 | ||
| 231 | ctrl_type_1_key.flyUpSlow | The fly up slow key when using a controller. |
0 | ||
| 232 | ctrl_type_1_key.flyDownSlow | The fly down slow key when using a controller. |
10 | ||
| 233 | ctrl_type_1_key.mobEffects | The view status effects key when using a controller. |
0 | ||
| 234 | ctrl_type_1_key.chat | The open chat key when using a controller. |
8 | ||
| 235 | ctrl_type_1_key.left | The move left key when using a controller. |
0 | ||
| 236 | ctrl_type_1_key.right | The move right key when using a controller. |
0 | ||
| 237 | ctrl_type_1_key.back | The move backward key when using a controller. |
0 | ||
| 238 | ctrl_type_1_key.forward | The jump key when using a controller. |
0 | ||
| 239 | ctrl_type_1_key.pickItem | The pick block control key when using a controller. |
0 | ||
| 240 | ctrl_type_1_key.interactwithtoast | The open notifications key when using a controller. |
13 | ||
| 241 | ctrl_type_1_key.emote | The emote key when using a controller. |
0 | 1.16.0 | |
| 242 | ctrl_type_2_key.jump | The jump key when using a controller. |
1 | ||
| 243 | ctrl_type_2_key.drop | The drop item key when using a controller. |
6 | ||
| 244 | ctrl_type_2_key.attack | The attack key when using a controller. |
-99 | ||
| 245 | ctrl_type_2_key.use | The use key when using a controller. |
-100 | ||
| 246 | ctrl_type_2_container.crafting | The crafting key when using a controller. |
3 | ||
| 247 | ctrl_type_2_key.inventory | The open inventory key when using a controller. |
4 | ||
| 248 | ctrl_type_2_key.cycleItemLeft | The cycle item left key when using a controller. |
11 | ||
| 249 | ctrl_type_2_key.cycleItemRight | The jump key when using a controller. |
12 | ||
| 250 | ctrl_type_2_key.togglePerspective | The toggle perspective key when using a controller. |
15 | ||
| 251 | ctrl_type_2_key.sneak | The sneak key when using a controller. |
2 | ||
| 252 | ctrl_type_2_key.sprint | The sprint key when using a controller. |
9 | ||
| 253 | ctrl_type_2_key.flyUpSlow | The fly up slow key when using a controller. |
0 | ||
| 254 | ctrl_type_2_key.flyDownSlow | The fly down slow key when using a controller. |
10 | ||
| 255 | ctrl_type_2_key.mobEffects | The view status effects key when using a controller. |
7 | ||
| 256 | ctrl_type_2_key.chat | The open chat key when using a controller. |
8 | ||
| 257 | ctrl_type_2_key.left | The move left key when using a controller. |
0 | ||
| 258 | ctrl_type_2_key.right | The move right key when using a controller. |
0 | ||
| 259 | ctrl_type_2_key.back | The move backward key when using a controller. |
0 | ||
| 260 | ctrl_type_2_key.forward | The jump key when using a controller. |
0 | ||
| 261 | ctrl_type_2_key.pickItem | The pick block control key when using a controller. |
0 | ||
| 262 | ctrl_type_2_key.interactwithtoast | The open notifications key when using a controller. |
13 | ||
| 263 | ctrl_type_2_key.emote | The emote key when using a controller. |
0 | 1.16.0 | |
| 264 | ctrl_type_3_key.jump | The jump key when using a controller. |
1 | ||
| 265 | ctrl_type_3_key.attack | The attack key when using a controller. |
-99 | ||
| 266 | ctrl_type_3_key.use | The use key when using a controller. |
12 | ||
| 267 | ctrl_type_3_key.inventory | The open inventory key when using a controller. |
2 | ||
| 268 | ctrl_type_3_key.cycleItemLeft | The cycle item left key when using a controller. |
11 | ||
| 269 | ctrl_type_3_key.cycleItemRight | The jump key when using a controller. |
-100 | ||
| 270 | ctrl_type_3_key.togglePerspective | The toggle perspective key when using a controller. |
4 | ||
| 271 | ctrl_type_3_key.sneak | The sneak key when using a controller. |
3 | ||
| 272 | ctrl_type_3_key.sprint | The sprint key when using a controller. |
9 | ||
| 273 | ctrl_type_3_key.drop | The fly up slow key when using a controller. |
10 | ||
| 274 | ctrl_type_3_key.pickItem | The pick block control key when using a controller. |
0 | ||
| 275 | ctrl_type_3_key.emote | The emote key when using a controller. |
0 | 1.16.0 | |
| 276 | ctrl_type_3_key.mobeffectsandinteractwithtoast | The view status effects & open notifications key when using a controller. |
13 | ||
| 277 | keyboard_type_0_key.attack | The attack key when using a keyboard and mouse. | -99 | ||
| 278 | keyboard_type_0_key.pickItem | The pick block key when using a keyboard and mouse. | -97 | ||
| 279 | keyboard_type_0_key.use | The use key when using a keyboard and mouse. | -98 | ||
| 280 | keyboard_type_0_key.drop | The drop key when using a keyboard and mouse. | 81 | ||
| 281 | keyboard_type_0_key.hotbar.1 | The select hotbar slot 1 key when using a keyboard and mouse. | 49 | ||
| 282 | keyboard_type_0_key.hotbar.2 | The select hotbar slot 2 key when using a keyboard and mouse. | 50 | ||
| 283 | keyboard_type_0_key.hotbar.3 | The select hotbar slot 3 key when using a keyboard and mouse. | 51 | ||
| 284 | keyboard_type_0_key.hotbar.4 | The select hotbar slot 4 key when using a keyboard and mouse. | 52 | ||
| 285 | keyboard_type_0_key.hotbar.5 | The select hotbar slot 5 key when using a keyboard and mouse. | 53 | ||
| 286 | keyboard_type_0_key.hotbar.6 | The select hotbar slot 6 key when using a keyboard and mouse. | 54 | ||
| 287 | keyboard_type_0_key.hotbar.7 | The select hotbar slot 7 key when using a keyboard and mouse. | 55 | ||
| 288 | keyboard_type_0_key.hotbar.8 | The select hotbar slot 8 key when using a keyboard and mouse. | 56 | ||
| 289 | keyboard_type_0_key.hotbar.9 | The select hotbar slot 9 key when using a keyboard and mouse. | 57 | ||
| 290 | keyboard_type_0_key.inventory | The open inventory key when using a keyboard and mouse. | 69 | ||
| 291 | keyboard_type_0_key.togglePerspective | The toggle perspective key when using a keyboard and mouse. | 116 | ||
| 292 | keyboard_type_0_key.jump | The jump key when using a keyboard and mouse. | 32 | ||
| 293 | keyboard_type_0_key.sneak | The sneak key when using a keyboard and mouse. | 16 | ||
| 294 | keyboard_type_0_key.sprint | The sprint key when using a keyboard and mouse. | 17 | ||
| 295 | keyboard_type_0_key.left | The strafe left key when using a keyboard and mouse. | 65 | ||
| 296 | keyboard_type_0_key.right | The strafe right key when using a keyboard and mouse. | 86 | ||
| 297 | keyboard_type_0_key.back | The walk backward key when using a keyboard and mouse. | 83 | ||
| 298 | keyboard_type_0_key.forward | The walk forward key when using a keyboard and mouse. | 87 | ||
| 299 | keyboard_type_0_key.mobEffects | The view status effects key when using a keyboard and mouse. | 90 | ||
| 300 | keyboard_type_0_key.chat | The chat key when using a keyboard and mouse. | 84, 13 | ||
| 301 | keyboard_type_0_key.command | The commands key when using a keyboard and mouse. | 191 | ||
| 302 | keyboard_type_0_key.emote | The emotes key when using a keyboard and mouse. | 0 | 1.16.0 | |
| 303 | keyboard_type_0_key.menuTabLeft | The menu tab left key when using a keyboard and mouse. | 219 | ||
| 304 | keyboard_type_0_key.menuTabLeft | The menu tab right key when using a keyboard and mouse. | 221 | ||
| 305 | keyboard_type_1_key.lookUpSlight | The look up slight key when using full keyboard gameplay. | 109 | ||
| 306 | keyboard_type_1_key.lookDownSlight | The look down slight key when using full keyboard gameplay. | 107 | ||
| 307 | keyboard_type_1_key.lookUpRight | The look up right key when using full keyboard gameplay. | 105 | ||
| 308 | keyboard_type_1_key.lookUp | The look up key when using full keyboard gameplay. | 104 | ||
| 309 | keyboard_type_1_key.lookUpLeft | The look up left key when using full keyboard gameplay. | 103 | ||
| 310 | keyboard_type_1_key.lookRight | The look right key when using full keyboard gameplay. | 102 | ||
| 311 | keyboard_type_1_key.lookCenter | The look center key when using full keyboard gameplay. | 101,35,220 | ||
| 312 | keyboard_type_1_key.lookLeft | The look left key when using full keyboard gameplay. | 100 | ||
| 313 | keyboard_type_1_key.lookDownRight | The look down right key when using full keyboard gameplay. | 99 | ||
| 314 | keyboard_type_1_key.lookDown | The look down key when using full keyboard gameplay. | 98 | ||
| 315 | keyboard_type_1_key.lookDownLeft | The look down left key when using full keyboard gameplay. | 97 | ||
| 316 | keyboard_type_1_key.lookUpSmooth | The look up smooth key when using full keyboard gameplay. | 38 | ||
| 317 | keyboard_type_1_key.lookDownSmooth | The look down smooth key when using full keyboard gameplay. | 40 | ||
| 318 | keyboard_type_1_key.lookLeftSmooth | The look left smooth key when using full keyboard gameplay. | 37 | ||
| 319 | keyboard_type_1_key.lookUpRightSmooth | The look right smooth key when using full keyboard gameplay. | 39 | ||
| 320 | keyboard_type_1_key.cycleItemLeft | The look cycle item left key when using full keyboard gameplay. | 33 | ||
| 321 | keyboard_type_1_key.cycleItemRight | The cycle item right key when using full keyboard gameplay. | 34 | ||
| 322 | keyboard_type_1_key.attack | The attack key when using full keyboard gameplay. | 81 | ||
| 323 | keyboard_type_1_key.pickItem | The pick block key when using full keyboard gameplay. | 88 | ||
| 324 | keyboard_type_1_key.use | The use key when using full keyboard gameplay. | 69 | ||
| 325 | keyboard_type_1_key.drop | The drop key when using full keyboard gameplay. | 90 | ||
| 326 | keyboard_type_1_key.hotbar.1 | The select hotbar slot 1 key when using full keyboard gameplay. | 49 | ||
| 327 | keyboard_type_1_key.hotbar.2 | The select hotbar slot 2 key when using full keyboard gameplay. | 50 | ||
| 328 | keyboard_type_1_key.hotbar.3 | The select hotbar slot 3 key when using full keyboard gameplay. | 51 | ||
| 329 | keyboard_type_1_key.hotbar.4 | The select hotbar slot 4 key when using full keyboard gameplay. | 52 | ||
| 330 | keyboard_type_1_key.hotbar.5 | The select hotbar slot 5 key when using full keyboard gameplay. | 53 | ||
| 331 | keyboard_type_1_key.hotbar.6 | The select hotbar slot 6 key when using full keyboard gameplay. | 54 | ||
| 332 | keyboard_type_1_key.hotbar.7 | The select hotbar slot 7 key when using full keyboard gameplay. | 55 | ||
| 333 | keyboard_type_1_key.hotbar.8 | The select hotbar slot 8 key when using full keyboard gameplay. | 56 | ||
| 334 | keyboard_type_1_key.hotbar.9 | The select hotbar slot 9 key when using full keyboard gameplay. | 57 | ||
| 335 | keyboard_type_1_key.inventory | The open inventory key when using full keyboard gameplay. | 67 | ||
| 336 | keyboard_type_1_key.togglePerspective | The toggle perspective key when using full keyboard gameplay. | 116 | ||
| 337 | keyboard_type_1_key.jump | The jump key when using full keyboard gameplay. | 32 | ||
| 338 | keyboard_type_1_key.sneak | The sneak key when using full keyboard gameplay. | 16 | ||
| 339 | keyboard_type_1_key.sprint | The sprint key when using full keyboard gameplay. | 17 | ||
| 340 | keyboard_type_1_key.left | The strafe left key when using full keyboard gameplay. | 65 | ||
| 341 | keyboard_type_1_key.right | The strafe right key when using full keyboard gameplay. | 68 | ||
| 342 | keyboard_type_1_key.back | The walk backward key when using full keyboard gameplay. | 83 | ||
| 343 | keyboard_type_1_key.forward | The walk forward key when using full keyboard gameplay. | 87 | ||
| 344 | keyboard_type_1_key.mobEffects | The view status effects key when using full keyboard gameplay. | 9 | ||
| 345 | keyboard_type_1_key.chat | The chat key when using full keyboard gameplay. | 84, 13 | ||
| 346 | keyboard_type_1_key.command | The commands key when using full keyboard gameplay. | 191 | ||
| 347 | keyboard_type_1_key.emote | The emotes key when using full keyboard gameplay. | 66 | 1.16.0 | |
| 348 | keyboard_type_1_key.menuTabLeft | The menu tab left key when using full keyboard gameplay. | 219 | ||
| 349 | keyboard_type_1_key.menuTabRight | The menu tab right key when using full keyboard gameplay. | 221 |
已移除的选项
该段落需要补充更多信息。
所需信息:已移除的选项
Java版
| #[N 1] | 选项名称 | 解释 | 有效值 | 默认值 | 加入版本 | 移除版本 |
|---|---|---|---|---|---|---|
| anaglyph3d | 是否开启3D模式 | true/false | false | 17w43a (1.13) | ||
| anisotropicFiltering | 1 | 14w25a (1.8) | ||||
| allowBlockAlternatives | 是否使用可选方块模型 | true/false | true | 15w31a (1.9) | ||
| fboEnable | 帧缓冲对象(FBO)是否启用 | true/false | false | |||
| saturation | 饱和度,无法在游戏中设置 | 0.0 | ||||
| streamBytesPerPixel | 直播每个像素输出的总字节数(BPP) | 0-1 | 0.5 | 15w31a (1.9) | ||
| streamMicVolume | 直播时麦克风的输出音量 | 0-1 | 1.0 | 15w31a (1.9) | ||
| streamSystemVolume | 直播时系统的输出音量 | 0-1 | 1.0 | 15w31a (1.9) | ||
| streamKbps | 直播时的比特率(单位为Kbps) | 0.5412844 | 15w31a (1.9) | |||
| streamFps | 直播时的FPS输出 | 0.31690142 | 15w31a (1.9) | |||
| streamCompression | 是否对直播的视频输出进行压缩 | 0/1 (false/true) | 1 | 15w31a (1.9) | ||
| streamSendMetadata | 是否在直播中发送额外的元数据 | true/false | true | 15w31a (1.9) | ||
| streamPreferredServer | 直播时的首选录制服务器。 | 15w31a (1.9) | ||||
| streamChatEnabled | Twitch的聊天内容是否复制到Minecraft聊天栏中 | 0/1 (是/否) | 0 | 15w31a (1.9) | ||
| streamChatUserFilter | 以上的内容是否要经过审核 | 0/1 (是/否) | 0 | 15w31a (1.9) | ||
| streamMicToggleBehavior | 是否使用热键切换麦克风输出 | 0/1 (是/否) | 0 | 15w31a (1.9) | ||
| key_key.streamStartStop | 开始/停止直播 | 64 (F6) | 15w31a (1.9) | |||
| key_key.streamPauseUnpause | 暂停/继续直播 | 65 (F7) | 15w31a (1.9) | |||
| key_key.streamCommercial | Stream Commercial control | 0 (无) | 15w31a (1.9) | |||
| key_key.streamToggleMic | 麦克风输入控制 | 0 (无) | 15w31a (1.9) | |||
| showInventoryAchievementHint | 第一次进入世界时屏幕右上角显示“按‘E’键打开物品栏”文本;不在游戏中控制 | true/false | true | 17w06a (1.12) | ||
| useVbo | 顶点缓冲对象(VBO)是否启用 | true/false | false | 18w44a (1.14) | ||
| fancyGraphics | Whether fancy (more detailed) graphics are turned on | true/false | true | Java版1.16-pre1 (Java版1.16) | ||
| key_key.swapHands | Swapping of items between hands control | true |
基岩版
| #[N 1] | 选项名称 | 解释 | 有效值 | 默认值 | 加入版本 | 移除版本 |
|---|---|---|---|---|---|---|
| keyboard_type_1_key.lookUpSlight | The look up slight key when using full keyboard gameplay. | 109 | 1.16.0 |