Merge pull request #8 from orbea/light

Silence light_source warnings.
This commit is contained in:
D00Med 2017-11-05 19:27:54 +10:00 committed by GitHub
commit 0115b9f0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = {