mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Default/nodes: Increase meselamp light level to light_max (14)
This commit is contained in:
parent
055157d084
commit
fa1b4d0d44
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue