if(rand.nextInt(ChunkProviderAsteroids.TREE_CHANCE) == 0)
{
int i = rand.nextInt(16) + x + 8;
int k = rand.nextInt(16) + z + 8;
new WorldGenTrees(false).generate(worldObj, rand, i, this.getTerrainHeightAt(i - x, k - z, sizeYArray, xMin, zMin, zSize, asteroidY, asteroidSize), k);
}
if(rand.nextInt(ChunkProviderAsteroids.TALL_GRASS_CHANCE) == 0)
{
int i = rand.nextInt(16) + x + 8;
int k = rand.nextInt(16) + z + 8;