Merge branch 'master' of github.com:UnknownShadow200/ClassicalSharp

This commit is contained in:
UnknownShadow200 2017-01-30 15:21:37 +11:00
commit e1c2d339b2

View File

@ -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 {
}
}
}
}
}