From bcde34dd802030d246d4dec38bf99a3be3f94170 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 17 Sep 2017 00:25:36 +0200 Subject: [PATCH] more light --- lamp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp.lua b/lamp.lua index 84da2e1..70baa21 100644 --- a/lamp.lua +++ b/lamp.lua @@ -69,7 +69,7 @@ minetest.register_node("tubelib:lamp_on", { end, paramtype = 'light', - light_source = 8, + light_source = LIGHT_MAX, groups = {crumbly=0, not_in_creative_inventory=1}, is_ground_content = false, })