From a5a4a3e6e25f27b7adb2211936aa16be3cd8349d Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 22 Jan 2022 22:03:52 -0600 Subject: [PATCH] Set the default Generation Priority to NEAR_FIRST closes #160 --- .../wrapperInterfaces/config/ILodConfigWrapperSingleton.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java b/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java index 1bff68ca3..49b7cc7e9 100644 --- a/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java +++ b/src/main/java/com/seibel/lod/core/wrapperInterfaces/config/ILodConfigWrapperSingleton.java @@ -320,7 +320,7 @@ public interface ILodConfigWrapperSingleton { String DESC = "These settings control how fake chunks outside your normal view range are generated."; - GenerationPriority GENERATION_PRIORITY_DEFAULT = GenerationPriority.AUTO; + GenerationPriority GENERATION_PRIORITY_DEFAULT = GenerationPriority.NEAR_FIRST; String GENERATION_PRIORITY_DESC = "" + " In what order should fake chunks be generated outside the vanilla render distance? \n" + "\n"