This mod makes the game's new Light Switch furniture function as an actual light switch.
Interact with a switch to turn it on or off. Switches are off by default (shown by the switch facing down).
Turning a switch on will light up the entire location at night, as bright as day time by default.
To adjust the brightness or color of the light, hover over the placed switch and press the color key (default C). This will open up a color picker; the bottom slider adjusts brightness, middle slider adjusts saturation, and top slider adjusts hue.
Turning on one switch will turn off all other switches in the location; each switch can be configured with different colors.
You can change the on and off sounds in the config.
Custom Light Switches
You can set any furniture to act as a light switch using Content Patcher. For now, the only option for a given light switch furniture is custom on and off textures.
Target the dictionary at "aedenthorn.LightSwitches/dict". entries should be e.g.:
You can omit either of the texture entries to use the furniture's default texture. Textures should be the same size as the default texture, just make them transparent apart from the furniture's source rect (see the mod's assets/on.png for an example, which follows the game's furniture_3 tilesheet).