Make grids and controller emit some light
This commit is contained in:
parent
04e1032202
commit
7a461219b8
@ -38,6 +38,8 @@ minetest.register_node("holostorage:controller_active", {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
paramtype = "light",
|
||||||
|
light_source = 8,
|
||||||
drop = "holostorage:controller",
|
drop = "holostorage:controller",
|
||||||
groups = {
|
groups = {
|
||||||
cracky = 1,
|
cracky = 1,
|
||||||
|
@ -291,6 +291,8 @@ minetest.register_node("holostorage:grid_active", {
|
|||||||
"holostorage_machine_block.png", "holostorage_machine_block.png", "holostorage_grid_active.png",
|
"holostorage_machine_block.png", "holostorage_machine_block.png", "holostorage_grid_active.png",
|
||||||
},
|
},
|
||||||
drop = "holostorage:grid",
|
drop = "holostorage:grid",
|
||||||
|
paramtype = "light",
|
||||||
|
light_source = 8,
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
on_timer = timer,
|
on_timer = timer,
|
||||||
groups = {
|
groups = {
|
||||||
@ -372,6 +374,8 @@ minetest.register_node("holostorage:crafting_grid_active", {
|
|||||||
},
|
},
|
||||||
drop = "holostorage:crafting_grid",
|
drop = "holostorage:crafting_grid",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
paramtype = "light",
|
||||||
|
light_source = 8,
|
||||||
on_timer = timer,
|
on_timer = timer,
|
||||||
groups = {
|
groups = {
|
||||||
cracky = 1,
|
cracky = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user