Skip to content

Commit

Permalink
Better document sky_color scope (#11892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zughy committed Jan 1, 2022
1 parent 29d2b2c commit 8910c7f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions doc/lua_api.txt
Expand Up @@ -6803,29 +6803,29 @@ object you are working with still exists.
* `textures`: A table containing up to six textures in the following
order: Y+ (top), Y- (bottom), X- (west), X+ (east), Z+ (north), Z- (south).
* `clouds`: Boolean for whether clouds appear. (default: `true`)
* `sky_color`: A table containing the following values, alpha is ignored:
* `day_sky`: ColorSpec, for the top half of the `"regular"`
sky during the day. (default: `#61b5f5`)
* `day_horizon`: ColorSpec, for the bottom half of the
`"regular"` sky during the day. (default: `#90d3f6`)
* `dawn_sky`: ColorSpec, for the top half of the `"regular"`
sky during dawn/sunset. (default: `#b4bafa`)
* `sky_color`: A table used in `"regular"` type only, containing the
following values (alpha is ignored):
* `day_sky`: ColorSpec, for the top half of the sky during the day.
(default: `#61b5f5`)
* `day_horizon`: ColorSpec, for the bottom half of the sky during the day.
(default: `#90d3f6`)
* `dawn_sky`: ColorSpec, for the top half of the sky during dawn/sunset.
(default: `#b4bafa`)
The resulting sky color will be a darkened version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `dawn_horizon`: ColorSpec, for the bottom half of the `"regular"`
sky during dawn/sunset. (default: `#bac1f0`)
* `dawn_horizon`: ColorSpec, for the bottom half of the sky during dawn/sunset.
(default: `#bac1f0`)
The resulting sky color will be a darkened version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `night_sky`: ColorSpec, for the top half of the `"regular"`
sky during the night. (default: `#006bff`)
* `night_sky`: ColorSpec, for the top half of the sky during the night.
(default: `#006bff`)
The resulting sky color will be a dark version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `night_horizon`: ColorSpec, for the bottom half of the `"regular"`
sky during the night. (default: `#4090ff`)
* `night_horizon`: ColorSpec, for the bottom half of the sky during the night.
(default: `#4090ff`)
The resulting sky color will be a dark version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `indoors`: ColorSpec, for when you're either indoors or
underground. Only applies to the `"regular"` sky.
* `indoors`: ColorSpec, for when you're either indoors or underground.
(default: `#646464`)
* `fog_sun_tint`: ColorSpec, changes the fog tinting for the sun
at sunrise and sunset.
Expand Down

0 comments on commit 8910c7f

Please sign in to comment.