Skip to content

Commit 0661c4a

Browse files
committed
fix: Rename translation key for worldRendererTickSpeedMultiplier
(cherry picked from commit 4d1534f)
1 parent 88e82b2 commit 0661c4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/assets/realisticsleep/lang/en_us.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"text.autoconfig.realisticsleep.option.blockRandomTickSpeedMultiplier.@Tooltip": "How many times faster blocks should random tick. Enable at your own risk, may cause huge TPS loss!",
4343
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier": "Fluid random tick speed multiplier",
4444
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier.@Tooltip": "How many times faster fluids should random tick. Enable at your own risk, may cause huge TPS loss!",
45-
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier": "World rendering speed multiplier",
46-
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
45+
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering speed multiplier",
46+
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
4747
"text.autoconfig.realisticsleep.option.tickDelay": "Tick delay",
4848
"text.autoconfig.realisticsleep.option.tickDelay.@Tooltip": "Adds an amount of ticks delay to every tick, so time goes slower.",
4949
"realisticsleep.text.sleep_message": "%d/%d players are sleeping through this ",

src/main/resources/data/realisticsleep/lang/en_us.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"text.autoconfig.realisticsleep.option.blockRandomTickSpeedMultiplier.@Tooltip": "How many times faster blocks should random tick. Enable at your own risk, may cause huge TPS loss!",
4343
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier": "Fluid random tick speed multiplier",
4444
"text.autoconfig.realisticsleep.option.fluidRandomTickSpeedMultiplier.@Tooltip": "How many times faster fluids should random tick. Enable at your own risk, may cause huge TPS loss!",
45-
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier": "World rendering speed multiplier",
46-
"text.autoconfig.realisticsleep.option.worldRenderingSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
45+
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier": "World rendering speed multiplier",
46+
"text.autoconfig.realisticsleep.option.worldRendererTickSpeedMultiplier.@Tooltip": "How many times faster clouds should move, rain should fall, and thunder should strike.",
4747
"text.autoconfig.realisticsleep.option.tickDelay": "Tick delay",
4848
"text.autoconfig.realisticsleep.option.tickDelay.@Tooltip": "Adds an amount of ticks delay to every tick, so time goes slower.",
4949
"realisticsleep.text.sleep_message": "%d/%d players are sleeping through this ",

0 commit comments

Comments
 (0)