diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
commit | f438eadeb98c75252fe550ac2366b06db5022406 (patch) | |
tree | dc93fe7758bf55f4f87f69a47cc4c07efed5400d /plantlife.lua | |
parent | 57240fe6f540164860b08d0afa6b8d5621d8ceda (diff) |
Fixed light_max, added scorched wood recipe
Diffstat (limited to 'plantlife.lua')
-rw-r--r-- | plantlife.lua | 2 |
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}, |