From 9ee613bf2fc08c51efc5abeaa2bff072a6473e5a Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 5 Nov 2017 01:07:34 -0800 Subject: [PATCH] Silence light_source warnings. WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: witchcraft:pentagram WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: witchcraft:portal --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 4ae442f..3b3ef81 100644 --- a/init.lua +++ b/init.lua @@ -3797,7 +3797,7 @@ minetest.register_node("witchcraft:pentagram", { paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = false, - light_source = 50, + light_source = 14, walkable = false, is_ground_content = true, selection_box = { @@ -3840,7 +3840,7 @@ minetest.register_node("witchcraft:portal", { paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = false, - light_source = 50, + light_source = 14, walkable = false, is_ground_content = true, selection_box = {