[0.17.23]nuclear-reactor light is invalid
[0.17.23]nuclear-reactor light is invalid
Nuclear reactor has two layers of light, and the white layer is uncontrolled.
Re: [0.17.23]nuclear-reactor light is invalid
If I understood correctly what you are reporting as a bug, the white light comes from reactor's burner energy source. If light_flicker is not specified in the energy_source definition, it defaults to:
Code: Select all
light_flicker =
{
minimum_intensity = 0.2,
maximum_intensity = 0.8,
derivation_change_frequency = 0.3,
derivation_change_deviation = 0.06,
border_fix_speed = 0.02,
minimum_light_size = 0.5,
light_intensity_to_size_coefficient = 0.5,
color = { r = 1, g = 1, b = 1 }
}