From 6e78be8d466ed7f6af7c905465e4216b4e80c245 Mon Sep 17 00:00:00 2001 From: Steveplays28 Date: Thu, 7 Dec 2023 18:58:50 +0100 Subject: [PATCH] fix: Rename translation key for `worldRendererTickSpeedMultiplier` --- src/main/resources/assets/realisticsleep/lang/en_us.json | 4 ++-- src/main/resources/data/realisticsleep/lang/en_us.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/realisticsleep/lang/en_us.json b/src/main/resources/assets/realisticsleep/lang/en_us.json index 6347c66..6378143 100644 --- a/src/main/resources/assets/realisticsleep/lang/en_us.json +++ b/src/main/resources/assets/realisticsleep/lang/en_us.json @@ -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 ", diff --git a/src/main/resources/data/realisticsleep/lang/en_us.json b/src/main/resources/data/realisticsleep/lang/en_us.json index 6347c66..6378143 100644 --- a/src/main/resources/data/realisticsleep/lang/en_us.json +++ b/src/main/resources/data/realisticsleep/lang/en_us.json @@ -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 ",