Fixed regions wall not showing (which would cause holes in the rendering) and added border as possible overdraw config
This commit is contained in:
@@ -39,4 +39,7 @@ public enum VanillaOverdraw
|
||||
|
||||
/** Draw LODs over all minecraft chunks. */
|
||||
ALWAYS,
|
||||
|
||||
/** Draw LODs over border chunks. */
|
||||
BORDER,
|
||||
}
|
||||
Reference in New Issue
Block a user