summaryrefslogtreecommitdiff
path: root/homedecor/lighting.lua
diff options
context:
space:
mode:
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)