From acf6479f4c6f466e25bf9a1eae6ff86c62990557 Mon Sep 17 00:00:00 2001 From: Andrew Francis Thomas Date: Mon, 20 Dec 2021 15:09:42 -0700 Subject: [PATCH] Fixed nether ceiling removal --- overviewer_core/src/primitives/nether.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overviewer_core/src/primitives/nether.h b/overviewer_core/src/primitives/nether.h index 4e27025..5b9b16f 100644 --- a/overviewer_core/src/primitives/nether.h +++ b/overviewer_core/src/primitives/nether.h @@ -17,10 +17,10 @@ #include "../overviewer.h" -#define NETHER_ROOF 127 +#define NETHER_ROOF 191 #define WIDTH 16 #define DEPTH 16 -#define HEIGHT 256 +#define HEIGHT 384 // add two to these because the primative functions should expect to // deal with x and z values of -1 and 16