homedecor_modpack/homedecor_lighting
Vanessa Dannenberg 11771e12cb allow numeric messages for dimmable lamps
allow non-dimmables to respond to "off", "low", "med", "hi", "max", "on"

number messages for dimmables:
0 turns the light off
1-3 sets it to "low"
4-7 sets it to "med"
8-11 sets it to "hi"
12+ sets it to "max" (i.e. full-on)

non-dimmables:
a number > 3 or the strings "med", "hi", "max", or "on" turn the light on
a number < 4 or the strings "off" and "low" turn the light off
2019-06-01 23:13:02 -04:00
..
models Split the big "homedecor" mod into multiple sub-mods 2019-04-20 17:02:42 -04:00
textures Allow most light sources to be toggled on/off 2019-05-25 19:35:14 -04:00
depends.txt Rearrange mesecons, diglines, dimmable functions and related, tweak 2019-05-29 22:01:27 -04:00
init.lua allow numeric messages for dimmable lamps 2019-06-01 23:13:02 -04:00