Fixed nether ceiling removal
This commit is contained in:
committed by
Nicolas F
parent
58566457b6
commit
acf6479f4c
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user