-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"options.continuity.title": "纹理链接配置", | ||
"options.continuity.disable_ctm": "禁用CTM", | ||
"options.continuity.disable_ctm.tooltip": "完全禁用纹理连接", | ||
"options.continuity.use_manual_culling": "使用手动剔除", | ||
"options.continuity.use_manual_culling.tooltip": "通过仅对可见四边形应用CTM,可以显著提高性能,但可能会导致某些MOD出现错误行为" | ||
"options.continuity.title": "Continuity 配置", | ||
"options.continuity.connected_textures": "连接纹理", | ||
"options.continuity.connected_textures.tooltip": "启用或禁用方块的连接纹理.", | ||
"options.continuity.emissive_textures": "发光纹理", | ||
"options.continuity.emissive_textures.tooltip": "启用或禁用方块和物品模型的发光纹理.", | ||
"options.continuity.custom_block_layers": "自定义方块层", | ||
"options.continuity.custom_block_layers.tooltip": "启用或禁用自定义方块层." | ||
} |