projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055157d
)
Default/nodes: Increase meselamp light level to light_max (14)
author
paramat
<mat.gregory@virginmedia.com>
Mon, 11 May 2015 21:29:18 +0000
(22:29 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 11 May 2015 21:50:44 +0000
(22:50 +0100)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index fe7ac5e010a3d169b1f626c4a983aeb7d9521c25..d875531473849957cef2966f88c259fbfccbd6a9 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-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
,
})
--