From 146f93d4b0653dad2d26a968a7573b5849598b5c Mon Sep 17 00:00:00 2001 From: Hybrid Dog Date: Sat, 30 Dec 2017 15:09:48 +0100 Subject: [PATCH] Revert "brighter light" to fix the light_source warning This reverts commit 282617852b5c35cec31664bbd091e6f076b871b5. --- glow/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glow/init.lua b/glow/init.lua index b758fcf..69cc5e1 100644 --- a/glow/init.lua +++ b/glow/init.lua @@ -1,7 +1,7 @@ -- glow/init.lua -- mod by john and Zeg9 -local light = 15 +local light = 14 minetest.register_node("glow:stone", { description = "Glowing stone",