summaryrefslogtreecommitdiff
path: root/homedecor/lighting.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-01 08:56:12 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-01 08:56:12 -0500
commitc3ea59fcd8adcce2e52fa705228260687593ca85 (patch)
tree53164e160079c73cb1b34c426f99a4d3d6f99786 /homedecor/lighting.lua
parent39f5cba27eef35877c91291f518974f34130fcb6 (diff)
downloaddreambuilder_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
Diffstat (limited to 'homedecor/lighting.lua')
-rw-r--r--homedecor/lighting.lua4
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)