summaryrefslogtreecommitdiff
path: root/plantlife.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plantlife.lua')
-rw-r--r--plantlife.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plantlife.lua b/plantlife.lua
index 71f55f5..df700e8 100644
--- a/plantlife.lua
+++ b/plantlife.lua
@@ -485,7 +485,7 @@ minetest.register_node("ethereal:candle", {
{name="candle.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}},
},
paramtype = "light",
- light_source = LIGHT_MAX-3,
+ light_source = default.LIGHT_MAX-3,
sunlight_propagates = true,
walkable = false,
groups = {dig_immediate=3, attached_node=1},