From 571bf2f2261fa3d0616191356083d0d58b2c5fe7 Mon Sep 17 00:00:00 2001 From: Lord Cambion Date: Tue, 24 Mar 2026 19:14:11 +0100 Subject: [PATCH] generation fix --- Minecraft.World/Biome.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Biome.h b/Minecraft.World/Biome.h index 8f8f9771..67dfa175 100644 --- a/Minecraft.World/Biome.h +++ b/Minecraft.World/Biome.h @@ -66,7 +66,7 @@ public: static Biome *Biome::roofedForestM; static Biome *Biome::deepOcean; - static const int BIOME_COUNT = 32; + static const int BIOME_COUNT = 256 ; public: wstring m_name;