Light From a Burner Assembling Machine
Posted: Sat Apr 28, 2018 12:18 pm
How do I change the properties of the light that a burner assembling machine emits?
Specifically, I want to change the light so that there is no light emitted. I tried to do this:
But it had no effect.
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 }}}}