Add more detail to CPU preset config tooltip

This commit is contained in:
James Seibel
2025-01-04 10:02:35 -06:00
parent b8037e3bea
commit fa61e62df9
2 changed files with 3 additions and 3 deletions
@@ -96,8 +96,8 @@ public class Config
+ "Higher options will improve LOD generation and loading speed, \n"
+ "but will increase CPU load and may introduce stuttering.\n"
+ "\n"
+ "Note: on CPUs with 4 cores or less these settings will be less effective \n"
+ " and some settings will give similar results. \n"
+ "Note: This is a CPU relative setting. \n"
+ "It should put an equal amount of strain on a 2 core CPU as a 64 core CPU.\n"
+ "")
.setAppearance(EConfigEntryAppearance.ONLY_IN_GUI)
.addListener(ThreadPresetConfigEventHandler.INSTANCE)
@@ -67,7 +67,7 @@
"distanthorizons.config.client.threadPresetSetting":
"CPU Load",
"distanthorizons.config.client.threadPresetSetting.@tooltip":
"Modifies how many threads Distant Horizons' will use. \n\nIncreasing this setting will improve the Distant Generator speed and LOD loading speed, \nbut will also increase CPU/memory usage and may introduce stuttering. \n\nNote: on CPUs with 4 cores or less these settings will be less effective \nand some settings will give similar results.",
"Modifies how many threads Distant Horizons' will use. \n\nIncreasing this setting will improve the Distant Generator speed and LOD loading speed, \nbut will also increase CPU/memory usage and may introduce stuttering. \n\nNote: This is a CPU relative setting. \nIt should put an equal amount of strain on a 2 core CPU as a 64 core CPU.",
"distanthorizons.config.client.optionsButton":
"Show The Options Button",