Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
zh_cn.json :
Browse files Browse the repository at this point in the history
- 最大实体距离 -> 最大实体渲染距离
- 垂直实体距离 -> 垂直实体渲染距离
- 最大特殊方块渲染距离 -> 最大实体方块渲染距离
- 垂直实体距离 -> 垂直实体方块渲染距离
- 缩放效果 -> 缩放晕影

en_us.json :
- Vertical Entity Distance -> Vertical Tile Distance
  • Loading branch information
TexBlock committed Jul 14, 2022
1 parent 19ebc8c commit e5238cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon = false

# mod version info
mod_id = rubidium_extras
mod_version = 1.3.2-i18n
mod_version = 1.3.2-i18n-Hotfix
minecraft_version = 1.18.2
forge_version = 40.1.0
mappings_version=1.18.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/rubidium_extras/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rb_extra.enable_max_entity_distance.tooltip": "Toggles off entity culling.",
"rb_extra.max_entity_distance.name": "Max Entity Distance",
"rb_extra.max_entity_distance.tooltip": "Hides and does not tick entities beyond this many blocks. Huge performance increase, especially around modded farms.",
"rb_extra.vertical_entity_distance.name": "Vertical Entity Distance",
"rb_extra.vertical_entity_distance.name": "Vertical Tile Distance",
"rb_extra.vertical_entity_distance.tooltip": "Hides and does not tick entities underneath this many blocks, improving performance above caves. This should ideally be set lower than the horizontal distance.",
"rb_extra.max_tile_distance.name": "Max Tile Distance",
"rb_extra.max_tile_distance.tooltip": "Hides block entities beyond this many blocks. Huge performance increase, especially around lots of modded machines.",
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/rubidium_extras/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

"rb_extra.enable_max_entity_distance.name": "启用最大实体距离",
"rb_extra.enable_max_entity_distance.tooltip": "关闭实体剔除。",
"rb_extra.max_entity_distance.name": "最大实体距离",
"rb_extra.max_entity_distance.name": "最大实体渲染距离",
"rb_extra.max_entity_distance.tooltip": "隐藏并跳过渲染超出此范围的实体。这是巨大的性能提升,特别是在改造农场周围。",
"rb_extra.vertical_entity_distance.name": "垂直实体距离",
"rb_extra.vertical_entity_distance.name": "垂直实体渲染距离",
"rb_extra.vertical_entity_distance.tooltip": "隐藏并跳过渲染此范围下的实体, 提高洞穴上方的性能. 理论上应设置为低于水平距离。",
"rb_extra.max_tile_distance.name": "最大方块渲染距离",
"rb_extra.max_tile_distance.name": "最大实体方块渲染距离",
"rb_extra.max_tile_distance.tooltip": "隐藏此范围的实体方块. 巨大的性能提升, 尤其是在大型红石机器周围。",
"rb_extra.vertical_tile_distance.name": "垂直方块渲染距离",
"rb_extra.vertical_tile_distance.name": "垂直实体方块渲染距离",
"rb_extra.vertical_tile_distance.tooltip": "将实体方块隐藏在这么多的方块下面,提高在山洞上面的性能(如果你的机器出于某种原因在山洞里)。这个值最好设置得比水平距离要低。",

"rb_extra.lower_zoom_sensitivity.name": "较低的缩放灵敏度",
Expand All @@ -59,7 +59,7 @@
"rb_extra.zoom_transition_mode.tooltip": "控制游戏如何从正常过渡到缩放, 关闭将即时过渡。",
"rb_extra.zoom_keybind_mode.name": "缩放按键模式",
"rb_extra.zoom_keybind_mode.tooltip": "按住 - 仅在快捷键按下时进行缩放。\n切换 - 锁定变焦,直到你再次按下快捷键\n保持 - 总是缩放,如果你出于某种原因想这样。",
"rb_extra.zoom_overlay.name": "缩放效果",
"rb_extra.zoom_overlay.name": "缩放晕影",
"rb_extra.zoom_overlay.tooltip": "缩放时渲染晕影遮罩层。",

"rb_extra.ture_darkness.name": "真实黑暗",
Expand Down

0 comments on commit e5238cd

Please sign in to comment.