Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 6b355c4

Browse files
committed
fix
1 parent 522258f commit 6b355c4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/main/resources/assets/celeritasleafculling/lang/en_us.lang

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ celeritasleafculling.option.page.title=Leaf Culling
55

66
# Main Toggle
77
celeritasleafculling.option.enabled=Leaf Culling
8-
celeritasleafculling.option.enabled.tooltip=Enable or disable leaf culling entirely. When disabled, all leaf faces will be rendered (vanilla behavior).
8+
celeritasleafculling.option.enabled.tooltip=Enable or disable leaf culling. When disabled, all leaf faces will be rendered (vanilla behavior).
99

1010
# Preset Selection
1111
celeritasleafculling.option.preset=Culling Mode
12-
celeritasleafculling.option.preset.tooltip=Select a preset mode for leaf culling.\n§7FAST§r: Maximum performance, may look blocky\n§7BALANCED§r: Good balance of performance and quality (default)\n§7FANCY§r: Best visual quality, slight performance impact\n§7CUSTOM§r: Manually adjust settings below
12+
celeritasleafculling.option.preset.tooltip=Select a preset mode: FAST (max performance), BALANCED (default), FANCY (best quality), or CUSTOM (manual settings).
1313

1414
# Preset Names
1515
celeritasleafculling.option.preset.fast=Fast
@@ -19,7 +19,7 @@ celeritasleafculling.option.preset.custom=Custom
1919

2020
# Custom Settings
2121
celeritasleafculling.option.depth=Culling Depth
22-
celeritasleafculling.option.depth.tooltip=Maximum depth of visible leaf layers (0 = no culling, higher = more leaves visible).\n§7Fast§r: 1\n§7Balanced§r: 2\n§7Fancy§r: 3\n\n§cOnly active when mode is set to CUSTOM§r
22+
celeritasleafculling.option.depth.tooltip=Maximum depth of visible leaf layers. Higher values show more leaves. Only active when mode is CUSTOM.
2323

2424
celeritasleafculling.option.randomRejection=Random Rejection
25-
celeritasleafculling.option.randomRejection.tooltip=Chance to randomly show hidden leaves for more natural appearance (0% = none, higher = more visible).\n§7Fast§r: 0%\n§7Balanced§r: 20%\n§7Fancy§r: 10%\n\n§cOnly active when mode is set to CUSTOM§r
25+
celeritasleafculling.option.randomRejection.tooltip=Chance to randomly show hidden leaves for more natural appearance. Only active when mode is CUSTOM.

src/main/resources/assets/celeritasleafculling/lang/ja_jp.lang

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ celeritasleafculling.option.page.title=葉のカリング
55

66
# メイントグル
77
celeritasleafculling.option.enabled=葉のカリング
8-
celeritasleafculling.option.enabled.tooltip=葉のカリングを完全に有効化/無効化します。無効にすると、すべての葉の面がレンダリングされます(バニラの動作)。
8+
celeritasleafculling.option.enabled.tooltip=葉のカリングを有効化/無効化します。無効にすると、すべての葉の面がレンダリングされます(バニラの動作)。
99

1010
# プリセット選択
1111
celeritasleafculling.option.preset=カリングモード
12-
celeritasleafculling.option.preset.tooltip=葉のカリングのプリセットモードを選択します。\n§7高速§r: 最高のパフォーマンス、見た目はやや劣る\n§7バランス§r: パフォーマンスと品質のバランスが良い(デフォルト)\n§7高画質§r: 最高の視覚品質、わずかなパフォーマンス影響\n§7カスタム§r: 下記の設定を手動で調整
12+
celeritasleafculling.option.preset.tooltip=プリセットモードを選択: 高速(最高パフォーマンス)、バランス(デフォルト)、高画質(最高品質)、カスタム(手動設定)。
1313

1414
# プリセット名
1515
celeritasleafculling.option.preset.fast=高速
@@ -19,7 +19,7 @@ celeritasleafculling.option.preset.custom=カスタム
1919

2020
# カスタム設定
2121
celeritasleafculling.option.depth=カリング深度
22-
celeritasleafculling.option.depth.tooltip=表示される葉の層の最大深度 (0 = カリングなし、高いほど多くの葉が表示されます)。\n§7高速§r: 1\n§7バランス§r: 2\n§7高画質§r: 3\n\n§cカスタムモード選択時のみ有効§r
22+
celeritasleafculling.option.depth.tooltip=表示される葉の層の最大深度高いほど多くの葉が表示されます。カスタムモード選択時のみ有効。
2323

2424
celeritasleafculling.option.randomRejection=ランダム拒否率
25-
celeritasleafculling.option.randomRejection.tooltip=より自然な見た目のために隠れた葉をランダムに表示する確率 (0% = なし、高いほど多く表示)。\n§7高速§r: 0%\n§7バランス§r: 20%\n§7高画質§r: 10%\n\n§cカスタムモード選択時のみ有効§r
25+
celeritasleafculling.option.randomRejection.tooltip=より自然な見た目のために隠れた葉をランダムに表示する確率。カスタムモード選択時のみ有効。

0 commit comments

Comments
 (0)