diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-01 08:56:12 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-01 08:56:12 -0500 |
commit | c3ea59fcd8adcce2e52fa705228260687593ca85 (patch) | |
tree | 53164e160079c73cb1b34c426f99a4d3d6f99786 | |
parent | 39f5cba27eef35877c91291f518974f34130fcb6 (diff) | |
download | dreambuilder_modpack-c3ea59fcd8adcce2e52fa705228260687593ca85.tar dreambuilder_modpack-c3ea59fcd8adcce2e52fa705228260687593ca85.tar.gz dreambuilder_modpack-c3ea59fcd8adcce2e52fa705228260687593ca85.tar.bz2 dreambuilder_modpack-c3ea59fcd8adcce2e52fa705228260687593ca85.tar.xz dreambuilder_modpack-c3ea59fcd8adcce2e52fa705228260687593ca85.zip |
Small update to homedecor
-rw-r--r-- | homedecor/lighting.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua index 2101ce9..48e7686 100644 --- a/homedecor/lighting.lua +++ b/homedecor/lighting.lua @@ -686,8 +686,8 @@ homedecor.old_static_desk_lamps = { } minetest.register_lbm({ - name = "homedecor:convert_lighting", - label = "Convert homedecor glowlights, table lamps, and standing lamps to use param2 color", + name = "homedecor:convert_desk_lamps", + label = "Convert homedecor desk lamps to use param2 color", run_at_every_load = true, nodenames = homedecor.old_static_desk_lamps, action = function(pos, node) |