I have an issue with a custom block when I change the light value of it.
I use Block#getLightValue(IBlockState, IBlockAccess, BlockPos) to change the light value, and it works.
However, as seen in the picture, the light only affects the adjacent blocks.
So how do I cause an update of lighting in a wider area?