mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-19 22:13:51 +01:00
fix black lighting (paramtype="light")
This commit is contained in:
parent
47322a406c
commit
d7727b944c
2
init.lua
2
init.lua
@ -100,6 +100,7 @@ minetest.register_node("unifiedbricks:brickblock", {
|
|||||||
},
|
},
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "unifiedbricks_brick_block.obj",
|
mesh = "unifiedbricks_brick_block.obj",
|
||||||
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette.png",
|
palette = "unifieddyes_palette.png",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
@ -127,6 +128,7 @@ minetest.register_node("unifiedbricks:clayblock", {
|
|||||||
tiles = {
|
tiles = {
|
||||||
"unifiedbricks_clayblock.png",
|
"unifiedbricks_clayblock.png",
|
||||||
},
|
},
|
||||||
|
paramtype = "light",
|
||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette.png",
|
palette = "unifieddyes_palette.png",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user