diff --git a/src/main/java/com/seibel/lod/config/LodConfig.java b/src/main/java/com/seibel/lod/config/LodConfig.java index 060454db3..f253e5921 100644 --- a/src/main/java/com/seibel/lod/config/LodConfig.java +++ b/src/main/java/com/seibel/lod/config/LodConfig.java @@ -491,7 +491,7 @@ public class LodConfig + " If true, the mod is enabled and fake chunks will be drawn. \n" + " If false, the mod will still generate fake chunks, \n" + " but they won't be rendered. \n") - .define("Disable Drawing", true); + .define("Enable Rendering", true); debugMode = builder .comment("\n\n"