Add a missing empty line in the config file

This commit is contained in:
James Seibel
2021-05-18 21:56:33 -05:00
parent 815b00c3ca
commit fa13c981b7
@@ -46,7 +46,8 @@ public class LodConfig
builder.comment(ModInfo.MODNAME + " configuration settings").push("client");
drawLODs = builder
.comment(" If false LODs will not be drawn, \n"
.comment("\n"
+ " If false LODs will not be drawn, \n"
+ " however they will still be generated \n"
+ " and saved to file for later use.")
.define("drawLODs", true);