fix a spelling mistake

This commit is contained in:
James Seibel
2021-09-08 18:17:17 -05:00
parent fbe39542fc
commit 4d8e30121e
@@ -155,7 +155,7 @@ public class LodConfig
lodChunkRenderDistance = builder
.comment("\n\n"
+ " This is the render distance of the mod \n")
.defineInRange("lodChunkRenderDistane", 64, 32, 512);
.defineInRange("lodChunkRenderDistance", 64, 32, 512);
shadingMode = builder
.comment("\n\n"