What is happening: The value of sl on the F3 screen is staying at 15 during night.
What is supposed to be happening: The sl value should be 4 during night.
Steps to reproduce:
1. Go on any world
2. Wait until night
3. Press F3
4. Look at sl value
What is happening: The value of sl on the F3 screen is staying at 15 during night.
What is supposed to be happening: The sl value should be 4 during night.
Steps to reproduce:
1. Go on any world
2. Wait until night
3. Press F3
4. Look at sl value
Minecraft has two light values: sun light and block light. The sun light value never changes as that would be very expensive. This is how it worked before beta 1.8 and sunrise/sunset were laggy.
The game knowns to ignore sun light values during the night for spawning and such so there is no problem with this setup. It even uses the sun light values for deciding where and how intensely it should render the blue "moonlit night" shade for a world instead of just pitch black darkness.