Skip to content

Commit

Permalink
fix: Fix incorrect translation for the `worldRendererTickSpeedMultipl…
Browse files Browse the repository at this point in the history
…ier`
  • Loading branch information
Steveplays28 committed Dec 9, 2023
1 parent 550e89a commit 306aa23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/realisticsleep/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"text.autoconfig.realisticsleep.option.blockRandomTickSpeedMultiplier.@Tooltip": "How many times faster blocks should random tick. Enable at your own risk, may cause huge TPS loss!",
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier": "Fluid random tick speed multiplier",
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier.@Tooltip": "How many times faster fluids should random tick. Enable at your own risk, may cause huge TPS loss!",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering speed multiplier",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World renderer tick speed multiplier",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
"text.autoconfig.realisticsleep.option.tickDelay": "Tick delay",
"text.autoconfig.realisticsleep.option.tickDelay.@Tooltip": "Adds an amount of ticks delay to every tick, so time goes slower.",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/realisticsleep/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"text.autoconfig.realisticsleep.option.blockRandomTickSpeedMultiplier.@Tooltip": "How many times faster blocks should random tick. Enable at your own risk, may cause huge TPS loss!",
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier": "Fluid random tick speed multiplier",
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier.@Tooltip": "How many times faster fluids should random tick. Enable at your own risk, may cause huge TPS loss!",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering speed multiplier",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World renderer tick speed multiplier",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
"text.autoconfig.realisticsleep.option.tickDelay": "Tick delay",
"text.autoconfig.realisticsleep.option.tickDelay.@Tooltip": "Adds an amount of ticks delay to every tick, so time goes slower.",
Expand Down

0 comments on commit 306aa23

Please sign in to comment.