diff --git a/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.1.jar b/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.1.jar index e4e3541ba..721254c1c 100644 Binary files a/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.1.jar and b/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.1.jar differ diff --git a/src/main/java/com/seibel/lod/handlers/LodConfig.java b/src/main/java/com/seibel/lod/handlers/LodConfig.java index 37a2bf940..9d6568b8b 100644 --- a/src/main/java/com/seibel/lod/handlers/LodConfig.java +++ b/src/main/java/com/seibel/lod/handlers/LodConfig.java @@ -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"