Skip to content

Sun Settings

This Settings allow you to customize the sun in your sky.

If no sun settings are specified, the world won't have a sun.

json
{
   //other sky settings ...
  "sun": {
    "texture": "minecraft:textures/environment/sun.png",
    "size": 100,
    "height": 50
  }
}

Fields

  • texture: The resourcelocation of the sun texture.
  • size: A float value to define the scale/size of the sun.
  • height: An float value that sets the height of the sun in the sky.