From bf2c36369e7799a2acc1e65659723a4203e0f93b Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 21 Oct 2023 11:23:28 -0500 Subject: [PATCH] Fix localization renamings --- .../main/resources/assets/distanthorizons/lang/en_us.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index abdfdf9c9..9be3a1d26 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -388,11 +388,11 @@ "distanthorizons.config.client.advanced.multiThreading.runTimeRatioForChunkLodConverterThreads": "Runtime % for chunk LOD converter threads", - "distanthorizons.config.client.advanced.multiThreading.numberOfLightBakingThreads": + "distanthorizons.config.client.advanced.multiThreading.numberOfChunkLightBakingThreads": "NO. of chunk light baking threads", - "distanthorizons.config.client.advanced.multiThreading.numberOfLightBakingThreads.@tooltip": + "distanthorizons.config.client.advanced.multiThreading.numberOfChunkLightBakingThreads.@tooltip": "How many threads should be used to either pull existing or generating new lighting for chunks\n that were recently loading/unloaded?\n\n These threads run when traveling around the world\n and when moving between dimensions.", - "distanthorizons.config.client.advanced.multiThreading.runTimeRatioForLightBakingThreads": + "distanthorizons.config.client.advanced.multiThreading.runTimeRatioForChunkLightBakingThreads": "Runtime % for chunk light baking threads",