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
This commit is contained in:
orbea 2017-11-05 01:07:34 -08:00
parent 882af8e149
commit 9ee613bf2f
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {