Unarelith/OpenMiner

Day/night cycle

Closed this issue · 2 comments

  • Block lighting should change depending on the in-game time (shader-only effect)
  • Sky/fog color should change too
  • Sun and moon basic display (may require a skybox)
  • Stars (may require a skybox)

Sun and moon basic display

You could allow to register a celestial body, which is simply a quad with a texture (always facing the center of the world), and the mod controls the location on the skybox with every tick of the game.

Yep something alike is planned as part of the Sky API, more details here