Skip to content

Commit fa1b4d0

Browse files
committed
Default/nodes: Increase meselamp light level to light_max (14)
1 parent 055157d commit fa1b4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/default/nodes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ minetest.register_node("default:meselamp", {
15631563
is_ground_content = false,
15641564
groups = {cracky = 3, oddly_breakable_by_hand = 3},
15651565
sounds = default.node_sound_glass_defaults(),
1566-
light_source = 12,
1566+
light_source = default.LIGHT_MAX,
15671567
})
15681568

15691569
--

0 commit comments

Comments
 (0)