0

Fixed nether ceiling removal

This commit is contained in:
Andrew Francis Thomas
2021-12-20 15:09:42 -07:00
committed by Nicolas F
parent 58566457b6
commit acf6479f4c

View File

@@ -17,10 +17,10 @@
#include "../overviewer.h" #include "../overviewer.h"
#define NETHER_ROOF 127 #define NETHER_ROOF 191
#define WIDTH 16 #define WIDTH 16
#define DEPTH 16 #define DEPTH 16
#define HEIGHT 256 #define HEIGHT 384
// add two to these because the primative functions should expect to // add two to these because the primative functions should expect to
// deal with x and z values of -1 and 16 // deal with x and z values of -1 and 16