Specifically, I want to change the light so that there is no light emitted. I tried to do this:
Code: Select all
working_visualizations = {{ light = { intensity = 0, size = 0, color = { r = 0.0, g = 0.0, b = 0.0 }}}}
Code: Select all
working_visualizations = {{ light = { intensity = 0, size = 0, color = { r = 0.0, g = 0.0, b = 0.0 }}}}
Code: Select all
energy_source = { light_flicker = { intensity = 0, size = 0}, color = { r = 0.0, g = 0.0, b = 0.0 }}