Max light source is 14. (#5)

This commit is contained in:
Auke Kok 2016-09-19 10:10:11 -07:00 committed by GitHub
parent 8df3f7980f
commit 94fc5266cb
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ minetest.register_node("maptools:lightbulb", {
drawtype = "airlike",
walkable = false,
pointable = false,
light_source = 15,
light_source = 14,
paramtype = "light",
sunlight_propagates = true,
drop = "",