From 94fc5266cb20ed8b60770c631bc65f2da0389732 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 19 Sep 2016 10:10:11 -0700 Subject: [PATCH] Max light source is 14. (#5) --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 744f105..51daddc 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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 = "",