mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
i forgor the mush rooms
This commit is contained in:
parent
a491276cba
commit
1f4850158d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user