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
1 changed files with 2 additions and 2 deletions

View File

@ -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