diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index 0e989aafb..6a8c372b6 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -193,6 +193,7 @@ public class Config + "This indicates how quickly LODs decrease in quality the further away they are. \n" + "Higher settings will render higher quality fake chunks farther away, \n" + "but will increase memory and GPU usage.") + .addListener(ReloadLodsConfigEventHandler.DELAYED_INSTANCE) .build(); public static ConfigEntry maxHorizontalResolution = new ConfigEntry.Builder()