diff --git a/src/Generator.c b/src/Generator.c index 7d595e453..2bab70c23 100644 --- a/src/Generator.c +++ b/src/Generator.c @@ -527,6 +527,10 @@ static void NotchyGen_PlantFlowers(void) { } static void NotchyGen_PlantMushrooms(void) { + if (Game_Version.Version < VERSION_0023) { + return; + } + int numPatches, groundHeight; BlockRaw block; int patchX, patchY, patchZ;