New mod: `switches.js` * Switches are implemented as two elements: `switch_on` and `switch_off`. * A

New mod:
switches.js

* Switches are implemented as two elements:
switch_on
and
switch_off
.
* A switch is switched with the
switch_off_control
(on to off) and
switch_on_control
(off to on) elements.
* Controls change adjacent switches when they are powered.
* Switching does not propagate (as opposed to TPT switches).
* The mod requires
noConduct.js
.
Was this page helpful?