fix black lighting (paramtype="light")

This commit is contained in:
Vanessa Ezekowitz 2017-01-26 19:32:53 -05:00
parent 47322a406c
commit d7727b944c
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ minetest.register_node("unifiedbricks:brickblock", {
},
drawtype = "mesh",
mesh = "unifiedbricks_brick_block.obj",
paramtype = "light",
paramtype2 = "color",
palette = "unifieddyes_palette.png",
is_ground_content = true,
@ -127,6 +128,7 @@ minetest.register_node("unifiedbricks:clayblock", {
tiles = {
"unifiedbricks_clayblock.png",
},
paramtype = "light",
paramtype2 = "color",
palette = "unifieddyes_palette.png",
is_ground_content = true,