Make grids and controller emit some light

This commit is contained in:
Evert Prants 2018-04-08 17:25:50 +03:00
parent 04e1032202
commit 7a461219b8
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,8 @@ minetest.register_node("holostorage:controller_active", {
},
}
},
paramtype = "light",
light_source = 8,
drop = "holostorage:controller",
groups = {
cracky = 1,

View File

@ -291,6 +291,8 @@ minetest.register_node("holostorage:grid_active", {
"holostorage_machine_block.png", "holostorage_machine_block.png", "holostorage_grid_active.png",
},
drop = "holostorage:grid",
paramtype = "light",
light_source = 8,
paramtype2 = "facedir",
on_timer = timer,
groups = {
@ -372,6 +374,8 @@ minetest.register_node("holostorage:crafting_grid_active", {
},
drop = "holostorage:crafting_grid",
paramtype2 = "facedir",
paramtype = "light",
light_source = 8,
on_timer = timer,
groups = {
cracky = 1,