mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
FLOATING_ISLANDS enabled
This commit is contained in:
parent
50b6a2e96e
commit
9d88cc51cc
|
|
@ -16,7 +16,7 @@ class RandomLevelSource : public ChunkSource
|
|||
public:
|
||||
static const double SNOW_CUTOFF;
|
||||
static const double SNOW_SCALE;
|
||||
static const bool FLOATING_ISLANDS = false;
|
||||
static const bool FLOATING_ISLANDS = TRUE;
|
||||
static const int CHUNK_HEIGHT = 8;
|
||||
static const int CHUNK_WIDTH = 4;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue