Fixed regions wall not showing (which would cause holes in the rendering) and added border as possible overdraw config

This commit is contained in:
Leonardo
2021-10-21 12:57:40 +02:00
parent e0a176c0c4
commit be024f524d
5 changed files with 14 additions and 8 deletions
@@ -39,4 +39,7 @@ public enum VanillaOverdraw
/** Draw LODs over all minecraft chunks. */
ALWAYS,
/** Draw LODs over border chunks. */
BORDER,
}