rename "Disable Drawing" to "Enable Rendering" in the config
The config name was incorrect.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user