i forgor the mush rooms

This commit is contained in:
yeti0904 2023-01-08 19:56:48 +00:00
parent a491276cba
commit 1f4850158d

View File

@ -527,6 +527,10 @@ static void NotchyGen_PlantFlowers(void) {
} }
static void NotchyGen_PlantMushrooms(void) { static void NotchyGen_PlantMushrooms(void) {
if (Game_Version.Version < VERSION_0023) {
return;
}
int numPatches, groundHeight; int numPatches, groundHeight;
BlockRaw block; BlockRaw block;
int patchX, patchY, patchZ; int patchX, patchY, patchZ;