diff --git a/Minecraft.World/RandomLevelSource.h b/Minecraft.World/RandomLevelSource.h index ef145df0b..2f1f79515 100644 --- a/Minecraft.World/RandomLevelSource.h +++ b/Minecraft.World/RandomLevelSource.h @@ -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;