···3737for the sky to stop being darkened by void fog. With 0 it's always darkened, and with 1 - never (which is the case for all
3838of the mod's dimensions). The overworld uses 0.03125.
3939- `end_sky_like`: setting this to true disables the rendering of stellar bodies completely even in a world with overworld dimension effects.
4040+- `dawn`: a boolean dictating if skies get shading on sunrise and sunset. They do by default except when they're rainbow.
4041- `time_scale`: how fast does the Sun move across the sky! affects most things the day length in minecraft should logically affect,
4142including undead mobs burning. 0.0 is fixed time, 1.0 is normal time, negatives make the sun rise in the west.
4243- `solar_size`: the size of the Sun :D the Overworld uses 30.0
···5152 rotates the orbit in a perpendicular direction, lowering its highest point from the zenith.
5253 - `lunar_velocity`, multiplicative with `time_scale`, defines how fast each moon moves.
5354 - `lunar_offset` defines the starting position the moon has on its orbit (observed when you execute `/time set 0`).
5454-- `num_stars`: the amount of stars in the night sky. 1500 is the vanilla value.
5555+- `num_stars`: the amount of stars in the night sky. 1500 is the vanilla value. Needs to be above 0 (to disable the stars, set their
5656+brightness to 0 instead).
5557- `star_size_base` and `star_size_modifier` are the minimum and width of the star size distribution. Actual star sizes are distributed
5658uniformly between base and base+modifier. 0.15 and 0.1 are corresponding vanilla options.
5759- `stellar_color`: the tint for stars.
5860- `stellar_tilt_y`, `stellar_tilt_z`, `stellar_velocity` mirror the lunar options for the movement of the entire star-filled sphere.
6161+- `star_brightness_day`, `star_brightness_night`: self-explanatory. Need to be between 0 and 1. Vanilla uses 0.0 and 0.5 respectfully,
6262+and that's a pity, cause stars are very beautiful when `star_brightness_night` is raised to 1.0 :D
59636064Here's an example of an options file from the wild, edited a bit for your readability:
6165