mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 01:26:50 -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) {
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user