@@ -6803,29 +6803,29 @@ object you are working with still exists.
6803
6803
* `textures`: A table containing up to six textures in the following
6804
6804
order: Y+ (top), Y- (bottom), X- (west), X+ (east), Z+ (north), Z- (south).
6805
6805
* `clouds`: Boolean for whether clouds appear. (default: `true`)
6806
- * `sky_color`: A table containing the following values, alpha is ignored:
6807
- * `day_sky`: ColorSpec, for the top half of the `"regular"`
6808
- sky during the day. (default: `#61b5f5`)
6809
- * `day_horizon`: ColorSpec, for the bottom half of the
6810
- `"regular"` sky during the day. (default: `#90d3f6`)
6811
- * `dawn_sky`: ColorSpec, for the top half of the `"regular"`
6812
- sky during dawn/sunset. (default: `#b4bafa`)
6806
+ * `sky_color`: A table used in `"regular"` type only, containing the
6807
+ following values (alpha is ignored):
6808
+ * `day_sky`: ColorSpec, for the top half of the sky during the day.
6809
+ (default: `#61b5f5`)
6810
+ * `day_horizon`: ColorSpec, for the bottom half of the sky during the day.
6811
+ (default: `#90d3f6`)
6812
+ * `dawn_sky`: ColorSpec, for the top half of the sky during dawn/sunset.
6813
+ (default: `#b4bafa`)
6813
6814
The resulting sky color will be a darkened version of the ColorSpec.
6814
6815
Warning: The darkening of the ColorSpec is subject to change.
6815
- * `dawn_horizon`: ColorSpec, for the bottom half of the `"regular"`
6816
- sky during dawn/sunset. (default: `#bac1f0`)
6816
+ * `dawn_horizon`: ColorSpec, for the bottom half of the sky during dawn/sunset.
6817
+ (default: `#bac1f0`)
6817
6818
The resulting sky color will be a darkened version of the ColorSpec.
6818
6819
Warning: The darkening of the ColorSpec is subject to change.
6819
- * `night_sky`: ColorSpec, for the top half of the `"regular"`
6820
- sky during the night. (default: `#006bff`)
6820
+ * `night_sky`: ColorSpec, for the top half of the sky during the night.
6821
+ (default: `#006bff`)
6821
6822
The resulting sky color will be a dark version of the ColorSpec.
6822
6823
Warning: The darkening of the ColorSpec is subject to change.
6823
- * `night_horizon`: ColorSpec, for the bottom half of the `"regular"`
6824
- sky during the night. (default: `#4090ff`)
6824
+ * `night_horizon`: ColorSpec, for the bottom half of the sky during the night.
6825
+ (default: `#4090ff`)
6825
6826
The resulting sky color will be a dark version of the ColorSpec.
6826
6827
Warning: The darkening of the ColorSpec is subject to change.
6827
- * `indoors`: ColorSpec, for when you're either indoors or
6828
- underground. Only applies to the `"regular"` sky.
6828
+ * `indoors`: ColorSpec, for when you're either indoors or underground.
6829
6829
(default: `#646464`)
6830
6830
* `fog_sun_tint`: ColorSpec, changes the fog tinting for the sun
6831
6831
at sunrise and sunset.
0 commit comments