Change distanceBiomeOnlyGeneration to distanceGenerationMode in the configHandler

This commit is contained in:
James Seibel
2021-07-11 18:41:38 -05:00
parent 55f9d142e6
commit 814ac5df84
2 changed files with 1 additions and 1 deletions
@@ -177,7 +177,7 @@ public class LodConfig
+ " This will also show player made structures if you \n"
+ " are adding the mod to a pre-existing world. \n"
+ " Singlethreaded - Slow (15-50 ms, with spikes up to 200 ms) \n")
.defineEnum("distanceBiomeOnlyGeneration", DistanceGenerationMode.SURFACE);
.defineEnum("distanceGenerationMode", DistanceGenerationMode.SURFACE);
allowUnstableFeatureGeneration = builder
.comment("\n\n"