summaryrefslogtreecommitdiff
path: root/homedecor/lighting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/lighting.lua')
-rw-r--r--homedecor/lighting.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua
index 776bc93..ea1e166 100644
--- a/homedecor/lighting.lua
+++ b/homedecor/lighting.lua
@@ -428,6 +428,7 @@ local function reg_lamp(suffix, nxt, light, brightness)
node.name = "homedecor:table_lamp_"..repl[suffix]
minetest.set_node(pos, node)
end,
+ on_construct = unifieddyes.on_construct,
after_dig_node = unifieddyes.after_dig_node
})
@@ -457,6 +458,7 @@ local function reg_lamp(suffix, nxt, light, brightness)
node.name = "homedecor:standing_lamp_"..repl[suffix]
minetest.set_node(pos, node)
end,
+ on_construct = unifieddyes.on_construct,
after_dig_node = unifieddyes.after_dig_node,
expand = { top="placeholder" },
})