Default/nodes: Increase meselamp light level to light_max (14)
authorparamat <mat.gregory@virginmedia.com>
Mon, 11 May 2015 21:29:18 +0000 (22:29 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 11 May 2015 21:50:44 +0000 (22:50 +0100)
mods/default/nodes.lua

index fe7ac5e010a3d169b1f626c4a983aeb7d9521c25..d875531473849957cef2966f88c259fbfccbd6a9 100644 (file)
@@ -1563,7 +1563,7 @@ minetest.register_node("default:meselamp", {
        is_ground_content = false,
        groups = {cracky = 3, oddly_breakable_by_hand = 3},
        sounds = default.node_sound_glass_defaults(),
-       light_source = 12,
+       light_source = default.LIGHT_MAX,
 })
 
 --