Set the default Generation Priority to NEAR_FIRST closes #160

This commit is contained in:
James Seibel
2022-01-22 22:03:52 -06:00
parent 9e7703ac53
commit a5a4a3e6e2
@@ -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"