mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-26 22:56:15 -04:00
Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp
This commit is contained in:
commit
e1c2d339b2
@ -263,7 +263,7 @@ namespace ClassicalSharp.Generator {
|
||||
}
|
||||
|
||||
void PlantMushrooms() {
|
||||
int numPatches = width * length / 2000;
|
||||
int numPatches = width * length * height / 2000;
|
||||
CurrentState = "Planting mushrooms";
|
||||
|
||||
for (int i = 0; i < numPatches; i++) {
|
||||
@ -389,4 +389,4 @@ namespace ClassicalSharp.Generator {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user