FLOATING_ISLANDS enabled

This commit is contained in:
NSDeathman 2026-03-11 12:34:06 +03:00
parent 50b6a2e96e
commit 9d88cc51cc

View file

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