Skip to content

Commit

Permalink
fix: Rename translation key for worldRendererTickSpeedMultiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Dec 7, 2023
1 parent e5f5c49 commit 4d1534f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/realisticsleep/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"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.worldRenderingSpeedMultiplier": "World rendering speed multiplier",
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering 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.",
"realisticsleep.text.sleep_message": "%d/%d players are sleeping through this ",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/realisticsleep/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"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.worldRenderingSpeedMultiplier": "World rendering speed multiplier",
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering 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.",
"realisticsleep.text.sleep_message": "%d/%d players are sleeping through this ",
Expand Down

0 comments on commit 4d1534f

Please sign in to comment.