@@ -5413,8 +5413,8 @@ Misc.
5413
5413
insecure functions if the calling mod has been listed as trusted in the
5414
5414
`secure.trusted_mods` setting or security is disabled, otherwise returns
5415
5415
`nil`.
5416
- * Only works at init time and must be called from the mod's main scope (not
5417
- from a function).
5416
+ * Only works at init time and must be called from the mod's main scope
5417
+ (ie: the init.lua of the mod, not from another Lua file or within a function).
5418
5418
* **DO NOT ALLOW ANY OTHER MODS TO ACCESS THE RETURNED ENVIRONMENT, STORE
5419
5419
IT IN A LOCAL VARIABLE!**
5420
5420
@@ -6002,7 +6002,7 @@ object you are working with still exists.
6002
6002
* `sky_color`: A table containing the following values, alpha is ignored:
6003
6003
* `day_sky`: ColorSpec, for the top half of the `"regular"`
6004
6004
sky during the day. (default: `#8cbafa`)
6005
- * `day_horizon`: ColorSpec, for the bottom half of the
6005
+ * `day_horizon`: ColorSpec, for the bottom half of the
6006
6006
`"regular"` sky during the day. (default: `#9bc1f0`)
6007
6007
* `dawn_sky`: ColorSpec, for the top half of the `"regular"`
6008
6008
sky during dawn/sunset. (default: `#b4bafa`)
@@ -6020,7 +6020,7 @@ object you are working with still exists.
6020
6020
sky during the night. (default: `#4090ff`)
6021
6021
The resulting sky color will be a dark version of the ColorSpec.
6022
6022
Warning: The darkening of the ColorSpec is subject to change.
6023
- * `indoors`: ColorSpec, for when you're either indoors or
6023
+ * `indoors`: ColorSpec, for when you're either indoors or
6024
6024
underground. Only applies to the `"regular"` sky.
6025
6025
(default: `#646464`)
6026
6026
* `fog_sun_tint`: ColorSpec, changes the fog tinting for the sun
@@ -6064,7 +6064,7 @@ object you are working with still exists.
6064
6064
* `parameters` is a table with the following optional fields:
6065
6065
* `visible`: Boolean for whether the stars are visible.
6066
6066
(default: `true`)
6067
- * `count`: Integer number to set the number of stars in
6067
+ * `count`: Integer number to set the number of stars in
6068
6068
the skybox. Only applies to `"skybox"` and `"regular"` sky types.
6069
6069
(default: `1000`)
6070
6070
* `star_color`: ColorSpec, sets the colors of the stars,
0 commit comments